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

Problem with local server #2

Open
davgad opened this issue Feb 13, 2014 · 0 comments
Open

Problem with local server #2

davgad opened this issue Feb 13, 2014 · 0 comments

Comments

@davgad
Copy link

davgad commented Feb 13, 2014

Helllo,
I downloaded the last version available of the SDK from the developer section on Turbulenz website. I have OSX 10.9.1.
The virtual environments starts without issues, but when I try to launch the local server, I have this problem:

Starting local_server 1.1.4
Traceback (most recent call last):
  File "/Users/MYUSER/Turbulenz/SDK/0.27.0/env/bin/paster", line 9, in <module>
    load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')()
  File "/Users/MYUSER/Turbulenz/SDK/0.27.0/env/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/paste/script/command.py", line 93, in run
    commands = get_commands()
  File "/Users/MYUSER/Turbulenz/SDK/0.27.0/env/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/paste/script/command.py", line 135, in get_commands
    plugins = pluginlib.resolve_plugins(plugins)
  File "/Users/MYUSER/Turbulenz/SDK/0.27.0/env/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/paste/script/pluginlib.py", line 82, in resolve_plugins
    pkg_resources.require(plugin)
  File "/Users/MYUSER/Turbulenz/SDK/0.27.0/env/lib/python2.7/site-packages/pkg_resources.py", line 685, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/Users/MYUSER/Turbulenz/SDK/0.27.0/env/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Not Found: pyglet-1.1.4-py2.6 (did you run python setup.py develop?) 

I also launched
pip install turbulenz-local --upgrade
but no changes.

The current version of pyglet (installed using pip) is 1.1.4-py2.7. It seems that somewhere in PasteScript settings must be set the wrong version, but I was not able to find and fix it.

Can you help me please?

@davgad davgad closed this as completed Feb 19, 2014
@davgad davgad reopened this Feb 19, 2014
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