Hi,

I am having a problem to start a server after installing rev207 from
svn. I am running win2k. I had TG 0.8a3 and the latest setuptools
installed, and then I run:

1. easy_install RuleDispatch
2. setup develop (R207)
3. tg-admin quickstart (created project x)
4. x-start

After that I've seen the following:

2005/11/17 10:53:23 CONFIG INFO Server parameters:
2005/11/17 10:53:23 CONFIG INFO   server.environment: development
2005/11/17 10:53:23 CONFIG INFO   server.logToScreen: True
2005/11/17 10:53:23 CONFIG INFO   server.logFile:
2005/11/17 10:53:23 CONFIG INFO   server.protocolVersion: HTTP/1.0
2005/11/17 10:53:23 CONFIG INFO   server.socketHost:
2005/11/17 10:53:23 CONFIG INFO   server.socketPort: 8080
2005/11/17 10:53:23 CONFIG INFO   server.socketFile:
2005/11/17 10:53:23 CONFIG INFO   server.reverseDNS: False
2005/11/17 10:53:23 CONFIG INFO   server.socketQueueSize: 5
2005/11/17 10:53:23 CONFIG INFO   server.threadPool: 0
Unhandled exception in thread started by <bound method Server._start of
<cherrypy._cpserver.Server o
bject at 0x009951D0>>
Traceback (most recent call last):
  File
"c:\apps\python\lib\site-packages\CherryPy-2.1.0-py2.4-win32.egg\cherrypy\_cpserver.py",
line
 122, in _start
    func()
  File "c:\svn\turbogears\trunk\turbogears\startup.py", line 112, in
startTurboGears
    cherrypy.root._cpFilterList.append(
turbogears.identity.IdentityFilter() )
  File "c:\svn\turbogears\trunk\turbogears\identity\filter.py", line
18, in __init__
    provider= create_default_provider()
  File "c:\svn\turbogears\trunk\turbogears\identity\__init__.py", line
29, in create_default_provide
r
    return _load_class(providerClass)()
  File
"c:\svn\turbogears\trunk\turbogears\identity\provider\soprovider.py",
line 25, in __init__
    self.module= identity._load_module( self.module )
  File "c:\svn\turbogears\trunk\turbogears\identity\__init__.py", line
12, in _load_module
    module= __import__(moduleName)

  File "c:\svn\turbogears\trunk\turbogears\identity\model\somodel.py",
line 4, in ?
    from turbogears.jsonify import *
  File "c:\svn\turbogears\trunk\turbogears\jsonify.py", line 3, in ?
    pkg_resources.require('RuleDispatch==0.5a')
  File
"c:\apps\python\lib\site-packages\setuptools-0.6a8-py2.4.egg\pkg_resources.py",
line 503, in
require
    needed = self.resolve(parse_requirements(requirements))
  File
"c:\apps\python\lib\site-packages\setuptools-0.6a8-py2.4.egg\pkg_resources.py",
line 487, in
resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (ruledispatch 0.5a0.dev-r2100
(c:\apps\python\lib\site-packages\ruled
ispatch-0.5a0.dev_r2100-py2.4-win32.egg),
Requirement.parse('RuleDispatch==0.5a'))

Any idea what went wrong?
Thanks.

Reply via email to