Re: [Tool] ftldat r7
Posted: Wed Oct 24, 2012 3:04 pm
You don't need to install it via setup.py. Just run the src/main.py.
Official Forum for FTL: Faster Than Light and Into the Breach
https://mail.subsetgames.com/forum/
Code: Select all
Last login: Sat Nov 3 16:52:49 on ttys001
localhost:~ UserName$ cd '/Users/UserName/Downloads/ftldat-master/src/' && '/usr/local/bin/pythonw' '/Users/UserName/Downloads/ftldat-master/src/main.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Users/UserName/Downloads/ftldat-master/src/main.py", line 12, in <module>
import argparse
ImportError: No module named argparse
localhost:src UserName$
Hello Popretmaster,Popretmaster wrote:I'm on python 2.7.2 which doesnt seem to support argparse, I don't know much about python but is there a way I can get python that supports argparse or something else I could use like getopt?Code: Select all
Last login: Sat Nov 3 16:52:49 on ttys001 localhost:~ UserName$ cd '/Users/UserName/Downloads/ftldat-master/src/' && '/usr/local/bin/pythonw' '/Users/UserName/Downloads/ftldat-master/src/main.py' && echo Exit status: $? && exit 1 Traceback (most recent call last): File "/Users/UserName/Downloads/ftldat-master/src/main.py", line 12, in <module> import argparse ImportError: No module named argparse localhost:src UserName$
If you don't trust the executable, build it from source.GreenZanbato wrote:My virus software tells me your standalone installer has a trojan called artemis!(abunchofnumbers). I'm not accusing you of anything, but yeah. The main reason I'm mentioning this is I can't use the damn thing now.
Little late saying this, but the whole reason I'm using the installer is because I can't install python on this computer (owner says no), so building it from source doesn't work for me. Maybe you can re-upload it or look for any tampering?bas wrote:If you don't trust the executable, build it from source.GreenZanbato wrote:My virus software tells me your standalone installer has a trojan called artemis!(abunchofnumbers). I'm not accusing you of anything, but yeah. The main reason I'm mentioning this is I can't use the damn thing now.
See
https://github.com/bwesterb/ftldat/blob ... R-HOWTO.md
There is no tampering in the original file. If you can't run the installer, nor install Python yourself, I am not able to help you.GreenZanbato wrote: Little late saying this, but the whole reason I'm using the installer is because I can't install python on this computer (owner says no), so building it from source doesn't work for me. Maybe you can re-upload it or look for any tampering?