sharppy / SHARPpy

Sounding/Hodograph Analysis and Research Program in Python
https://sharppy.github.io/SHARPpy/index.html
Other
216 stars 112 forks source link

full_gui.py won't launch, invalid syntax #91

Closed MathijsStrijards closed 8 years ago

MathijsStrijards commented 8 years ago

I just installed SHARPpy onto my D:\ drive in windows using conda. When I try running full_gui.py from command I get an "invalid syntax" error:

[sharppy2] D:\backup\files\SHARPpy-master\SHARPpy-master\runsharp> python full_gui.py File "full_gui.py", line 73 print msg ^

SyntaxError: invalid syntax

tsupinie commented 8 years ago

Are you by chance using Python 3.x? Currently, SHARPpy only works with Python 2.7; this is a limitation of the libraries we use.

MathijsStrijards commented 8 years ago

Yes, I am on 3.5. I'll try a new environment with 2.7 and report back

2016-04-12 17:59 GMT+02:00 Tim Supinie notifications@github.com:

Are you by chance using Python 3.x? Currently, SHARPpy only works with Python 2.7; this is a limitation of the libraries we use.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/sharppy/SHARPpy/issues/91#issuecomment-208980795

MathijsStrijards commented 8 years ago

Yes, everything is working now! Thanks for your support!

2016-04-13 11:28 GMT+02:00 Mathijs Strijards towapr@gmail.com:

Yes, I am on 3.5. I'll try a new environment with 2.7 and report back

2016-04-12 17:59 GMT+02:00 Tim Supinie notifications@github.com:

Are you by chance using Python 3.x? Currently, SHARPpy only works with Python 2.7; this is a limitation of the libraries we use.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/sharppy/SHARPpy/issues/91#issuecomment-208980795

tsupinie commented 8 years ago

You're welcome!