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

2021-12-08 Thread Irit Katriel
Irit Katriel added the comment: I got the same results as Jonathan. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___

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

2020-03-24 Thread Thomas Heller
Change by Thomas Heller : -- nosy: -theller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

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

2020-03-24 Thread Jonathan Hsu
Jonathan Hsu added the comment: It appears this issue has been fixed, as I am unable to reproduce it on Windows 10/Python 3.7: Python 3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more informati

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

2020-03-18 Thread Brett Cannon
Change by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

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

2014-11-26 Thread Thomas Heller
Changes by Thomas Heller : -- nosy: +theller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

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

2014-11-25 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +gregory.p.smith, twouters ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

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

2014-11-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list

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

2014-03-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brett.cannon, eric.snow, ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

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

2014-03-12 Thread Eric V. Smith
Changes by Eric V. Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

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

2014-03-12 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[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 attaching an archive with example direc