Page 18 of 26

Re: [Tool] ftldat r7

Posted: Wed Oct 24, 2012 3:04 pm
by bas
You don't need to install it via setup.py. Just run the src/main.py.

Re: [Tool] ftldat r7

Posted: Fri Nov 02, 2012 3:29 pm
by xXErnestasXx
This looks awfuly complicated.o.O
Damn computer class,why did I not choose you in college XD

Re: [Tool] ftldat r7

Posted: Sat Nov 03, 2012 11:58 pm
by Popretmaster
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$ 




Re: [Tool] ftldat r7

Posted: Sun Nov 04, 2012 8:48 am
by bas
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$ 
Hello Popretmaster,

Python 2.7.2 has argparse build in. Are you sure you have 2.7.2. Check using python -V

Re: [Tool] ftldat r7

Posted: Thu Nov 22, 2012 2:10 am
by GreenZanbato
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.

Re: [Tool] ftldat r7

Posted: Thu Nov 22, 2012 8:06 am
by bas
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.
If you don't trust the executable, build it from source.

See

https://github.com/bwesterb/ftldat/blob ... R-HOWTO.md

Re: [Tool] ftldat r7

Posted: Wed Dec 12, 2012 9:42 pm
by SebWhittle
I use a Mac and have no idea how to do half this stuff...
I'd really appreciate some help in getting some of the raw Background images.I've never even used half the programmes mentioned here.

Re: [Tool] ftldat r7

Posted: Tue Dec 18, 2012 10:40 pm
by GreenZanbato
bas wrote:
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.
If you don't trust the executable, build it from source.

See

https://github.com/bwesterb/ftldat/blob ... R-HOWTO.md
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?

Re: [Tool] ftldat r7

Posted: Fri Dec 21, 2012 3:34 am
by RECONmarine2579
When I try to open ftldat, it says that The version is not compatible with my version of windows

Help?

Re: [Tool] ftldat r7

Posted: Fri Dec 21, 2012 1:05 pm
by bas
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?
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.