I am trying to get Paste running using the PyISAPIe WSGI server on
IIS.  However, I am getting this error and I can't figure out why:

The same application succesfully runs with the paste HTTP server.

Traceback (most recent call last):
  File "C:\Python25\lib\site-packages\Http\Isapi.py", line 128, in
Request
    imp.load_source(Name, Env.APPL_PHYSICAL_PATH +
'\pyisapie_default.py').Request
  File "D:\websites\pylonshw\python\\pyisapie_default.py", line 7, in
    pylonsapp = loadapp('config:' + appdir + '/development.ini')
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 193, in loadapp
    return loadobj(APP, uri, name=name, **kw)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 213, in loadobj
    global_conf=global_conf)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 237, in loadcontext
    global_conf=global_conf)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 267, in _loadconfig
    return loader.get_context(object_type, name, global_conf)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 393, in get_context
    section)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 415, in _context_from_use
    object_type, name=use, global_conf=global_conf)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 345, in get_context
    global_conf=global_conf)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 237, in loadcontext
    global_conf=global_conf)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 274, in _loadegg
    return loader.get_context(object_type, name, global_conf)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 542, in get_context
    object_type, name=name)
  File "C:\Python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste
\deploy\loadwsgi.py", line 562, in find_egg_entry_point
    pkg_resources.require(self.spec)
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 626, in
require
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 524, in
resolve
pkg_resources.DistributionNotFound: decorator>=2.1.0
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to