-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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