[issue20884] importlib/__init__.py can not be loaded without __file__ - breaks cxFreeze

Thomas Kluyver report at bugs.python.org
Wed Mar 12 22:41:01 CET 2014


Thomas Kluyver added the comment:

In the clean solution, it sounds like making importlib/__init__.py deal with the lack of a __file__ attribute would fix the problem in cx_Freeze. We'd still need to work out whether freezing importlib into the base executable is the right thing to do, but freezing would work on Python 3.4. So that sounds good to me.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20884>
_______________________________________


More information about the Python-bugs-list mailing list