lifeofguenter / google-appengine-wx-launcher

Google App Engine for All!
Apache License 2.0
0 stars 1 forks source link

Syntax error in GoogleAppEngineLauncher.py file #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch GAE-wx-launcher in Terminal:python 
/opt/google-appengine-wx-launcher-svn/GoogleAppEngineLauncher.py

What is the expected output? What do you see instead?
GAE-wx-launcher executes. Instead, the following syntax error message appears:
File "/opt/google-appengine-wx-launcher-svn/GoogleAppEngineLauncher.py", line 24
    except ImportError, inst:
                      ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?
google-appengine-wx-launcher-svn 7-1, Arch Linux 3.4.4-3

Please provide any additional information below.
Copy of my GoogleAppEngineLauncher.py file: http://pastebin.com/Tn6Ww7Bw

Original issue reported on code.google.com by ch.b.w...@gmail.com on 19 Jul 2012 at 6:11

GoogleCodeExporter commented 9 years ago
Solved! I was using the wrong version of Python (the newest 3.2 version) when I 
should have been using python2 (2.7). It works just fine now. Sorry for the 
silly question.

Original comment by ch.b.w...@gmail.com on 19 Jul 2012 at 11:20