Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Tarjei Bærland via Python-list
ogunleye ayobami writes: > Dear Python Team, > > After downloading and installing python on my system, error generated on > command prompt is > C:\Users\Olakunle Johnson>python > > *'python' is not recognized as an internal or external command,operable > program or batch file.* Given that the in

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Souvik Dutta
Glad to hear it! On Wed, 15 Apr, 2020, 6:12 pm ogunleye ayobami, < ogunleyeayobamihezek...@gmail.com> wrote: > Thanks. Indeed helpful and am now good. > > Regards > > On Wed, Apr 15, 2020, 1:39 PM Souvik Dutta > wrote: > >> You have not added python to your system's path variable. Follow thi

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Souvik Dutta
You have not added python to your system's path variable. Follow this. https://superuser.com/questions/143119/how-do-i-add-python-to-the-windows-path On Wed, 15 Apr, 2020, 5:53 pm ogunleye ayobami, < ogunleyeayobamihezek...@gmail.com> wrote: > Dear Python Team, > > After downloading and installin

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread ogunleye ayobami
Thanks. Indeed helpful and am now good. Regards On Wed, Apr 15, 2020, 1:39 PM Souvik Dutta wrote: > You have not added python to your system's path variable. Follow this. > https://superuser.com/questions/143119/how-do-i-add-python-to-the-windows-path > > On Wed, 15 Apr, 2020, 5:53 pm ogunl

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Barry Scott
> On 15 Apr 2020, at 09:28, ogunleye ayobami > wrote: > > Dear Python Team, > > After downloading and installing python on my system, error generated on > command prompt is > C:\Users\Olakunle Johnson>python > > *'python' is not recognized as an internal or external command,operable > progr

ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread ogunleye ayobami
Dear Python Team, After downloading and installing python on my system, error generated on command prompt is C:\Users\Olakunle Johnson>python *'python' is not recognized as an internal or external command,operable program or batch file.* Kindly assist. Regards

Re: How to diagnose this, fails on 3.6.3, works on 3.5.2?

2018-01-26 Thread Chris Green
Peter Otten <__pete...@web.de> wrote: > Chris Green wrote: > > > I have a fairly simple little python program to automate starting an > > editor on a wiki page. It works fine on the system where I wrote it > > (xubuntu 16.04, python 3 version 3.5.2) but it comes u

Re: How to diagnose this, fails on 3.6.3, works on 3.5.2?

