Re: Python installation not full and python not working 3.11.0

2023-03-10 Thread Thomas Passin
On 3/10/2023 9:51 PM, Thomas Passin wrote: On 3/10/2023 6:27 PM, Jan Vasko wrote: Please note that you can't attach images in these posts, at least not so we can read them.  Instead, copy the messages from the console and paste them into your post. I suggest that you check to make sure that

Re: Python installation not full and python not working 3.11.0

2023-03-10 Thread MRAB
On 2023-03-10 23:27, Jan Vasko wrote: Hello all, I would like to ask you for help. I have been using Python 3.8 for almost 2 years and I decided to update to 3.11. Initially everything was correct. But at some point Windows shows me that Python is being reinstalled (I don't have a message

Re: Python installation not full and python not working 3.11.0

2023-03-10 Thread Thomas Passin
On 3/10/2023 6:27 PM, Jan Vasko wrote: Please note that you can't attach images in these posts, at least not so we can read them. Instead, copy the messages from the console and paste them into your post. I suggest that you check to make sure that your system hasn't been damaged or

RE: Python installation not full and python not working 3.11.0

2023-03-10 Thread Jan Vasko
Hello all, I would like to ask you for help. I have been using Python 3.8 for almost 2 years and I decided to update to 3.11. Initially everything was correct. But at some point Windows shows me that Python is being reinstalled (I don't have a message print screen ..), but from that time I

Re: PYTHON NOT WORKING

2022-01-01 Thread Dan Stromberg
On Sat, Jan 1, 2022 at 1:52 PM the derek team wrote: > HI, I am trying to use python 3.10-1 on windows but, When I try to open > python, it crashes. Anaconda also does not work. When I try to use the > powershell, it gives me an error message saying that this is not recognized > as a valid

PYTHON NOT WORKING

2022-01-01 Thread the derek team
HI, I am trying to use python 3.10-1 on windows but, When I try to open python, it crashes. Anaconda also does not work. When I try to use the powershell, it gives me an error message saying that this is not recognized as a valid cmdlet. Please help. --

[issue45823] python stopped working

2021-12-04 Thread Andrew Svetlov
Andrew Svetlov added the comment: The reproducer is absent, closing -- nosy: +asvetlov resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue45823] python stopped working

2021-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: phyton stopped working -> python stopped working ___ Python tracker <https://bugs.python.org/issue45823> ___ ___ Python-

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: I probably unintentionally deleted some necessary files here on my machine. I closed the issue and marked 'not a bug'. Thanks -- ___ Python tracker

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Change by Rafael Dominiquini : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: I reinstall python here from scratch and now is working. But I need to delete the remaining files after the uninstall. When I tried to uninstall and reinstall holding the existing directories (\Lib\site-packages), the installer fail to copy the missing

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: 1) I tried to clear the value of the variable 'PYTHONPATH', and the error keeps happening! 2) In my installation directory, I don't have the file 'C:\Developing\Python\python38.zip', neither the directory 'C:\Developing\Python\python-3.8.0.amd64\'. I

[issue39051] Python not working on Windows 10

2019-12-15 Thread Paul Moore
Paul Moore added the comment: Can you also confirm that the installation of Python was done with the standard Python installer from the python.org website, and is not another distribution (such as Anaconda)? -- ___ Python tracker

[issue39051] Python not working on Windows 10

2019-12-15 Thread Paul Moore
Paul Moore added the comment: > sys.path = [ >'C:\\Developing\\Python\\python38.zip', >'C:\\Developing\\Python\\python-3.8.0.amd64\\Lib\\', >'C:\\Developing\\Python\\python-3.8.0.amd64\\Lib\\lib-tk', >'C:\\Developing\\Python\\python-3.8.0.amd64\\DLLs\\', >

[issue39051] Python not working on Windows 10

2019-12-15 Thread Eryk Sun
Eryk Sun added the comment: > * PYTHONPATH = 'C:\Developing\Python;C:\Developing\Python\Scripts; > C:\Developing\Python\Lib;C:\Developing\Python\Lib\site-packages; > C:\Developing\Python\DLLs;' FYI, none of this should set here. For a standard configuration, the installation directory should

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: In this folder ("C: \ Developing \ Python \ Lib") there are only the folders I have listed. No other files... -- ___ Python tracker ___

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: I don't tried clean install! I tried to use the option "Repair" from the installer. Later I will try to completely uninstall and install from scratch. -- ___ Python tracker

[issue39051] Python not working on Windows 10

2019-12-15 Thread Inada Naoki
Inada Naoki added the comment: Many files and directories in the "C:\Developing\Python\Lib" are disappeared. I don't know why. But since you tried clean install, I suppose your antivirus killed Python. -- ___ Python tracker

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: There are other Python installations on my computer, embedded in other application installations (GIMP, etc ...), and these seem to be working normally. But they are all older versions of Python... I haven't tried reinstalling again since I didn't want

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: "C:\Developing\Python" is where I installed Python, selecting it in the installer. This directory is where the binary 'python.exe' is located! "C:\Developing\Python\Lib" have the folders: idlelib site-packages test tkinter turtledemo When I unset both

[issue39051] Python not working on Windows 10

2019-12-15 Thread Inada Naoki
Inada Naoki added the comment: Where did you install the portion? What is in the C:\Developing\Python and C:\Developing\Python\Lib? What happen when you unset both environment variables? Do you use any antivirus software? -- ___ Python tracker

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: * PYTHONHOME = (not set) * PYTHONPATH = 'C:\Developing\Python;C:\Developing\Python\Scripts;C:\Developing\Python\Lib;C:\Developing\Python\Lib\site-packages;C:\Developing\Python\DLLs;' -- I try to set the variable 'PYTHONHOME=C:\Developing\Python', but the

[issue39051] Python not working on Windows 10

2019-12-15 Thread Inada Naoki
Inada Naoki added the comment: The most common cause of this error is the PYTHONPATH and PYTHONHOME environment variables. You can see what environment variables are set by the "set" command. -- nosy: +inada.naoki ___ Python tracker

[issue39051] Python not working on Windows 10

2019-12-14 Thread Rafael Dominiquini
ty: normal severity: normal status: open title: Python not working on Windows 10 type: behavior versions: Python 3.8 ___ Python tracker <https://bugs.python.org/issue39051> ___ ___

[issue37447] Nested For Loop in Python not working as Expected after cnt=2136

2019-06-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: @pradnyan The break statement [0] only exits the for loop where it's present in this the one where y is involved so the outer loop involving x will continue to execute. So after every attempt where y = 0 the cnt value succeeds and breaks out of

[issue37447] Nested For Loop in Python not working as Expected after cnt=2136

2019-06-29 Thread Pradnyan
anthonybaxter, barry, benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, gvanrossum, lemburg, mdk, ned.deily, pradnyan, tarek priority: normal severity: normal status: open title: Nested For Loop in Python not working as Expected after cnt=2136 type: behavior versions: Python 3.7 Adde

Re: Use Software Collections for RH - was Re: python not working on RHEL6

2018-10-03 Thread Michael Torrie
On 10/03/2018 10:17 AM, Michael Torrie wrote: > On 10/02/2018 07:59 AM, mchathuran...@gmail.com wrote: >> I guess from the little knowledge I have I should have executed >> altinstall instead of install. Anyone know how to resolve this? > > Actually you probably should not have used a tarball at

Use Software Collections for RH - was Re: python not working on RHEL6

2018-10-03 Thread Michael Torrie
On 10/02/2018 07:59 AM, mchathuran...@gmail.com wrote: > I guess from the little knowledge I have I should have executed > altinstall instead of install. Anyone know how to resolve this? Actually you probably should not have used a tarball at all. For some time now, Red Hat has offered more

Re: python not working on RHEL6

2018-10-03 Thread Thomas Jollans
On 03/10/2018 13:17, Chris Angelico wrote: On Wed, Oct 3, 2018 at 9:11 PM Dan Purgert wrote: Chris Angelico wrote: On Wed, Oct 3, 2018 at 5:17 AM Thomas Jollans wrote: [...] Whether we agree on the terminology here or not, of course we can agree that you have to be bloody careful if you

Re: python not working on RHEL6

2018-10-03 Thread Chris Angelico
On Wed, Oct 3, 2018 at 9:11 PM Dan Purgert wrote: > > Chris Angelico wrote: > > On Wed, Oct 3, 2018 at 5:17 AM Thomas Jollans wrote: > >> [...] > >> Whether we agree on the terminology here or not, of course we can agree > >> that you have to be bloody careful if you *do* decide to put things in

Re: python not working on RHEL6

2018-10-03 Thread Dan Purgert
Chris Angelico wrote: > On Wed, Oct 3, 2018 at 5:17 AM Thomas Jollans wrote: >> [...] >> Whether we agree on the terminology here or not, of course we can agree >> that you have to be bloody careful if you *do* decide to put things in >> /usr/bin yourself :-) > > [...] On my system (Debian

Re: python not working on RHEL6

2018-10-03 Thread Dan Purgert
Thomas Jollans wrote: > On 02/10/2018 19:22, Dan Purgert wrote: >> Thomas Jollans wrote: >>> [...] (preferably, not in /usr - that's for OS-installed files only. >>> /usr/local is a nice place to put things you installed from source). >> >> While I agree that /usr(/bin) is incorrect, I believe

Re: python not working on RHEL6

2018-10-02 Thread Chris Angelico
On Wed, Oct 3, 2018 at 5:17 AM Thomas Jollans wrote: > > On 02/10/2018 19:22, Dan Purgert wrote: > > Thomas Jollans wrote: > >> [...] (preferably, not in /usr - that's for OS-installed files only. > >> /usr/local is a nice place to put things you installed from source). > > > > While I agree that

Re: python not working on RHEL6

2018-10-02 Thread Thomas Jollans
On 02/10/2018 19:22, Dan Purgert wrote: Thomas Jollans wrote: [...] (preferably, not in /usr - that's for OS-installed files only. /usr/local is a nice place to put things you installed from source). While I agree that /usr(/bin) is incorrect, I believe that "for OS-installed files only" is

Re: python not working on RHEL6

2018-10-02 Thread Dan Purgert
Thomas Jollans wrote: > [...] (preferably, not in /usr - that's for OS-installed files only. > /usr/local is a nice place to put things you installed from source). While I agree that /usr(/bin) is incorrect, I believe that "for OS-installed files only" is taking it a bit far. My (admittedly,

Re: python not working on RHEL6

2018-10-02 Thread Thomas Jollans
On 2018-10-02 15:59, mchathuran...@gmail.com wrote: > Hi All, > > I'm a beginner on this. I was trying to install a new python version which is > 2.7.5. My OS(RHEL6) had already installed version 2.6. so I downloaded the > tar and unzipped it then executed > > ./configure --prefix=/usr

Re: python not working on RHEL6

2018-10-02 Thread Chris Angelico
On Wed, Oct 3, 2018 at 12:20 AM Madushan Chathuranga wrote: > > Hi, > > when I type python2.6 terminal opens for python. So no issue on that. but > when I type python2.7, python or any yum command It gives the error, > python: error while loading shared libraries: libpython2.7.so.1.0: cannot >

Re: python not working on RHEL6

2018-10-02 Thread Madushan Chathuranga
Hi, when I type python2.6 terminal opens for python. So no issue on that. but when I type python2.7, python or any yum command It gives the error, python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory Thanks --

Re: python not working on RHEL6

2018-10-02 Thread Chris Angelico
On Wed, Oct 3, 2018 at 12:01 AM wrote: > > Hi All, > > I'm a beginner on this. I was trying to install a new python version which is > 2.7.5. My OS(RHEL6) had already installed version 2.6. so I downloaded the > tar and unzipped it then executed > > ./configure --prefix=/usr \ >

python not working on RHEL6

2018-10-02 Thread mchathuranga4
Hi All, I'm a beginner on this. I was trying to install a new python version which is 2.7.5. My OS(RHEL6) had already installed version 2.6. so I downloaded the tar and unzipped it then executed ./configure --prefix=/usr \ --enable-shared \

Re: python not working

2018-01-29 Thread Terry Reedy
On 1/29/2018 10:35 AM, Dan Stromberg wrote: Please google for "pythonw.exe system error: The program can't start because api-ms-win-crt-runtime-|1-1-0.dll is missing from your computer. try reinstalling the program to fix this problem.". I believe the Windows binaries for Python are built

Re: python not working

2018-01-29 Thread Dan Stromberg
Please google for "pythonw.exe system error: The program can't start because api-ms-win-crt-runtime-|1-1-0.dll is missing from your computer. try reinstalling the program to fix this problem.". I believe the Windows binaries for Python are built with a proprietary compiler that requires a

python not working

2018-01-29 Thread Abbas Hans
it shows thepythonw.exe system error: The program can't start because api-ms-win-crt-runtime-|1-1-0.dll is missing from your computer. try reinstalling the program to fix this problem. I reinstall it many times try to repair it is not working --

Re: Python Not Working as expected on Win 8 and above.

2016-02-13 Thread MWS
On Saturday 13 February 2016 07:13 AM, Joel Goldstick wrote: On Fri, Feb 12, 2016 at 3:16 PM, Manas Soni wrote: I have downloaded python and when I click on it, it asks me to repair which I do, it then says successful however when I click on it again it won’t let me

Re: Python Not Working as expected on Win 8 and above.

2016-02-13 Thread eryk sun
On Sat, Feb 13, 2016 at 7:35 AM, MWS wrote: > couldn't find the default install python directory (maybe i didn't pay > attention earlier), later, after some scratching my head and other > intelligent thoughts and experiments i found it got installed in the users >

Re: Python Not Working as expected on Win 8 and above.

2016-02-13 Thread Christopher Reimer
On 2/13/2016 5:35 AM, MWS wrote: Just to add to the above discussion, i find that when my workplace updated from win 7 to win 8.1 with fresh install, i downloaded the official python 3.5 and installed it. Everything went well during installation, but, i couldn't find the default install python

Python not working on my system

2015-10-13 Thread Cinto Llach
I'm sending you this email, as I'm having problems trying to install and use Python. I've been tryng to install Python on one System : HP Intel Core 2 Duo 4300, 1,8 GHz 2 Gb RAM Windows XP Professional SP 3 And I've got the following screens, with no visible Command Buttons. I've been

Re: Python not working on my system

2015-10-13 Thread Mathew Carrick
Hi Cinto, Python 3.5 does not work on Windows XP. Can you use Python 3.4 instead? Best, Mathew Carrick On Tue, Oct 13, 2015 at 12:10 AM, Cinto Llach wrote: > I’m sending you this email, as I’m having problems trying to install and > use Python. > > > > I’ve been tryng to

VTK Quadratic - vtkContourFilter - vtkSliderRepresentation2D in Python not working properly

2015-02-18 Thread Shalini Ravishankar
Hello Everyone, I am new to VTK. I am trying to extract isosurfaces(Contour) from a quadratic function with a Slider to change the iso surfaces. #!/usr/bin/env python # First, we need to import vtk package in order to access VTK classes/functions. import vtk # create a data source...an

Re: [Twisted-Python] Re-working a synchronous iterator to use Twisted

2008-06-17 Thread Jean-Paul Calderone
On Tue, 17 Jun 2008 23:10:48 +0200, Terry Jones [EMAIL PROTECTED] wrote: For the record, here's a followup to my own posting, with working code. The earlier untested code was a bit of a mess. The below runs fine. In case it wasn't clear before, you're pulling results (e.g., from a search

Re: Does python support working with password protected zip files?

2008-03-06 Thread Greg Armer
On 3/6/08, Malcolm Greene [EMAIL PROTECTED] wrote: I'm new to Python and trying to figure out how to read and write to password protected zip files. I can work with plain zip files no problem. I've googled this topic and am coming up empty except for a post on Nabbler.com that seemed to

Does python support working with password protected zip files?

2008-03-06 Thread Malcolm Greene
I'm new to Python and trying to figure out how to read and write to password protected zip files. I can work with plain zip files no problem. I've googled this topic and am coming up empty except for a post on Nabbler.com that seemed to imply that password protected zip files may(???) be