There are several distributions of Python, so the Python installation directory depends on which Python distribution you used.
You say you have Python files in Civilization 4. I have read that Civilization 4 itself handles those files, in other words, Civilization 4 contains a private Python distribution. That Python distribution most likely cannot be used to run other Python scripts on the machine.
So, if you have not done so already, you should download the latest Python 2 installer from the official Python page, and use that. The official download page is here: http://www.python.org/download/ The version you want is, at the time of writing, Python 2.7.3 (second part of the download page). There are two installers for Windows, and two installers for Mac, install the one that best corresponds to your operating system.
Do not install Python 3, as the Mod Manager is not compatible with that new major version.
Grognak's Mod Manager v1.7 (Updated March 6, 2013!)
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Forum janitor — If you spot spam, PM me the URL and/or the username of the spammer.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
-
- Posts: 9
- Joined: Sun Nov 11, 2012 12:41 pm
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Right, I got python and the game works fine. Thanks!
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Hey Guys!
Steam has the game on sale for $5 so I went ahead and purchased it. I will be happy to do some Windows install video's, but I will be out of town for the next two days. So, I can hopefully do the videos on Sunday night.
Thanks!
Mac
Steam has the game on sale for $5 so I went ahead and purchased it. I will be happy to do some Windows install video's, but I will be out of town for the next two days. So, I can hopefully do the videos on Sunday night.
Thanks!
Mac
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
I seem to be having that infamous D problem on Winows, using XP SP3 here, so still on 32bit OS.
However, I can see that Mike said "Fixed it" without actually saying how he fixed it, does anyone know as I am getting a little peeved that I have tried it a few times and it just seems to not want to work.
However, I can see that Mike said "Fixed it" without actually saying how he fixed it, does anyone know as I am getting a little peeved that I have tried it a few times and it just seems to not want to work.
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
LBraden wrote:I seem to be having that infamous D problem on Winows, using XP SP3 here, so still on 32bit OS.
However, I can see that Mike said "Fixed it" without actually saying how he fixed it, does anyone know as I am getting a little peeved that I have tried it a few times and it just seems to not want to work.
Mike's problem was that he only moved his modman.exe file over instead of everything.
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
hmm, I copied everything from the folder over into my main FTL folder, but I kept everything in the src folder in there (often do with mods as I have had a few where those files if "loose" can cause a bug or two, or they are just developer files, like in Fallout Mod Manager)
-
- Posts: 1
- Joined: Sat Dec 29, 2012 10:33 am
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Having horrible issues with this as of now. I use a mac btw, and have followed the directions from the video and text instructions but keep running into this problem. Whenever i open main.py i always get this:
Last login: Sat Dec 29 05:35:56 on ttys000
cd '/Applications/FTL.app/Contents/' && '/usr/bin/pythonw' '/Applications/FTL.app/Contents/main.py' && echo Exit status: $? && exit 1
My-Name-MacBook-Pro:~ name$ cd '/Applications/FTL.app/Contents/' && '/usr/bin/pythonw' '/Applications/FTL.app/Contents/main.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Applications/FTL.app/Contents/main.py", line 6, in <module>
from ftldat import FTLDatUnpacker as du
File "/Users/name/Downloads/Grognaks Mod Manager v1.5/src/ftldat.py", line 4, in <module>
import argparse
ImportError: No module named argparse
My-Name-MacBook-Pro:Contents name$
I don't exactly know much about python and when i checked the file ftldat.py in textedit, line 4 argparse was there. I have no clue why it says it doesnt though. I have python 3.3.0./2.6.1/2.5.4 Its incredibly annoying as i cant even start the manager and couldn't find any answers that i could follow or worked anywhere on every single one of these pages. Help would be much appreciated
*Scratch that, got python 2.7 and it works fine, cmd f looking for argparse apparently isnt the best way to find my problems
Last login: Sat Dec 29 05:35:56 on ttys000
cd '/Applications/FTL.app/Contents/' && '/usr/bin/pythonw' '/Applications/FTL.app/Contents/main.py' && echo Exit status: $? && exit 1
My-Name-MacBook-Pro:~ name$ cd '/Applications/FTL.app/Contents/' && '/usr/bin/pythonw' '/Applications/FTL.app/Contents/main.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Applications/FTL.app/Contents/main.py", line 6, in <module>
from ftldat import FTLDatUnpacker as du
File "/Users/name/Downloads/Grognaks Mod Manager v1.5/src/ftldat.py", line 4, in <module>
import argparse
ImportError: No module named argparse
My-Name-MacBook-Pro:Contents name$
I don't exactly know much about python and when i checked the file ftldat.py in textedit, line 4 argparse was there. I have no clue why it says it doesnt though. I have python 3.3.0./2.6.1/2.5.4 Its incredibly annoying as i cant even start the manager and couldn't find any answers that i could follow or worked anywhere on every single one of these pages. Help would be much appreciated

*Scratch that, got python 2.7 and it works fine, cmd f looking for argparse apparently isnt the best way to find my problems

Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
I just tried to install the mod manager but there is no mod order file and the application is just a Python file displaying a blank screen. What am I doing wrong?
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
dumb question:
wheres the directory where FTL is installed in?
cant find it
wheres the directory where FTL is installed in?
cant find it
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
This depends on the operating system (Windows, Mac, Linux) and the game version you are using (Steam, FTL web site, GOG). What are you using?
Forum janitor — If you spot spam, PM me the URL and/or the username of the spammer.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
Who is online
Users browsing this forum: No registered users and 31 guests