Menu

#32 MultiBootUSB 8.5.0 No Module Found

v1.0_(example)
closed
nobody
None
1
2017-05-16
2017-02-05
No

I have installed MultiBootUSB 8.5.0 on my Fedora 25 system.

This system has the following version of Python installed:

Python 3.4.3 :: Anaconda 2.3.0 (32-bit)

When I attempt to start it up I get the following error output:

Traceback (most recent call last):
File "/usr/local/bin/multibootusb", line 18, in <module>
from scripts.mbusb_cli import *
ImportError: No module named 'scripts'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/bin/multibootusb", line 23, in <module>
from .scripts.mbusb_cli import *
SystemError: Parent module '' not loaded, cannot perform relative import

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/bin/multibootusb", line 27, in <module>
import scripts
ImportError: No module named 'scripts'

I can find no Python3 scripts library to install and need some guidance on where to look next.

Thanks

Discussion

  • sundar_ima

    sundar_ima - 2017-02-06

    It is searching for the packge/ module shipped with multibootusb. Probably, the anaconda could not find the installed location of the module/ package.

    There is no requirement of installeing the package (from rpm). Simply download the source package, extract and run 'multibootusb' file.

    I would advice you to download the source package from the github repo at https://github.com/mbusb/multibootusb/archive/v8.5.0.tar.gz. Let me know if running from source solve the problem for you.

     
  • Charlie Smith

    Charlie Smith - 2017-02-10

    I found the issue causing this problem and have taken corrective steps.

    MultiBootUSB 8.5.0 now starts properly. Will try to actually create some entries this weekend.

    Thanks

     
  • sundar_ima

    sundar_ima - 2017-04-12

    Care and share ? At least you can do me what you think of and I can do it in upstream.

     
  • sundar_ima

    sundar_ima - 2017-05-16

    Issue is solved in latest release. Current release is 8.8.0.

     
  • sundar_ima

    sundar_ima - 2017-05-16
    • status: open --> closed
     

Log in to post a comment.