New submission from Andrey Antsut:
Importing modules from subdirectories as "implicit namespace packages" (PEP
420) inside a ZIP archive only works one level deep. Imports from within nested
namespaces fail with "ImportError: No module named 'XXX'".
I am att
Andrey Antsut added the comment:
Just checked - confirming that it works with 3.3.5rc2.
--
status: pending -> open
___
Python tracker
<http://bugs.python.org/issu
New submission from Andrey Antsut:
When embedding Python into C++, Py_Initialize() crashes with following errors
if the standard library (python33\lib) is in a zip archive (e.g. python33.zip):
Fatal Python error: Py_Initialize: unable to load the file system codec
ImportError: No module named