Re: Python Installation Problem

2020-05-05 Thread Souvik Dutta
What is the error can you copy and paste? Because this list does not support attachment. Souvik flutter dev On Wed, May 6, 2020, 7:49 AM Adolf Yoshua Marbun wrote: > Yes, I did. I did this before the installation began, checked the "add to > PATH" option. > > On Wed, May 6, 2020 at 9:17 AM

Re: Python Installation Problem

2020-05-05 Thread Adolf Yoshua Marbun
Yes, I did. I did this before the installation began, checked the "add to PATH" option. On Wed, May 6, 2020 at 9:17 AM Souvik Dutta wrote: > Have you added python to path? If not then you will have to do it. > > Souvik flutter dev > > On Wed, May 6, 2020, 1:28 AM Adolf Yoshua Marbun < >

Re: Python Installation Problem

2020-05-05 Thread Souvik Dutta
Have you added python to path? If not then you will have to do it. Souvik flutter dev On Wed, May 6, 2020, 1:28 AM Adolf Yoshua Marbun wrote: > Dear Python, > > I am currently learning about Python. First thing first, I need to install > the interpreter Python 3.8.2 before I get to the IDE.

Re: Python Installation Problem

2020-05-05 Thread MRAB
On 2020-05-05 23:20, Rhodri James wrote: On 05/05/2020 05:34, Adolf Yoshua Marbun wrote: Dear Python, I am currently learning about Python. First thing first, I need to install the interpreter Python 3.8.2 before I get to the IDE. But, I have problem during running command. The installation

Re: Python Installation Problem

2020-05-05 Thread Rhodri James
On 05/05/2020 05:34, Adolf Yoshua Marbun wrote: Dear Python, I am currently learning about Python. First thing first, I need to install the interpreter Python 3.8.2 before I get to the IDE. But, I have problem during running command. The installation was successful. When I try to run the

Python Installation Problem

2020-05-05 Thread Adolf Yoshua Marbun
Dear Python, I am currently learning about Python. First thing first, I need to install the interpreter Python 3.8.2 before I get to the IDE. But, I have problem during running command. The installation was successful. When I try to run the command prompt, typing "python --version", it always

[issue27054] Python installation problem: No module named 'encodings'

2020-04-09 Thread STINNER Victor
STINNER Victor added the comment: > I continually get the error > "Fatal Python error: Py_Initialize: unable to load the file system codec > ImportError: No module named 'encodings'" FYI I enhanced this error in Python 3.8 to "dump the Python path configuration". Example: $ PYTHONHOME=x

[issue27054] Python installation problem: No module named 'encodings'

2020-04-09 Thread E
E added the comment: python3 gave the error but I could sudo python3. To solve: export PYTHONHOME= export PYTHONPATH= -- nosy: +ergun ___ Python tracker ___

Re: Fw: Python installation problem

2020-04-01 Thread Michael Torrie
On 4/1/20 11:09 AM, HERNANDEZ AGUIRRE JOSE GABRIEL DE LA DOLOROSA wrote: > Para: python-list@python.org > > I  installed  the Python software , but I could not find the python.exe file > with the Unscramble software Actually in windows 10, Idle shows up in the start menu under the "I"s, not in

Re: Fw: Python installation problem

2020-04-01 Thread Michael Torrie
On 4/1/20 11:09 AM, HERNANDEZ AGUIRRE JOSE GABRIEL DE LA DOLOROSA wrote: > I  installed  the Python software , but I could not find the python.exe file > with the Unscramble software What is this "Unscramble software?" After Python is installed, you probably will find the "Idle" integrated

Fw: Python installation problem

2020-04-01 Thread HERNANDEZ AGUIRRE JOSE GABRIEL DE LA DOLOROSA
En Mar, 31 Marzo, 2020 en 18:48, yo escribió:   Para: python-list@python.org I  installed  the Python software , but I could not find the python.exe file with the Unscramble software What do you advise ? Regards -- https://mail.python.org/mailman/listinfo/python-list

[issue27054] Python installation problem: No module named 'encodings'

2018-01-04 Thread Sabuj Pattanayek
Sabuj Pattanayek added the comment: I can confirm that this does happen if you don't install as admin. I confirmed that I didn't have PYTHONHOME or PYTHONPATH set and I still got a similar error (except it was for the site module) for the python 3.4.4 installer. setting

[issue27054] Python installation problem: No module named 'encodings'

2016-05-25 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> resolved ___ Python tracker ___ ___

[issue27054] Python installation problem: No module named 'encodings'

2016-05-25 Thread Steve Dower
Steve Dower added the comment: I suspect PYTHONHOME is the problem and not the installation method. There have been thousands of (presumably successful) installations of Python 3.5, and I expect most of them are just for the current user (as that's the default). If these were all failing for

[issue27054] Python installation problem: No module named 'encodings'

2016-05-25 Thread Hugh C. Lauer
Hugh C. Lauer added the comment: All, it seems that installation of Python 3.5.1 on Windows 7 must also be done as administrator. Once I did that, the installation of Python 3.5.1, numpy 1.11.0, and matplotlib 1.5.1 all went seamlessly. The only environment variable that was changed was to

[issue27054] Python installation problem: No module named 'encodings'

2016-05-25 Thread Hugh C. Lauer
Hugh C. Lauer added the comment: I am back from my travels. Thanks Zachary for this. On Windows 10, no PYTHON or PYTHONHOME environment variable is set. On Windows 7, they are set. Moreover, even though I am installing Python 3.5.1, the refer to C:\Program files\Python34 ! I will continue to

[issue27054] Python installation problem: No module named 'encodings'

2016-05-25 Thread Hugh C. Lauer
Hugh C. Lauer added the comment: I am back from my travels. Thanks very much, Stefan. Running as administrator did the trick for Windows 10 installations. I now have a reliable, repeatable protocol that I can give to students with little computing experience that will enable them to install

[issue27054] Python installation problem: No module named 'encodings'

2016-05-19 Thread Hugh C. Lauer
Hugh C. Lauer added the comment: Thanks, I will try it when I get out of airports. Hugh Lauer On May 19, 2016 11:56 AM, Zachary Ware wrote: > > > Zachary Ware added the comment: > > Here's some pretty compelling evidence for a bad PYTHONHOME setting: > > C:\>set

[issue27054] Python installation problem: No module named 'encodings'

2016-05-19 Thread ppperry
Changes by ppperry : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list

[issue27054] Python installation problem: No module named 'encodings'

2016-05-19 Thread Zachary Ware
Zachary Ware added the comment: Here's some pretty compelling evidence for a bad PYTHONHOME setting: C:\>set PYTHONHOME=C:\path\not\here C:\>py -3.5 Fatal Python error: Py_Initialize: unable to load the file system codec ImportError: No module named 'encodings' Current thread 0x1db4 (most

[issue27054] Python installation problem: No module named 'encodings'

2016-05-19 Thread Zachary Ware
Zachary Ware added the comment: Also, I suspect your pip issue on Windows 10 is due to the fact that you need to either specify the --user flag or run pip as administrator, since your user account can't write to the global site-packages under Program Files. --

[issue27054] Python installation problem: No module named 'encodings'

2016-05-19 Thread STINNER Victor
STINNER Victor added the comment: To list environment variable, you can open cmd.exe and type the command "set". -- nosy: +haypo ___ Python tracker ___

[issue27054] Python installation problem: No module named 'encodings'

2016-05-19 Thread Zachary Ware
Zachary Ware added the comment: Hugh, could you check your environment and see if you have any PYTHON* variables set, particularly PYTHONHOME? -- ___ Python tracker

[issue27054] Python installation problem: No module named 'encodings'

2016-05-19 Thread Stefan Krah
Stefan Krah added the comment: I can only comment on the Windows 10 issue: I think I did the install with "Right-click -> Run as administrator" and then installed for all users. Encodings, pip and everything else works here. -- nosy: +skrah ___

[issue27054] Python installation problem: No module named 'encodings'

2016-05-19 Thread Hugh C. Lauer
Hugh C. Lauer added the comment: On a hunch, I uninstalled Python 3.5.1 and reinstalled it for the current user only, to see if it would make a difference in the association of the encodings in the Registry. There was no difference. The original error message still appears. Regards, Hugh C.

[issue27054] Python installation problem: No module named 'encodings'

2016-05-19 Thread Hugh C. Lauer
Hugh C. Lauer added the comment: Upon further investigation, I find lots of encodings in the folder C:\Program Files\Python35\Lib\encodings\ and lots of compiled encodings in the subfolder __pycache__ . Somehow, these are not being found by Python itself, or there is something missing from

[issue27054] Python installation problem: No module named 'encodings'

2016-05-18 Thread Ned Deily
Changes by Ned Deily : -- components: +Installation, Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.5 ___ Python tracker

[issue27054] Python installation problem: No module named 'encodings'

2016-05-18 Thread Hugh C. Lauer
iconda3 did not help either. Am I missing something obvious? Regards, Hugh C. Lauer\ Department of Computer Science Worcester Polytechnic Institute Worcester, Massachusetts, USA -- messages: 265838 nosy: la...@wpi.edu priority: normal severity: normal status: open ti

Python installation problem

2008-03-08 Thread cosmo_general
Hi Folks, I downloaded a pre-compiled version 2.5, and intalled it without any error message; and I can command line playing on Python through firing up IDLE or command-line. However, I just can't compile the python file existing in a directory. Today, I tried to fire Python in a DOS window, then

Re: Python installation problem

2008-03-08 Thread Lie
On Mar 9, 11:42 am, [EMAIL PROTECTED] wrote: Hi Folks, I downloaded a pre-compiled version 2.5, and intalled it without any error message; and I can command line playing on Python through firing up IDLE or command-line. However, I just can't compile the python file existing in a directory.

Python installation problem

2007-03-02 Thread Ray Buck
I've been trying to install Mailman, which requires a newer version of the Python language compiler (p-code generator?) than the one I currently have on my linux webserver/gateway box. It's running a ClarkConnect 2.01 package based on Red Hat 7.2 linux. I downloaded the zipped tarball

Re: Python installation problem (sorry if this is a dup)

2007-03-01 Thread [EMAIL PROTECTED]
On 1 mar, 06:22, Ray Buck [EMAIL PROTECTED] wrote: I've been trying to install Mailman, which requires a newer version of the Python language compiler (p-code generator?) It's actually the whole thing : (byte-code) compiler, virtual machine, and stdlib. than the one I currently have on my

Python installation problem (sorry if this is a dup)

2007-02-28 Thread Ray Buck
I've been trying to install Mailman, which requires a newer version of the Python language compiler (p-code generator?) than the one I currently have on my linux webserver/gateway box. It's running a ClarkConnect 2.01 package based on Red Hat 7.2 linux. I downloaded the zipped tarball

Python installation problem

2006-03-17 Thread [EMAIL PROTECTED]
I'm using OS X 10.4.5. I have an easy problem that I can't solve: I have two versions of python installed. 2.3 came with the OS and 2.4 I installed via fink. When I call python from the command-line it calls 2.4. When I just call a *.py file like test.py, it calls 2.3. 1. How do I make both

Re: Python installation problem

2006-03-17 Thread Kevin Walzer
[EMAIL PROTECTED] wrote: 1. How do I make both these kinds of calls work with 2.4. Try /sw/bin/python foo.py in the terminal and #!/sw/bin/python in your scripts. 2. How do I uninstall v. 2.3 completely. Don't do that. It will break stuff in the OS that depends on Python. -- Kevin

Re: Python installation problem

2006-03-17 Thread Scott David Daniels
[EMAIL PROTECTED] wrote: I'm using OS X 10.4.5. I have an easy problem that I can't solve: I have two versions of python installed. 2.3 came with the OS and 2.4 I installed via fink 2. How do I uninstall v. 2.3 completely. Probably not the greatest idea, because pieces of OS X may

Re: Python installation problem

2006-03-17 Thread [EMAIL PROTECTED]
Thanks for the fast responses.mp -- http://mail.python.org/mailman/listinfo/python-list

Re: Python installation problem

2006-03-17 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: I'm using OS X 10.4.5. I have an easy problem that I can't solve: I have two versions of python installed. 2.3 came with the OS and 2.4 I installed via fink. That isn't the proper version. While it works, you certainly want the python 2.4 framework build. That is