Thanks, ankorite! Now, it's giving me an error, haha.ankorite wrote:So I changed line 407 fromtoCode: Select all
dir_root = realpath[:realpath.rindex("\\")]
Code: Select all
dir_root = os.path.dirname(realpath)
That got it working for me on Ubuntu 12.04 x86 and 12.10 amd64.
I can post a patch to the github but it sounds like there has already been one proposed.
Cheers!
Code: Select all
Traceback (most recent call last):
File "main.py", line 417, in <module>
allowzip = cfg.getboolean("settings", "allowzip")
File "/usr/lib/python2.7/ConfigParser.py", line 368, in getboolean
v = self.get(section, option)
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'settings'
Do I...
A. Put the entire folder of "Grognaks Mod Manager v1.4" in the game's directory?
B. Only put the contents of "Grognaks Mod Manager v1.4" in there (i.e. just modman.ini, readme.txt, mods/, and src/)?
Even if I could just start from there, I would have a better time finding which directory I should put it in, in the end.
Thanks!