On 9/8/07, Elvelind Grandin <[EMAIL PROTECTED]> wrote:
>
>
> which means that you can just run
>
> easy_install http://elixir.ematia.de/svn/elixir/trunk/
> to get the latest trunk version.
>
I think I'll try the downgrade, as going for the latest trunk resulted in:
________________________________________________________________________________
File "/usr/lib/python2.4/site-packages/TurboGears-1.0.3.2-py2.4.egg
/turbogears/database.py",
line 63, in create_session
return sqlalchemy.create_session()
AttributeError: 'module' object has no attribute 'create_session'
________________________________________________________________________________
Full log below:
$ ./start-qwert.py
/usr/lib/python2.4/site-packages/SQLAlchemy-0.4.0beta5-py2.4.egg/sqlalchemy/ext/activemapper.py:24:
SADeprecationWarning: SessionContext is deprecated. Use scoped_session().
/usr/lib/python2.4/site-packages/SQLAlchemy-0.4.0beta5-py2.4.egg/sqlalchemy/ext/activemapper.py:24:
SADeprecationWarning: SessionContext is deprecated. Use scoped_session().
11:38:55,523 cherrypy.msg INFO CONFIG: Server parameters:
11:38:55,523 cherrypy.msg INFO CONFIG: server.environment: development
11:38:55,524 cherrypy.msg INFO CONFIG: server.log_to_screen: True
11:38:55,525 cherrypy.msg INFO CONFIG: server.log_file:
11:38:55,525 cherrypy.msg INFO CONFIG: server.log_tracebacks: True
11:38:55,526 cherrypy.msg INFO CONFIG: server.log_request_headers: True
11:38:55,526 cherrypy.msg INFO CONFIG: server.protocol_version: HTTP/1.0
11:38:55,527 cherrypy.msg INFO CONFIG: server.socket_host:
11:38:55,527 cherrypy.msg INFO CONFIG: server.socket_port: 8080
11:38:55,528 cherrypy.msg INFO CONFIG: server.socket_file:
11:38:55,528 cherrypy.msg INFO CONFIG: server.reverse_dns: False
11:38:55,529 cherrypy.msg INFO CONFIG: server.socket_queue_size: 5
11:38:55,529 cherrypy.msg INFO CONFIG: server.thread_pool: 10
/usr/lib/python2.4/site-packages/TurboGears-1.0.3.2-py2.4.egg/turbogears/database.py:51:
SADeprecationWarning: Call to deprecated function connect
metadata.connect(_engine)
11:38:55,565 turbogears.visit INFO Visit Tracking starting
11:38:55,582 turbogears.visit INFO Visit filter initialised
Unhandled exception in thread started by <bound method Server._start of
<cherrypy._cpserver.Server object at 0xb7ce6c6c>>
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cpserver.py",
line 78, in _start
Engine._start(self)
File
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cpengine.py",
line 108, in _start
func()
File
"/usr/lib/python2.4/site-packages/TurboGears-1.0.3.2-py2.4.egg/turbogears/startup.py",
line 234, in startTurboGears
ext.start_extension()
File "/usr/lib/python2.4/site-packages/TurboGears-1.0.3.2-py2.4.egg
/turbogears/visit/api.py",
line 68, in start_extension
create_extension_model()
File "/usr/lib/python2.4/site-packages/TurboGears-1.0.3.2-py2.4.egg
/turbogears/visit/api.py",
line 87, in create_extension_model
_manager.create_model()
File "/usr/lib/python2.4/site-packages/TurboGears-1.0.3.2-py2.4.egg
/turbogears/visit/savisit.py",
line 38, in create_model
visit_class.mapper.local_table.create(checkfirst=True)
File "build/bdist.linux-i686/egg/elixir/entity.py", line 600, in
__getattribute__
File "build/bdist.linux-i686/egg/elixir/__init__.py", line 120, in
setup_all
File "build/bdist.linux-i686/egg/elixir/__init__.py", line 107, in
setup_entities
File "build/bdist.linux-i686/egg/elixir/entity.py", line 364, in
setup_mapper
File "build/bdist.linux-i686/egg/elixir/entity.py", line 673, in mapper
File "build/bdist.linux-i686/egg/sqlalchemy/ext/activemapper.py", line 26,
in __getattr__
File "build/bdist.linux-i686/egg/sqlalchemy/ext/sessioncontext.py", line
24, in get_current
File "build/bdist.linux-i686/egg/sqlalchemy/util.py", line 569, in
__call__
File "/usr/lib/python2.4/site-packages/TurboGears-1.0.3.2-py2.4.egg
/turbogears/database.py",
line 63, in create_session
return sqlalchemy.create_session()
AttributeError: 'module' object has no attribute 'create_session'
--
Ubuntu Linux DC LoCo
Washington, DC
http://dc.ubuntu-us.org/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---