Re: Problem Running Python

2019-12-17 Thread 황병희
Hello Patrick^^^ > kindly assist me through the proper download and installation procedure as I > really need to start learning coding with the Python programming language. In next year 2020, Ubuntu 20.04 LTS will be released with a New Hope, i guess. At there base Python will be 3.x version. If

Re: Problem Running Python

2019-12-16 Thread MRAB
On 2019-12-15 14:54, Patrick Igwilo via Python-list wrote: Hello,I downloaded and tried installing Python 3.8.0 on my windows 8.1 PC from the websitewww.python.org/downloadsAfter the 32-bit version was automatically downloaded and I successfully installed same (even though my PC has a 64-bit

Re: Problem running Python 3.5.2 on school network PC

2016-12-19 Thread Jed Mack
This problem has been solved. Thanks to all of you for your suggestions. Below is a summary I sent to Tim Golden, whose reply led us to the solution in this case. Tim, Thank you for your help - your suggestions led us to the problem. Turns out that another instance of Python *was* installed,

Re: Problem running Python 3.5.2 on school network PC

2016-12-15 Thread Wildman via Python-list
On Thu, 15 Dec 2016 11:11:51 -0500, Jed Mack wrote: > We are having a problem running Python 3.5.2 on Windows 10 x64 computers, > which are members of a school network. > > > > The program seems to install correctly, but when we try to run the program > it stops and give an error message saying

Re: Problem running Python 3.5.2 on school network PC

2016-12-15 Thread Tim Golden
On 15/12/2016 16:11, Jed Mack wrote: We are having a problem running Python 3.5.2 on Windows 10 x64 computers, which are members of a school network. The program seems to install correctly, but when we try to run the program it stops and give an error message saying: *Fatal Python error: Py_Ini

Re: Problem running Python 3.5.2 on school network PC

2016-12-15 Thread Terry Reedy
On 12/15/2016 11:11 AM, Jed Mack wrote: We are having a problem running Python 3.5.2 on Windows 10 x64 computers, which are members of a school network. The program seems to install correctly, Is Python installed on each machine or on a network server? Rather precisely, how was Python installe

Re: Problem running Python 2.7 on Ubuntu 10.04

2015-04-20 Thread Dave Farrance
David Aldrich wrote: >Hi > >I wonder if someone could help me with this problem please? > >On an Ubuntu 10.04 platform, I want to run the latest version of Meld, which >is a Python program. > >Ubuntu 10.04 runs Python 2.6 as standard. Meld requires Python 2.7. So I >have installed Python 2.7

Re: Problem running Python 2.7 on Ubuntu 10.04

2015-04-20 Thread Emile van Sebille
On 4/20/2015 8:31 AM, David Aldrich wrote: > Cannot import: GTK+ > > No module named gi > > So I need to install the gtk package and do so in such a way that it > is visible to /usr/local/bin/python2.7. > > How would I do that please? This should get you going: See http://faq.pygtk.org/index.