Donate Share

xxdiff

Tracker: Bugs

5 Patch: setup.py doesn't include scripts/db directory - ID: 1608031
Last Update: Settings changed ( tpo )

...and thus xx-sql-schemas will fail with:

Traceback (most recent call last):
File "/usr/bin/xx-sql-schemas", line 8, in ?
from xxdiff.scripts.sqlschemas import main
File "/var/lib/python-support/python2.4/xxdiff/scripts/sqlschemas.py",
line 28, in ?
from xxdiff.db import postgresql
ImportError: No module named db


--- xxdiff-3.2.orig/setup.py
+++ xxdiff-3.2/setup.py
@@ -52,7 +52,8 @@
package_dir = {'': 'lib/python'},
packages = ['xxdiff',
join('xxdiff', 'scripts'),
- join('xxdiff', 'scm')],
+ join('xxdiff', 'scm'),
+ join('xxdiff', 'db')],
scripts = allscripts
)


Tomas Pospisek ( tpo ) - 2006-12-03 20:03

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
summary setup.py doesn't include scripts/db directory 2006-12-03 20:03 tpo