[issue25107] Windows 32-bit: exe-files doesn't run

2015-09-14 Thread Oleg N
Oleg N added the comment: This dll probobly won't work. Read at the end of this article http://blogs.msdn.com/b/vcblog/archive/2015/03/03/introducing-the-universal-crt.aspx how to obtain ucrtbase. -- ___ Python tracker <http://bugs.py

[issue25107] Windows 32-bit: exe-files doesn't run

2015-09-14 Thread Oleg N
Oleg N added the comment: You need ucrtbase.dll. Extract this archive to your Python35-32 folder and try to run python. -- nosy: +Oleg N Added file: http://bugs.python.org/file40459/ucrtbase.zip ___ Python tracker <http://bugs.python.org/issue25

[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) messag