Hi Marcelo,

Thanks for pointing this out. Should be fixed now. Your workaround was
perfectly valid as well.

Cheers,
Stefan.



** Branch unlinked: lp:openupgrade-server/5.0

** Changed in: openupgrade-server
       Status: New => Fix Released

** Changed in: openupgrade-server
   Importance: Undecided => Medium

-- 
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

-- 
Mailing list: https://launchpad.net/~credativ
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~credativ
More help   : https://help.launchpad.net/ListHelp

Reply via email to