[SQL-CVS] [ sqlobject-Patches-3385538 ] Fix for 3293195
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: SourceForge.net <no...@so...> - 2011-08-03 11:35:16
|
Patches item #3385538, was opened at 2011-08-03 13:35 Message generated for change (Tracker Item Submitted) made by runefh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=540674&aid=3385538&group_id=74338 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: RuneH (runefh) Assigned to: Nobody/Anonymous (nobody) Summary: Fix for 3293195 Initial Comment: 3293195 fails because setup.py tries to import sqlobject before its dependencies are met. The patch stops setup.py from importing sqlobject, instead imports only the __version__ module via imp.load_source. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=540674&aid=3385538&group_id=74338 |