Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Even with redownloading mounted I get this error #13

Open
dizduckz opened this issue Sep 26, 2021 · 2 comments
Open

Even with redownloading mounted I get this error #13

dizduckz opened this issue Sep 26, 2021 · 2 comments

Comments

@dizduckz
Copy link

Traceback (most recent call last):
File "/Users/[MyName]/Downloads/MountEFI-update-2/MountEFI.command", line 3, in
from Scripts import *
ImportError: No module named Scripts

@corpnewt
Copy link
Owner

Are you running the MountEFI.command from within its original folder? It needs to be in the same directory as the Scripts folder, which should contain __init__.py, bdmesg.py, disk.py, etc. If you've copied the MountEFI.command somewhere else, and it can no longer reach those scripts, it will not work properly.

Alternatively - are you launching it via the terminal? If so - make sure you first cd into MountEFI.command's directory, then try running ./MountEFI.command

-CorpNewt

@MahdiBM
Copy link

MahdiBM commented Dec 11, 2021

This error occurred to me as well. I'm on macOS 12.0.1 and i hadn't seen it before on macOS 11.
The fix was to move the Mount-EFI folder to some other place like macOS's root directory. I tried it with it being in the Desktop and the Downloads folder and those didn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants