I noticed this myself a few days ago, after upgrading... didn't have a chance to fix things then, though. Thanks for the reminder.
This error's gone in r216, and there's a few more things to fix before a new version that's happy with 0.3. On 10/25/06, Robin Munn <[EMAIL PROTECTED]> wrote: > > Looks like the migrate script (http://erosson.com/migrate/) could use > some attention: > > [EMAIL PROTECTED]:~/projects/python$ migrate --help > Traceback (most recent call last): > File "/usr/bin/migrate", line 5, in ? > pkg_resources.run_script('migrate==0.2.0', 'migrate') > File > "/usr/lib/python2.4/site-packages/setuptools-0.6c3-py2.4.egg/pkg_resources.py", > line 407, in run_script > self.require(requires)[0].run_script(script_name, ns) > File > "/usr/lib/python2.4/site-packages/setuptools-0.6c3-py2.4.egg/pkg_resources.py", > line 1084, in run_script > execfile(script_filename, namespace, namespace) > File > "/usr/lib/python2.4/site-packages/migrate-0.2.0-py2.4.egg/EGG-INFO/scripts/migrate", > line 2, in ? > from migrate.versioning.shell import main > File > "/usr/lib/python2.4/site-packages/migrate-0.2.0-py2.4.egg/migrate/versioning/shell.py", > line 6, in ? > from migrate.versioning import api,exceptions > File > "/usr/lib/python2.4/site-packages/migrate-0.2.0-py2.4.egg/migrate/versioning/api.py", > line 5, in ? > from migrate.versioning.repository import * > File > "/usr/lib/python2.4/site-packages/migrate-0.2.0-py2.4.egg/migrate/versioning/repository.py", > line 8, in ? > from migrate.versioning import script,exceptions,version > File > "/usr/lib/python2.4/site-packages/migrate-0.2.0-py2.4.egg/migrate/versioning/script/__init__.py", > line 1, in ? > from py import * > File > "/usr/lib/python2.4/site-packages/migrate-0.2.0-py2.4.egg/migrate/versioning/script/py.py", > line 2, in ? > from logsql import LogsqlFile > File > "/usr/lib/python2.4/site-packages/migrate-0.2.0-py2.4.egg/migrate/versioning/script/logsql.py", > line 2, in ? > from migrate.versioning import logengine > File > "/usr/lib/python2.4/site-packages/migrate-0.2.0-py2.4.egg/migrate/versioning/logengine.py", > line 200, in ? > class LogEngine(base.ComposedSQLEngine): > AttributeError: 'module' object has no attribute 'ComposedSQLEngine' > > I haven't gone through migrate's code to find out if there are any > other places where it's breaking, and there probably are such places. > But right now, I've got an unrelated deadline breathing down my neck, > so I can't spare the time. > > Anyone want to give the migrate script some attention? > > -- > Robin Munn > [EMAIL PROTECTED] > GPG key 0xD6497014 > > > > -- - Evan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
