[issue20899] Nested namespace imports do not work inside zip archives

2014-03-12 Thread Andrey Antsut
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

[issue20852] Embedding with zipped standard library is broken in 3.3.4 (Windows)

2014-03-04 Thread Andrey Antsut
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

[issue20852] Embedding with zipped standard library is broken in 3.3.4 (Windows)

2014-03-04 Thread Andrey Antsut
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