-
Notifications
You must be signed in to change notification settings - Fork 85
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
Install problem #12
Comments
I fixed the problem by reinstalling it. I also fixed the import to grab the Replay class from objects.py. |
Hi! I need a little more information before I can help. What version of sc2reader do you have? Is it from Pypi or did you pull down ~Graylin On Sat, Apr 16, 2011 at 7:03 AM, getflourish <
|
I pulled the master branch from github and installed it via the setup.py
|
I recently installed Python 2.7, setuptools, sc2reader, mpyq but I get an error when running sc2reader. Any ideas what’s wrong?
sc2reader flourish$ sc2printer 'replays/1.SC2Replay'
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/bin/sc2printer", line 5, in
pkg_resources.run_script('sc2reader==0.2.0', 'sc2printer')
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 489, in run_script
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1214, in run_script
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sc2reader-0.2.0-py2.7.egg/EGG-INFO/scripts/sc2printer", line 6, in
ImportError: cannot import name Replay
The text was updated successfully, but these errors were encountered: