No module named encodings

2018-12-16 Thread Holley Jupiter
Having an issue with this error. I have uninstalled and reinstalled several times but I cannot solve the problem. I googled my issue but non of the solutions have worked. Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

Re: ModuleNotFoundError: No module named 'encodings'

2018-09-07 Thread Thomas Jollans
>>> ... >>> Py_SetPythonHome("python_path"); >>> >> >> This isn't actually a line in your code, is it? For one thing, >> Py_SetPythonHome expects a wchar_t*... >> >> Py_Initialize(); >>> >>> This works fine on Python 3.6.4 version,

Re: ModuleNotFoundError: No module named 'encodings'

2018-09-07 Thread Jason Qian via Python-list
isn't actually a line in your code, is it? For one thing, > Py_SetPythonHome expects a wchar_t*... > > Py_Initialize(); >> >> This works fine on Python 3.6.4 version, but got errors on Python 3.7.0 >> when calling Py_Initialize(), >> >> Fatal Python e

Re: ModuleNotFoundError: No module named 'encodings'

2018-09-06 Thread Thomas Jollans
ialize(); This works fine on Python 3.6.4 version, but got errors on Python 3.7.0 when calling Py_Initialize(), Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' So, Python can't find a core module. This either m

ModuleNotFoundError: No module named 'encodings'

2018-09-06 Thread Jason Qian via Python-list
stem codec ModuleNotFoundError: No module named 'encodings' Thanks for the help Jason -- https://mail.python.org/mailman/listinfo/python-list

Re: No module named 'encodings' Python 3.6 on Windows 10 failure

2017-03-07 Thread MRAB
ize: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' Current thread 0x1774 (most recent call first): C:\Python36-32> Which installer did you download? I've installed both the 32-bit and 64-bit versions of Python 3.6.0 (using python-3.6.0

Re: No module named 'encodings' Python 3.6 on Windows 10 failure

2017-03-07 Thread eryk sun
r: Py_Initialize: unable to load the file system codec > ModuleNotFoundError: No module named 'encodings' You probably have the environment variable PYTHONHOME pointing at some other Python installation, or a previous installation. Permanently defining PYTHONHOME is wrong. Unset t

No module named 'encodings' Python 3.6 on Windows 10 failure

2017-03-07 Thread schneiderw
dec ModuleNotFoundError: No module named 'encodings' Current thread 0x1774 (most recent call first): C:\Python36-32> -- https://mail.python.org/mailman/listinfo/python-list

cx_Freeze:Fatal Python error: Py_Initialize: Unable to get the locale encoding ImportError: No module named 'encodings'

2015-02-02 Thread iMath
-3.4 ./hello Fatal Python error: Py_Initialize: Unable to get the locale encoding ImportError: No module named 'encodings' [1]3950 abort ./hello ?7?4 exe.linux-i686-3.4 any idea on fixing this issue ?-- https://mail.python.org/mailman/listinfo/python-list