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

ModuleNotFoundError: No module named 'gi' #25

Open
rseiver96 opened this issue Aug 13, 2017 · 2 comments
Open

ModuleNotFoundError: No module named 'gi' #25

rseiver96 opened this issue Aug 13, 2017 · 2 comments

Comments

@rseiver96
Copy link

Hi there, I'm a mac user with no coding knowhow trying to use this to download Morrowind on my Mac (without having to use Bootcamp) to play with OpenMW. In trying to run the steam-appmanifest In Terminal, I encountered the error named in the title. The whole error says this:
"t.py ; exit;
Traceback (most recent call last):
File "/Users/MYCOMPUTER/Desktop/steam-appmanifest.py", line 16, in
from gi.repository import Gtk
ModuleNotFoundError: No module named 'gi'
logout

@dsnvs
Copy link

dsnvs commented Oct 29, 2017

Hey, @rseiver96, this is a dependency problem.
As explained in the readme file, on mac osx you should install pygobject3 to use the script, this error tells me you didn't have the pygobject3 installed.

@timhwang21
Copy link

For anyone googling, the README is incorrect. Leave out the --with-python3 flag, which appears to be deprecated.

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