rtyler / Spawning

Spawning is a wsgi server which supports multiple processes, multiple threads, green threads, non-blocking HTTP io, and automatic graceful upgrading of code
http://pypi.python.org/pypi/Spawning
MIT License
120 stars 18 forks source link

spawning.run_controller MIA #24

Closed dunkfordyce closed 13 years ago

dunkfordyce commented 13 years ago

Using spawning obtained via easy_install:

Starting server in PID 27414.
Traceback (most recent call last):
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/bin/paster", line 8, in <module>
    load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')()
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/paste/script/command.py", line 84, in run
    invoke(command, command_name, options, args[1:])
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/paste/script/command.py", line 123, in invoke
    exit_code = runner.run(args)
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/paste/script/exe.py", line 107, in run
    command.run(options)
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/paste/script/command.py", line 84, in run
    invoke(command, command_name, options, args[1:])
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/paste/script/command.py", line 123, in invoke
    exit_code = runner.run(args)
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/paste/script/command.py", line 218, in run
    result = self.command()
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/paste/script/serve.py", line 303, in command
    serve()
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/paste/script/serve.py", line 287, in serve
    server(app)
  File "/data/dunk/projects/xxxxx/branches/cssanywhere/xxxxx/devenv2/lib/python2.5/site-packages/Spawning-0.9.5-py2.5.egg/spawning/paste_factory.py", line 99, in run
    spawning_controller.run_controller(
AttributeError: 'module' object has no attribute 'run_controller'
rtyler commented 13 years ago

This is a duplicate of #19