credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #04974
[Bug 1045574] Re: ImportError: No module named lib
** Branch linked: lp:openupgrade-server/5.0
--
You received this bug notification because you are a member of
OpenUpgrade Committers, which is subscribed to OpenUpgrade Server.
https://bugs.launchpad.net/bugs/1045574
Title:
ImportError: No module named lib
Status in OpenUpgrade Server:
Fix Released
Bug description:
In /bin/addons/openupgrade_records/__init__.py (revision 2176)
we have: import lib
but module lib is not on /bin/addons/openupgrade_records/ folder. So when you try to install openupgrade_records bump!
openupgrade-server5.0/bin/addons/openupgrade_records/model/analysis_wizard.py", line 34, in <module>
from openupgrade_records.lib import compare
ImportError: No module named lib
My workarround was
cp -a ..... 6.0/bin/addons/openupgrade_records/lib ....
5.0/bin/addons/openupgrade_records/
seems to work fine
To manage notifications about this bug go to:
https://bugs.launchpad.net/openupgrade-server/+bug/1045574/+subscriptions
References