Skip to content

python 3 support #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
andrewspiers opened this issue Jan 31, 2020 · 0 comments
Open

python 3 support #2

andrewspiers opened this issue Jan 31, 2020 · 0 comments

Comments

@andrewspiers
Copy link

In [1]: from fit import FitFile
Traceback (most recent call last):

File "/mnt/c/Users/andre/Documents/FIT experiment/venv/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3319, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 1, in
from fit import FitFile

File "/mnt/c/Users/andre/Documents/FIT experiment/venv/lib/python3.6/site-packages/fit/init.py", line 53
raise exc_type, exc_val, exc_tb
^
SyntaxError: invalid syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant