[issue24960] Can't use pip or easy_install with embeddable zip file.

2016-07-03 Thread fourplusone
fourplusone added the comment: The problem is indeed that lib2to3 fails to load the Grammar.txt file if it is located inside a .zip archive. I think one way to fix it is using of the "get_data" function of the loader

[issue24960] Can't use pip or easy_install with embeddable zip file.

2015-11-26 Thread Florian Hassanen
Florian Hassanen added the comment: got this traceback: Traceback (most recent call last): File "setup.py", line 169, in dist = setuptools.setup(**setup_params) File "distutils\core.py", line 134, in setup File "...\setuptools\setuptools\dist.py", line 299, in parse_command_line

[issue24960] Can't use pip or easy_install with embeddable zip file.

2015-09-04 Thread Donald Stufft
Donald Stufft added the comment: This looks more like lib2to3 doesn't support running from a .zip archive. -- ___ Python tracker ___

[issue24960] Can't use pip or easy_install with embeddable zip file.

2015-09-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +Marcus.Smith, dstufft, ncoghlan, paul.moore ___ Python tracker ___

[issue24960] Can't use pip or easy_install with embeddable zip file.

2015-08-29 Thread Oleg N
New submission from Oleg N: Error: [Errno 2] No such file or directory: '...\\python35.zip\\lib2to3\\Grammar.txt'. Python35.zip from this archive: https://www.python.org/ftp/python/3.5.0/python-3.5.0rc2-embed-amd64.zip. Path is correct. -- components: Library (Lib) messages: 249329