Skip to content
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

NameError: global name 'vals' is not defined #10

Open
GaelO opened this issue Oct 3, 2017 · 0 comments
Open

NameError: global name 'vals' is not defined #10

GaelO opened this issue Oct 3, 2017 · 0 comments

Comments

@GaelO
Copy link

GaelO commented Oct 3, 2017

Hi,

I got the following error while trying to use tvguide-csv.

NameError: global name 'vals' is not defined

The error is located line 159 of tvguide.py

Do you have any idea as to how to fix it ?

Here's the exact output

tvguide-csv tess.csv
Traceback (most recent call last):
File "/Users/user/anaconda/bin/tvguide-csv", line 4, in
import('pkg_resources').run_script('tvguide==1.0.3', 'tvguide-csv')
File "/Users/user/anaconda/lib/python2.7/site-packages/setuptools-27.2.0-py2.7.egg/pkg_resources/init.py", line 744, in run_script
File "/Users/user/anaconda/lib/python2.7/site-packages/setuptools-27.2.0-py2.7.egg/pkg_resources/init.py", line 1506, in run_script
File "/Users/user/anaconda/lib/python2.7/site-packages/tvguide-1.0.3-py2.7-macosx-10.7-x86_64.egg/EGG-INFO/scripts/tvguide-csv", line 6, in

File "build/bdist.macosx-10.7-x86_64/egg/tvguide/tvguide.py", line 159, in tvguide_csv
NameError: global name 'vals' is not defined

Thanks a lot for your help (:

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