Hello. 

I'm trying to build package using 
the c03a2456185703ffbfadd152db437ec1e6e9c36b commit in the python 2.7.

The error is:
ImportError: cannot import name machinery

Probably that's because of: 

commit 22dde3c9da8671cd9d9b40f12c82d5eb25156fea
Author: Martin Zibricky 
Date:   Fri May 23 11:07:14 2014 +0200

    Issue #85: Fix importing hooks to load them again from files like 
hook-package.subpackage.modname.py.


+            # TODO This import machinery won't work on Python 2.
+            # Import module from a file.
+            import importlib.machinery


So the question is: is it planned to fix that issue to make it work in 
python 2.7?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to