vtsuperdarn / davitpy

DEPRECATED The DaViT Python project
http://vtsuperdarn.github.com/davitpy/
GNU General Public License v3.0
37 stars 59 forks source link

how to resolve this error? #345

Closed satyammishra-github closed 6 years ago

satyammishra-github commented 6 years ago

Populating the interactive namespace from numpy and matplotlib Traceback (most recent call last):

File "/Users/satyammishra/anaconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2910, in run_code exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 5, in from davitpy import pydarn

File "/Users/satyammishra/.local/lib/python3.6/site-packages/davitpy-0.8-py3.6-macosx-10.7-x86_64.egg/davitpy/init.py", line 617 except Exception, e: ^ SyntaxError: invalid syntax

suraj44 commented 6 years ago

Use Python 2.7 and the error won't show up

ksterne commented 6 years ago

Davitpy hasn't been updated or tested well with python3. If you use python2.7 does this solve your issue @shivammishraiith?