qbektrix / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
0 stars 0 forks source link

missing requirements (apart from OS) #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
using EEEPC xandros

launching :

python maps.py 

would say

Traceback (most recent call last):
  File "maps.py", line 8, in ?
    import src.mapTools as mapTools
  File "/home/user/GMAP1/src/mapTools.py", line 13
    class MainWindow():
                     ^
SyntaxError: invalid syntax

python is 2.4

should I use different python version ? couldn't find reference.
otherwise please consider this as an enhancement request regarding
requirements ...

thanks and congrats

m

Original issue reported on code.google.com by msl...@gmail.com on 17 Aug 2009 at 1:14

GoogleCodeExporter commented 9 years ago
I'm not the most indicated to answer this question, I use windows for the 
development 
and have an Ubuntu test box that it just works... 

Maybe the requirement for windows will help you?!?!
see the installation batch file:
 http://code.google.com/p/gmapcatcher/source/browse/trunk/installer/setup.bat
Also take a look at this wiki:
 http://code.google.com/p/gmapcatcher/wiki/devEnv

Original comment by heldersepu on 17 Aug 2009 at 2:33

GoogleCodeExporter commented 9 years ago
I did some more research into this issue and Python 2.6 is a requirement!

Original comment by heldersepu on 9 Sep 2009 at 2:24

GoogleCodeExporter commented 9 years ago
See also Issue 107

Original comment by hk_...@web.de on 20 Nov 2009 at 10:43

GoogleCodeExporter commented 9 years ago

Original comment by Mark111...@gmail.com on 14 Jul 2010 at 12:06