← Back to team overview

credativ team mailing list archive

[Bug 1045574] [NEW] ImportError: No module named lib

 

Public bug reported:

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

** Affects: openupgrade-server
     Importance: Undecided
         Status: New

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

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


Follow ups

References