[go: up one dir, main page]

Menu

#37 Installation for Pyhon 3.5 succeeds, launching PyGobject fails.

1.0
open
nobody
None
2016-02-29
2016-01-28
No

I successfully install pygobject for windows using the PATH and finding the installation. However when launching python, I cannot import gi or anything from it (module not found).

I would like to know what's the import process supposed to do since there is absolutely no gi package installed, even less an __init__ file.

Please if it's a specific manipulation to do, update the readme to have launching instructions. Else here is some relevant data:

Python install directory : D:\w81.64\Python35
Python path is in %PATH% : True
Python found in registry : False
"gi" in sys.modules : False
Failure is at finding the modules, echo finder of sys.meta_path fails to locate the module. They are four : the builtin-in module finder, the frozen module finder, the registry module finder and the "path" module finder.

Note: I tried on another computer, using normal install and portable install over a virtual env, and it always failed the same way.

Discussion

  • tumagonx

    tumagonx - 2016-01-28
    • summary: Installation succeeds, launching PyGobject fails. --> Installation for Pyhon 3.5 succeeds, launching PyGobject fails.
     
  • tumagonx

    tumagonx - 2016-02-29

    I haven't fix this in rev5, but I simply clarify what python supported in the first dialog of installer.

     

Log in to post a comment.