I'm trying to use Grognak's mod installer to instal, well, mods. However, I'm encountering problems when it comes to the whole "intall mods" part of the mod installer. I am playing FTL on a Mac, OS 10.6.8. I have put all the files from "src" into what I presume to be the correct directory, as per the readme. However, once I run the main.py file, as per the instructions, I get something I presume to be an error message, and nothing happens. The mods do not take effect.
Here is what appears in the terminal window:
Code: Select all
cd '/Users/[NAME REDACTED]/Library/Application Support/Steam/SteamApps/common/FTL Faster Than Light/' && '/usr/bin/pythonw' '/Users/[NAME REDACTED]/Library/Application Support/Steam/SteamApps/common/FTL Faster Than Light/main.py' && echo Exit status: $? && exit 1
Enclave-Terminal:~ [NAME REDACTED]$ cd '/Users/[NAME REDACTED]/Library/Application Support/Steam/SteamApps/common/FTL Faster Than Light/' && '/usr/bin/pythonw' '/Users/[NAME REDACTED]/Library/Application Support/Steam/SteamApps/common/FTL Faster Than Light/main.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Users/[NAME REDACTED]/Library/Application Support/Steam/SteamApps/common/FTL Faster Than Light/main.py", line 6, in <module>
from ftldat import FTLDatUnpacker as du
File "/Users/[NAME REDACTED]/Library/Application Support/Steam/SteamApps/common/FTL Faster Than Light/ftldat.py", line 4, in <module>
import argparse
ImportError: No module named argparse
If I could get a bit of help, that would be great.
Thanks,
Min Headroom