Issue 4982: Running python 3 as Non-admin User requests the Runtime to terminate in an unusual way. (original) (raw)

Issue4982

Created on 2009-01-18 01:42 by yhvh, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg80070 - (view) Author: William Stevenson (yhvh) Date: 2009-01-18 01:42
AMD64 msi install seemed to work fine when running python3.0 as admin but fails immediately as any other user. Command Line output: C:\Python30>python.exe Fatal Python error: Py_Initialize: can't initialize sys standard streams File "C:\Python25\Lib\encodings\__init__.py", line 120 raise CodecRegistryError,\ ^ SyntaxError: invalid syntax This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. C:\Python30> GUI output: --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in python.exe [2028]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In- Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK ---------------------------
msg80463 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2009-01-24 16:49
Do you have PYTHONPATH set, by any chance? Python 3.0 shouldn't pick up c:\python25.
msg101102 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-03-15 13:07
Closing because of lack of response
History
Date User Action Args
2022-04-11 14:56:44 admin set github: 49232
2010-03-15 13:07:21 loewis set status: open -> closedresolution: works for memessages: +
2009-01-24 16:49:33 loewis set nosy: + loewismessages: +
2009-01-18 01:42:54 yhvh create