aishee / sqlalchemy-migrate

Automatically exported from code.google.com/p/sqlalchemy-migrate
MIT License
0 stars 0 forks source link

Import of sqlalchemy.migrate.changeset.schema fails #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. from sqlalchemy.migrate.changeset.schema import *
2.
3.

What is the expected output? What do you see instead?
  File "...\sqlalchemy\migrate\changeset\__init__.py", line 24, in <module>
    sqlalchemy.schema.Table.__bases__ += (ChangesetTable, )
TypeError: duplicate base class ChangesetTable

What version of the product are you using? On what operating system?
I checked out the trunkt from
http://sqlalchemy-migrate.googlecode.com/svn/. I'm using Win764bit

Please provide any additional information below.

Original issue reported on code.google.com by jenny.bi...@gmail.com on 17 Mar 2010 at 5:03

GoogleCodeExporter commented 8 years ago
Can you still preproduce this?

(migrate)ielectric@oblak:~/code/migrate on default $ python
Python 2.6.5 (release26-maint, May 25 2010, 04:24:56) 
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from migrate.changeset.schema import *
>>> 

Original comment by iElect...@gmail.com on 11 Jul 2010 at 4:01

GoogleCodeExporter commented 8 years ago
No, everything works fine now, thanks.

Original comment by jenny.bi...@gmail.com on 12 Jul 2010 at 6:25

GoogleCodeExporter commented 8 years ago

Original comment by iElect...@gmail.com on 15 Jul 2010 at 9:07