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

ptah_ws is currently broken by refactored pyramid_jca #13

Open
woutervh opened this issue Mar 28, 2012 · 0 comments
Open

ptah_ws is currently broken by refactored pyramid_jca #13

woutervh opened this issue Mar 28, 2012 · 0 comments

Comments

@woutervh
Copy link

Running ptah_ws:
wouter@midgard: /opt/buildouts/ptah/examples/ptah_ws > git:(master) ✗ /opt/buildouts/ptah/bin/pserve /opt/buildouts/ptah/examples/ptah_ws/settings.ini
2012-03-28 11:02:14,631 INFO [pyramid_sockjs][MainThread] Patching gevent WSGIHandler.get_environ
2012-03-28 11:02:14,631 INFO [pyramid_sockjs][MainThread] Patching gevent WSGIHandler.handle_error
Traceback (most recent call last):
File "/opt/buildouts/ptah/bin/pserve", line 72, in
pyramid.scripts.pserve.main()
File "/opt/buildouts/ptah/eggs/pyramid-1.3-py2.6.egg/pyramid/scripts/pserve.py", line 47, in main
return command.run()
File "/opt/buildouts/ptah/eggs/pyramid-1.3-py2.6.egg/pyramid/scripts/pserve.py", line 290, in run
relative_to=base, global_conf=vars)
File "/opt/buildouts/ptah/eggs/pyramid-1.3-py2.6.egg/pyramid/scripts/pserve.py", line 318, in loadapp
return loadapp(app_spec, name=name, relative_to=relative_to, *_kw)
File "/opt/buildouts/ptah/eggs/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 247, in loadapp
return loadobj(APP, uri, name=name, *_kw)
File "/opt/buildouts/ptah/eggs/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 272, in loadobj
return context.create()
File "/opt/buildouts/ptah/eggs/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 710, in create
return self.object_type.invoke(self)
File "/opt/buildouts/ptah/eggs/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 146, in invoke
return fix_call(context.object, context.global_conf, *_context.local_conf)
File "/opt/buildouts/ptah/eggs/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/util.py", line 56, in fix_call
val = callable(_args, **kw)
File "/opt/buildouts/ptah/examples/ptah_ws/ptah_ws/app.py", line 62, in main
config.scan()
File "/opt/buildouts/ptah/eggs/pyramid-1.3-py2.6.egg/pyramid/config/init.py", line 912, in scan
ignore=ignore)
File "/opt/buildouts/ptah/eggs/venusian-1.0a3-py2.6.egg/venusian/init.py", line 191, in scan
import(modname)
File "/opt/buildouts/ptah/examples/ptah_ws/ptah_ws/jssettings.py", line 3, in
from pyramid_jca import protocol, handler, Form, Component
ImportError: cannot import name Component

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