RamadhanAmizudin / fimap

Automatically exported from code.google.com/p/fimap
1 stars 1 forks source link

SyntaxError: invalid syntax #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello ,
im testing your tool on windows xp with the latest pyton release 3.20 
via CMD i always got this error "SyntaxError: invalid syntax"

here is a sample of the query 

--------------------------------------------------------------------
C:\fimap_alpha_v08.1>fimap.py -g -q 'inurl:include.php'
  File "C:\fimap_alpha_v08.1\fimap.py", line 49
    print "Usage: ./fimap.py [options]"
                                      ^
SyntaxError: invalid syntax
--------------------------------------------------------------------

i tried many different options but didnt figure why i get that error
its look like fimap does not take option

any idea about this please ?

thanks

Original issue reported on code.google.com by adytech2...@gmail.com on 2 Dec 2010 at 3:40

GoogleCodeExporter commented 9 years ago
Hi adytech2010,

fimap is only compatible with python >= 2.4.
No support for python 3.x is currently planned.

Please run fimap with python 2.6 and it should work :)

-imax.

Original comment by fimap....@gmail.com on 3 Dec 2010 at 8:29