shocks
unread,Dec 6, 2009, 4:22:33 AM12/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-discuss
Hi
I installed Pylons with Mac Ports. I was able to create and run
"helloworld". However after installed the QuickWiki demo from the
Pylons website (using easy install) I now get this error when I try to
run helloworld (or any other app I try to create).
Any ideas?
$ paster serve --reload development.ini
Starting subprocess with file monitor
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.6/bin/paster",
line 8, in <module>
load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')
()
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/
command.py", line 84, in run
invoke(command, command_name, options, args[1:])
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/
command.py", line 123, in invoke
exit_code = runner.run(args)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/
command.py", line 218, in run
result = self.command()
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/
serve.py", line 276, in command
relative_to=base, global_conf=vars)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/
serve.py", line 313, in loadapp
**kw)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/
loadwsgi.py", line 204, in loadapp
return loadobj(APP, uri, name=name, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/
loadwsgi.py", line 225, in loadobj
return context.create()
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/
loadwsgi.py", line 625, in create
return self.object_type.invoke(self)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/
loadwsgi.py", line 110, in invoke
return fix_call(context.object, context.global_conf,
**context.local_conf)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/util/
fixtypeerror.py", line 57, in fix_call
val = callable(*args, **kw)
File "/Developer/Python/Pylons/helloworld/helloworld/config/
middleware.py", line 37, in make_app
config = load_environment(global_conf, app_conf)
File "/Developer/Python/Pylons/helloworld/helloworld/config/
environment.py", line 26, in load_environment
config.init_app(global_conf, app_conf, package='helloworld',
paths=paths)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/Pylons-0.9.7-py2.6.egg/pylons/
configuration.py", line 295, in init_app
conf.update(self.pop('environment_load', {}))
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/Pylons-0.9.7-py2.6.egg/pylons/
configuration.py", line 134, in __getattr__
conf_dict = self.current_conf()
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/Paste-1.7.2-py2.6.egg/paste/config.py", line
76, in _current_obj
"No configuration has been registered for this process "
AttributeError: No configuration has been registered for this process
or thread