2018-01-24 Thread Peter Otten
Chris Green wrote: > I have a fairly simple little python program to automate starting an > editor on a wiki page. It works fine on the system where I wrote it > (xubuntu 16.04, python 3 version 3.5.2) but it comes up with the > following error on a newer system (xubuntu 17.10, pyth

How to diagnose this, fails on 3.6.3, works on 3.5.2?

2018-01-24 Thread Chris Green
I have a fairly simple little python program to automate starting an editor on a wiki page. It works fine on the system where I wrote it (xubuntu 16.04, python 3 version 3.5.2) but it comes up with the following error on a newer system (xubuntu 17.10, python 3 version 3.6.3). Here is the error

Re: EXTERNAL: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread breamoreboy
On Wednesday, May 3, 2017 at 3:50:01 PM UTC+1, Joaquin Henriquez wrote: > >Hi, I am using Python 3.5.2 on Linux Mint (X64) at the moment, and > >wondering how to update it to 3.5.3. Are there some simple commands to do > >that? > > If available on the Mint repository you s

Re: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Chris Angelico
On Thu, May 4, 2017 at 2:43 AM, Thomas Nyberg wrote: > Interesting...learn something new every day! I knew that they would > backport security updates, but I never realized they would actually use > a newer (micro) version of the interpreter while retaining the original > number on the package. (O

Re: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Thomas Nyberg
On 05/03/2017 01:14 PM, Matt Ruffalo wrote: > This isn't quite true -- Ubuntu 14.04 shipped with Python 3.4.0, but was > updated at some point to 3.4.3 (which will be installed automatically > through normal update mechanisms). > > MMR... > Well I'm less worried about whether it is _always_ true

Re: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Matt Ruffalo
lly true. With an >> LTS version of Ubuntu you I don't think you will *ever* get upgraded to >> a new Python version. Instead Canonical will backport changes from new >> maintainance releases like 3.5.2/3.5.3 to older releases of the same >> minor version (like the 3.5 serie

Re: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Thomas Nyberg
till >> on 3.5.1 (plus Ubuntu's own patches): >> >> http://packages.ubuntu.com/xenial/python3 >> > > Maybe I'm mistaken here, but I don't think that is fully true. With an > LTS version of Ubuntu you I don't think you will *ever* get upgraded

Re: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Chris Angelico
upgraded to a new > Python version. Instead Canonical will backport changes from new > maintainance releases like 3.5.2/3.5.3 to older releases of the same minor > version (like the 3.5 series). So while the package for Python3.5 for Ubuntu > 16.04 will seem pinned at version 3.5.1 over

Re: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Wolfgang Maier
x27;t think that is fully true. With an LTS version of Ubuntu you I don't think you will *ever* get upgraded to a new Python version. Instead Canonical will backport changes from new maintainance releases like 3.5.2/3.5.3 to older releases of the same minor version (like the 3.5 series). So w

Re: EXTERNAL: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Chris Angelico
On Thu, May 4, 2017 at 1:03 AM, Daiyue Weng wrote: > not too urgent, just thinking it might be better to update python to the > latest version for security reasons? Let your upstream worry about that. It's their responsibility to balance security against the potential to break things. Once they'r

Re: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Thomas Nyberg
On 05/03/2017 11:04 AM, Daiyue Weng wrote: > nope, I was thinking it might be good to update to 3.5.3 for security > reasons? > (CCing back in python-list since I accidentally dropped it.) I wouldn't worry about it. Package managers tend to usually take care of security updates. (Of course there

Re: EXTERNAL: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Chris Angelico
On Thu, May 4, 2017 at 12:55 AM, Daiyue Weng wrote: > tried apt-get upgrade, but didn't get python updated, maybe 3.5.3 isn't in > the repository. Might have to download it and install? How urgently do you need 3.5.3? ChrisA -- https://mail.python.org/mailman/listinfo/python-list

Re: EXTERNAL: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Daiyue Weng
not too urgent, just thinking it might be better to update python to the latest version for security reasons? On 3 May 2017 at 15:58, Chris Angelico wrote: > On Thu, May 4, 2017 at 12:55 AM, Daiyue Weng wrote: > > tried apt-get upgrade, but didn't get python updated, maybe 3.5.3 isn't > in > >

Fwd: EXTERNAL: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Daiyue Weng
tried apt-get upgrade, but didn't get python updated, maybe 3.5.3 isn't in the repository. Might have to download it and install? On 3 May 2017 at 15:42, Joaquin Henriquez wrote: > >Hi, I am using Python 3.5.2 on Linux Mint (X64) at the moment, and > >wondering how to u

Re: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Thomas Nyberg
On 05/03/2017 10:34 AM, Daiyue Weng wrote: > Hi, I am using Python 3.5.2 on Linux Mint (X64) at the moment, and > wondering how to update it to 3.5.3. Are there some simple commands to do > that? > > cheers > I wouldn't mess with the system python if I were you. That

RE: EXTERNAL: How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Joaquin Henriquez
>Hi, I am using Python 3.5.2 on Linux Mint (X64) at the moment, and >wondering how to update it to 3.5.3. Are there some simple commands to do >that? If available on the Mint repository you should be able to upgrade it manyally. Centos: yum upgrade Debian: apt-get upgrade Then for

How to update python from 3.5.2 to 3.5.3 on Linux

2017-05-03 Thread Daiyue Weng
Hi, I am using Python 3.5.2 on Linux Mint (X64) at the moment, and wondering how to update it to 3.5.3. Are there some simple commands to do that? cheers -- https://mail.python.org/mailman/listinfo/python-list

Re: Problem running Python 3.5.2 on school network PC

2016-12-19 Thread Jed Mack
software. Once the camera was uninstalled, Python 3.5.2 worked just fine. Thanks again! On Thu, Dec 15, 2016 at 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 progra

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

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

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

Problem running Python 3.5.2 on school network PC

2016-12-15 Thread Jed Mack
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_Initialize: unable to load the file

Re: 3.5.2

2016-10-25 Thread Irmen de Jong
On 25-10-2016 2:11, Kenneth L Stege wrote: > Im running windows 7 pro, 64 bit. I downloaded 3.5.2 64 bit and when I try to > run I get the error message api-ms-win-crt-runtime-l1-1-0.dll is missing. I > loaded that file and still will not run. > suggestions? > thanks > ht

3.5.2

2016-10-25 Thread Kenneth L Stege
Im running windows 7 pro, 64 bit. I downloaded 3.5.2 64 bit and when I try to run I get the error message  api-ms-win-crt-runtime-l1-1-0.dll is missing. I loaded that file and still will not run.   suggestions? thanks -- https://mail.python.org/mailman/listinfo/python-list

Re: Problem with install of Python 3.5.2 on Windows Vista

2016-10-05 Thread eryk sun
On Wed, Oct 5, 2016 at 7:18 PM, Mike Adams wrote: > The install seemed to be going well up to near the end when I got the msg > 'Python > has stopped working', I clicked the button then I got the msg 'Setup was > successful'. > I then clicked 'IDLE' and it says it can't find > 'api-msi-win-crt-

Problem with install of Python 3.5.2 on Windows Vista

2016-10-05 Thread Mike Adams
The install seemed to be going well up to near the end when I got the msg 'Python has stopped working', I clicked the button then I got the msg 'Setup was successful'.  I then clicked 'IDLE' and it says it can't find 'api-msi-win-crt-runtime-11-1-0.dll'.  I checked Python Tracker and saw that t

Re: python 3.5.2 lounch: api-ms-win-crt-runtime-l1-1-0.dll is missing ?

2016-08-11 Thread Lawrence D’Oliveiro
On Tuesday, August 9, 2016 at 6:46:52 AM UTC+12, Joaquin Alzola wrote: > This email is confidential and may be subject to privilege. If you are not > the intended recipient, please do not copy or disclose its content but > contact the sender immediately upon receipt. Consider yourself contacted!

RE: python 3.5.2 lounch: api-ms-win-crt-runtime-l1-1-0.dll is missing ?

2016-08-08 Thread Joaquin Alzola
>I installed the version for windows 64. After a succesfull installation, the >same system error occurs on the lounch of the program: >api-ms-win-crt-runtime-l1-1-0.dll is missing. Sometimes google save you time more than the list: https://www.smartftp.com/support/kb/the-program-cant-start-bec

python 3.5.2 lounch: api-ms-win-crt-runtime-l1-1-0.dll is missing ?

2016-08-08 Thread zutix via Python-list
Thank you for your free product PYTHON I'd like to familiarize with, if possible. Environment: Windows 8.1 proc x64 I installed the version from the buton. After a succesfull installation, a system error occurs on the lounch of the program. I desinstalled this version from my

Re: `exec`-based routine crashes app upon migration from 3.4.3 to python 3.5.2.

2016-08-01 Thread eryk sun
On Tue, Aug 2, 2016 at 1:45 AM, Lawrence D’Oliveiro wrote: > On Friday, July 29, 2016 at 6:25:51 AM UTC+12, Enjoys Math wrote: > >> exec('obj = ' + objType + '(self)', None, _locals) >> obj = _locals['obj'] > > Why? Why not just > > obj = objType(self) I think

Re: `exec`-based routine crashes app upon migration from 3.4.3 to python 3.5.2.

2016-08-01 Thread Lawrence D’Oliveiro
On Friday, July 29, 2016 at 6:25:51 AM UTC+12, Enjoys Math wrote: > exec('obj = ' + objType + '(self)', None, _locals) > obj = _locals['obj'] Why? Why not just obj = objType(self) ? -- https://mail.python.org/mailman/listinfo/python-list

Re: `exec`-based routine crashes app upon migration from 3.4.3 to python 3.5.2.

2016-07-28 Thread eryk sun
On Thu, Jul 28, 2016 at 6:40 PM, Chris Angelico wrote: > On Fri, Jul 29, 2016 at 1:47 AM, Enjoys Math wrote: >> I've manually set breakpoints and traced this app crash back to this >> function: >> >> def loadLSobjsOfType(self, objType, listJ): >> if listJ != None: >> for o

Re: `exec`-based routine crashes app upon migration from 3.4.3 to python 3.5.2.

2016-07-28 Thread Random832
On Thu, Jul 28, 2016, at 11:47, Enjoys Math wrote: > So what's the proper way to get the return value of an exec call when > there is one? Exec calls do not have return values. If you need to pass an object out of the exec call to the surrounding context, you can wrap it in an exception and throw

Re: `exec`-based routine crashes app upon migration from 3.4.3 to python 3.5.2.

2016-07-28 Thread Chris Angelico
On Fri, Jul 29, 2016 at 1:47 AM, Enjoys Math wrote: > I've manually set breakpoints and traced this app crash back to this > function: > > def loadLSobjsOfType(self, objType, listJ): > if listJ != None: > for objJ in listJ: > _locals = locals() >

`exec`-based routine crashes app upon migration from 3.4.3 to python 3.5.2.

2016-07-28 Thread Enjoys Math
I've manually set breakpoints and traced this app crash back to this function: def loadLSobjsOfType(self, objType, listJ): if listJ != None: for objJ in listJ: _locals = locals() exec('obj = ' + objType + '(self)', None, _locals)

Re: [Python-Dev] [RELEASED] Python 3.4.5 and Python 3.5.2 are now available

2016-06-27 Thread Steve Dower
On 26Jun2016 1932, Larry Hastings wrote: https://www.python.org/downloads/release/python-352/ ... /p.s. There appears to be a small oops with the Windows installers for 3.5.2--uploaded to the wrong directory or something. They'll be available soon, honest! That oops is now fixed, but I w

Re: weird pickle behavior in Python 3.1.2 + Eclipse 3.5.2

2010-06-08 Thread Peter Otten
Fabio Zadrozny wrote: > On Mon, Jun 7, 2010 at 6:30 AM, Peter Otten <__pete...@web.de> wrote: >> kirby.ur...@gmail.com wrote: >> >>> On Jun 4, 9:47 am, Peter Otten <__pete...@web.de> wrote: >>> I can provoke the error in "naked" Python 3 by changing the Example.__module__ attribute:

Re: weird pickle behavior in Python 3.1.2 + Eclipse 3.5.2

2010-06-08 Thread Fabio Zadrozny
On Mon, Jun 7, 2010 at 6:30 AM, Peter Otten <__pete...@web.de> wrote: > kirby.ur...@gmail.com wrote: > >> On Jun 4, 9:47 am, Peter Otten <__pete...@web.de> wrote: >> >>> I can provoke the error in "naked" Python 3 by changing the >>> Example.__module__ attribute: >>> >>> Python 3.1.1+ (r311:74480,

Re: weird pickle behavior in Python 3.1.2 + Eclipse 3.5.2

2010-06-07 Thread Peter Otten
kirby.ur...@gmail.com wrote: > On Jun 4, 9:47 am, Peter Otten <__pete...@web.de> wrote: > >> I can provoke the error in "naked" Python 3 by changing the >> Example.__module__ attribute: >> >> Python 3.1.1+ (r311:74480, Nov 2 2009, 15:45:00) >> [GCC 4.4.1] on linux2 >> Type "help", "copyright", "

Re: weird pickle behavior in Python 3.1.2 + Eclipse 3.5.2

2010-06-04 Thread kirby.ur...@gmail.com
On Jun 4, 9:47 am, Peter Otten <__pete...@web.de> wrote: > I can provoke the error in "naked" Python 3 by changing the > Example.__module__ attribute: > > Python 3.1.1+ (r311:74480, Nov  2 2009, 15:45:00) > [GCC 4.4.1] on linux2 > Type "help", "copyright", "credits" or "license" for more informati

Re: weird pickle behavior in Python 3.1.2 + Eclipse 3.5.2

2010-06-04 Thread Peter Otten
kirby.ur...@gmail.com wrote: > Here we are in an Eclipse pydev console, running Python 3.1.2. For > the most part, everything is working great. > > However... > import sys; print('%s %s' % (sys.executable or sys.platform, sys.version)) > C:\Python31\python.exe 3.1.2 (r312:79149, Mar 2

weird pickle behavior in Python 3.1.2 + Eclipse 3.5.2

2010-06-04 Thread kirby.ur...@gmail.com
Here we are in an Eclipse pydev console, running Python 3.1.2. For the most part, everything is working great. However... >>> import sys; print('%s %s' % (sys.executable or sys.platform, sys.version)) C:\Python31\python.exe 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] >