Steve Zatz wrote:
> Trunk Rev 4726
>
> Note the following:
>
> Python 2.5.2 (r252:60911, May 7 2008, 15:19:09)
> [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> from sqlalchemy import *
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File ".../sqlalchemy/__init__.py", line 34, in <module>
> from sqlalchemy.engine import create_engine, engine_from_config
> File ".../sqlalchemy/engine/__init__.py", line 54, in <module>
> from sqlalchemy.engine.base import Dialect, ExecutionContext, Compiled, \
> File ".../sqlalchemy/engine/base.py", line 16, in <module>
> from sqlalchemy import exc, schema, util, types, log
> File ".../sqlalchemy/log.py", line 35, in <module>
> rootlogger = logging.getLogger('sqlalchemy')
> AttributeError: 'module' object has no attribute 'getLogger'
Some modules have moved around for 0.5. If you're updating an exsiting
trunk check out, be sure to clean out the .pyc files.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---