Re: Patrick Sheehan: Major Issues with Python

2023-03-26 Thread Thomas Passin
On 3/25/2023 4:03 PM, Patrick Sheehan wrote: Hello, I have been working with the attached book (See photo) Photos do not come through on this list, so don't bother to attach any. Type or copy-paste any useful text. to try to learn Python and so far it has been a complete nightmare trying to

Re: Patrick Sheehan: Major Issues with Python

2023-03-26 Thread MRAB
On 2023-03-25 20:03, Patrick Sheehan wrote: Hello, I have been working with the attached book (See photo) to try to learn Python and so far it has been a complete nightmare trying to get python installed and operating correctly. I have received a plethora of error messages and consulted youtube

Re: Patrick Sheehan: Major Issues with Python

2023-03-26 Thread Mats Wichmann
On 3/25/23 14:03, Patrick Sheehan wrote: Hello, I have been working with the attached book (See photo) to try to learn Python and so far it has been a complete nightmare trying to get python installed and operating correctly. I have received a plethora of error messages and consulted youtube

Patrick Sheehan: Major Issues with Python

2023-03-26 Thread Patrick Sheehan
Hello, I have been working with the attached book (See photo) to try to learn Python and so far it has been a complete nightmare trying to get python installed and operating correctly. I have received a plethora of error messages and consulted youtube videos and chat groups to try to remedy the

Re: Fwd: Issues in python 3.11.0 (64-bit) installation

2022-11-03 Thread Thomas Passin
I just downloaded the 64-bit Windows installer. On my Windows 10 machine, both "py launcher" and "available for all users" options were available. They were available whether I checked the "administrative" box or not. Note that when I unchecked "administrative", then the "available for all

Re: Fwd: Issues in python 3.11.0 (64-bit) installation

2022-11-03 Thread dn
On 04/11/2022 04.20, Suresh Babu wrote: I downloaded the latest version of python i.e. python 3.11.0 ( 64-bit) in my laptop recently. But the " py launcher " and " available for all users " option is not working in the customization menu of python 3.11.0 . Kindly help me in solving this

Fwd: Issues in python 3.11.0 (64-bit) installation

2022-11-03 Thread Suresh Babu
-- Forwarded message - From: Suresh Babu Date: Thu, 3 Nov 2022, 16:37 Subject: Issues in python 3.11.0 (64-bit) installation To: Sir/ Madam, I downloaded the latest version of python i.e. python 3.11.0 ( 64-bit) in my laptop recently. But the " py launcher " and &

[issue37402] Fatal Python error: Cannot recover from stack overflow issues on Python 3.6 and 3.7

2021-10-19 Thread Irit Katriel
Irit Katriel added the comment: There has been work done on recursion handling in more recent python versions, so you should get clean RecursionErrors now rather than the fatal error. Please create a new issue if you have such problems on current versions (3.9+). -- nosy:

Reply: Re: Issues installing python

2020-10-09 Thread nichalvedant07
teur python developer but I’m facing a lot of issues regarding > > python installation on windows 10...whenever I install python on my > > pc...irrespective of its version my scripts folder is always empty.. > > are you sure you're actually looking in the right place?  Python Wind

Re: Issues installing python

2020-10-09 Thread Mats Wichmann
On 10/8/20 9:36 PM, Vedant Nichal wrote: > Hello, > > I am an amateur python developer but I’m facing a lot of issues regarding > python installation on windows 10...whenever I install python on my > pc...irrespective of its version my scripts folder is always empty.. are you sure

Issues installing python

2020-10-08 Thread Vedant Nichal
Hello, I am an amateur python developer but I’m facing a lot of issues regarding python installation on windows 10...whenever I install python on my pc...irrespective of its version my scripts folder is always empty..so I tried installing pip from the zip file available at pypi.org...pip got

Reply: Issues in Python Installation

2020-10-07 Thread nichalvedant07
someone please help me out it would be of great help Sent from vivo smartphone > Hello, > >   > > I am an amateur python developer but I’m facing a lot of issues regarding > python installation on windows 10...whenever I install python on y > pc...irrespective of its vers

Re: Issues with Python

2020-06-03 Thread DL Neil via Python-list
On 4/06/20 2:22 PM, Kelley Hudson wrote: Keep getting an error when trying to us Python with Pycharm. I uninstalled it but this was the error I received. Sent from [1]Mail for Windows 10 References Visible links 1.

Issues with Python

2020-06-03 Thread Kelley Hudson
Keep getting an error when trying to us Python with Pycharm. I uninstalled it but this was the error I received.   Sent from [1]Mail for Windows 10   References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 --

[issue37402] Fatal Python error: Cannot recover from stack overflow issues on Python 3.6 and 3.7

2019-09-05 Thread hongweipeng
hongweipeng added the comment: According to the provided text.py file. `__exit__` will always execute due to the `with` syntax. It looks like this: ``` def rec(): try: rec() except RecursionError: rec() rec() ``` -- nosy: +hongweipeng

[issue37402] Fatal Python error: Cannot recover from stack overflow issues on Python 3.6 and 3.7

2019-06-26 Thread konstantin danilov
konstantin danilov added the comment: Same error, python3.7. I have attached minifyed code version. It runs into infinite recursion due to __setattr__ call inside 'with' statement on top of same object. As result: > python /tmp/text.py Fatal Python error: Cannot recover from stack

[issue37402] Fatal Python error: Cannot recover from stack overflow issues on Python 3.6 and 3.7

2019-06-26 Thread Andrew Svetlov
Andrew Svetlov added the comment: Is it ok to have File "/home/ajung/sandboxes/ugent-portaal-plone-4x/eggs/Products.CMFDynamicViewFTI-6.0.1-py3.7.egg/Products/CMFDynamicViewFTI/browserdefault.py", line 76 in __call__ so many times? Looks very suspicious --

[issue37402] Fatal Python error: Cannot recover from stack overflow issues on Python 3.6 and 3.7

2019-06-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +asyncio -Interpreter Core nosy: +asvetlov, yselivanov versions: +Python 3.8, Python 3.9 -Python 3.6 ___ Python tracker ___

[issue37402] Fatal Python error: Cannot recover from stack overflow issues on Python 3.6 and 3.7

2019-06-25 Thread Andreas Jung
Andreas Jung added the comment: Typical traceback: WARNING:plone.app.contenttypes.indexers:Lookup of PrimaryField failed for http://nohost/plone_portal/microscopycentre/img/fotos-specialist-course2018.htm/demo10-jpg If renaming or importing please reindex!

[issue37402] Fatal Python error: Cannot recover from stack overflow issues on Python 3.6 and 3.7

2019-06-25 Thread Andreas Jung
New submission from Andreas Jung : I am using Python 3.6 and 3.7 (always latest minor releases) with Plone 5.2 and I various issues with Fatal Python error: Cannot recover from stack overflow. and do not make much sense to me. Some related tracebacks are documented here https://github.com

Re: Fw: Download issues for Python

2019-06-04 Thread Grant Edwards
On 2019-06-04, tom milikic wrote: > [...] > > It states that this is missing from my computer -: > > api-ms-win-crt-runtime-l1-1-0.dl [You left off the second 'l'. Precision is very important when dealing with software problems.] You can often the answer just by Googling the error message:

Re: Fwd: Issues with python commands in windows powershell

2017-09-21 Thread Thomas Jollans
On 2017-09-20 21:52, Terry Reedy wrote: > On 9/20/2017 1:09 PM, Joey Steward wrote: >> -- Forwarded message -- >> From: Joey Steward <jsteward2...@gmail.com> >> Date: Tue, Sep 19, 2017 at 10:30 PM >> Subject: Issues with python commands in wind

Re: Fwd: Issues with python commands in windows powershell

2017-09-20 Thread Terry Reedy
On 9/20/2017 1:09 PM, Joey Steward wrote: -- Forwarded message -- From: Joey Steward <jsteward2...@gmail.com> Date: Tue, Sep 19, 2017 at 10:30 PM Subject: Issues with python commands in windows powershell To: python-list@python.org Hello, I've been having issues using

Re: Fwd: Issues with python commands in windows powershell

2017-09-20 Thread Bill
Joey Steward wrote: -- Forwarded message -- From: Joey Steward <jsteward2...@gmail.com> Date: Tue, Sep 19, 2017 at 10:30 PM Subject: Issues with python commands in windows powershell To: python-list@python.org Hello, I've been having issues using basic python co

Fwd: Issues with python commands in windows powershell

2017-09-20 Thread Joey Steward
-- Forwarded message -- From: Joey Steward <jsteward2...@gmail.com> Date: Tue, Sep 19, 2017 at 10:30 PM Subject: Issues with python commands in windows powershell To: python-list@python.org Hello, I've been having issues using basic python commands in windows powershell. I

Fwd: Issues with python commands in windows powershell

2017-09-20 Thread Joey Steward
-- Forwarded message -- From: Joey Steward <jsteward2...@gmail.com> Date: Wed, Sep 20, 2017 at 10:09 AM Subject: Fwd: Issues with python commands in windows powershell To: python-list@python.org -- Forwarded message -- From: Joey Steward <jsteward2...@

Fwd: Issues with python commands in windows powershell

2017-09-20 Thread Joey Steward
-- Forwarded message -- From: Joey Steward <jsteward2...@gmail.com> Date: Tue, Sep 19, 2017 at 10:30 PM Subject: Issues with python commands in windows powershell To: python-list@python.org Hello, I've been having issues using basic python commands in windows powershell. I

Issues with python commands in windows powershell

2017-09-19 Thread Joey Steward
Hello, I've been having issues using basic python commands in windows powershell. I'm new to programming so just going off of online tutorials. Earlier I was unable to use pip to install Django (pip install Django), and came to this forum for help and someone was able to give me the correct

Re: Issues with Python

2017-07-31 Thread Daniele Forghieri
Il 30/07/2017 23:31, Ode Idoko via Python-list ha scritto: Hi, I am new to Python and though I have been able to download the 3.6 version on my laptop , I still have issues with the syntax. While writing a program to execute, it will display syntax error with different shades of color usually

Re: Issues with Python

2017-07-30 Thread Byung-Hee HWANG (황병희, 黃炳熙)
Ode Idoko via Python-list 께서 쓰시길, 《記事 全文 에서》: > ... it will display syntax error with ... Maybe, you did copy & paste, just i guess ... if not, ignore it. -- ^고맙습니다 _白衣從軍_ 감사합니다_^))// --

Re: Issues with Python

2017-07-30 Thread Rick Johnson
> Hi, I am new to Python and though I have been able to > download the 3.6 version on my laptop , I still have > issues with the syntax. While writing a program to > execute, it will display syntax error with different > shades of color usually green or yellow. Which IDE (aka: fancy text editor)

Re: Issues with Python

2017-07-30 Thread Irmen de Jong
On 30/07/2017 23:31, Ode Idoko wrote: > Hi, I am new to Python and though I have been able to download the 3.6 > version on my laptop , I still have issues with the syntax. While writing a > program to execute, it will display syntax error with different shades of > color usually green or

Re: Issues with Python

2017-07-30 Thread MRAB
On 2017-07-30 22:31, Ode Idoko via Python-list wrote: Hi, I am new to Python and though I have been able to download the 3.6 version on my laptop , I still have issues with the syntax. While writing a program to execute, it will display syntax error with different shades of color usually

Issues with Python

2017-07-30 Thread Ode Idoko via Python-list
Hi, I am new to Python and though I have been able to download the 3.6 version on my laptop , I still have issues with the syntax. While writing a program to execute, it will display syntax error with different shades of color usually green or yellow. What can I do about this? How do I know

Re: Issues downloading python.

2017-04-07 Thread mm0fmf
On 07/04/2017 15:57, Brandon Mace wrote: I have downloaded python onto a DELL laptop, but it will not run. I have tried to install it multiple times but each time it does not work so I try again. This time it has come up with a system error and that "The program can't start because

Issues downloading python.

2017-04-07 Thread Brandon Mace
I have downloaded python onto a DELL laptop, but it will not run. I have tried to install it multiple times but each time it does not work so I try again. This time it has come up with a system error and that "The program can't start because api-ms-win-crt-runtime-[1-1-0.dlll is missing" What can

Re: Font issues Tkinter/Python 3.5

2016-01-29 Thread MRAB
On 2016-01-29 22:04:57, "KP" wrote: import tkinter as tk from tkinter import ttk from tkinter import font ... def __init__(self): self.root = tk.Tk() self.root.title('Main Window') self.root.geometry('1000x800+200+200')

Font issues Tkinter/Python 3.5

2016-01-29 Thread KP
import tkinter as tk from tkinter import ttk from tkinter import font ... def __init__(self): self.root = tk.Tk() self.root.title('Main Window') self.root.geometry('1000x800+200+200') self.root.minsize(width=1000, height=800) default_font =

Re: issues with Python

2015-10-15 Thread Ian Kelly
On Thu, Oct 15, 2015 at 8:04 AM, wrote: > > I am using the Python Programming third edition for absolute beginners. > I was able to create my Game over program, but I do not have the start menu > with the icons and cannot seem to find it. I have the Shell and the script >

issues with Python

2015-10-15 Thread vjdeluccie
I am using the Python Programming third edition for absolute beginners. I was able to create my Game over program, but I do not have the start menu with the icons and cannot seem to find it. I have the Shell and the script mode but I am not able to find the start menu with the icons the

Re: Indentation issues with python

2015-02-05 Thread Denis McMahon
On Wed, 04 Feb 2015 19:07:53 -0800, syed khalid wrote: I downloaded this code and am attempting to run it. I keep getting indentation error. class EventHubClient(object): def sendMessage(self,body,partition):eventHubHost = pac-ns.servicebus.windows.net httpclient =

Indentation issues with python

2015-02-04 Thread syed khalid
I downloaded this code and am attempting to run it. I keep getting indentation error. there is a way to handle it with a editor which can recognize the tab or space issue. I have tried different options such as 2 or 3 spaces or tab to no avail. I have encased the error mesage with line 23

Re: Indentation issues with python

2015-02-04 Thread Ben Finney
syed khalid sy...@pacificloud.com writes: I downloaded this code and am attempting to run it. I keep getting indentation error. Indentation is crucial information in Python code. If it is lost, don't waste time trying to guess it; instead, get the correct code. How did you download it? You

Re: Indentation issues with python

2015-02-04 Thread Terry Reedy
class EventHubClient(object): ... def sendMessage(self,body,partition): ... ^ IndentationError: expected an indented block *** and 'def' is not indented as it must be. This must be covered in the tutorial. -- Terry

Re: Issues installing Python 2.7

2014-12-01 Thread billyfurlong
This actually worked!! It's a bare machine with nothing (except the system) using python. -- https://mail.python.org/mailman/listinfo/python-list

Re: Issues installing Python 2.7

2014-12-01 Thread Chris Angelico
On Tue, Dec 2, 2014 at 3:40 AM, billyfurl...@gmail.com wrote: This actually worked!! It's a bare machine with nothing (except the system) using python. Good to know! But, uhh... *what* actually worked? You've posted with no content, so we have no idea which of the several suggestions in this

Re: Issues installing Python 2.7

2014-11-27 Thread Steven D'Aprano
On Wed, 26 Nov 2014 09:09:30 -0800, billyfurlong wrote: ./configure --prefix=/opt/python2.7 --enable-shared Do you need to install to /opt instead of the default of /usr/local/bin? I have multiple versions of Python installed on a Red Hat system (Centos, but RH should be the same) using the

Re: Issues installing Python 2.7

2014-11-27 Thread Chris Angelico
On Fri, Nov 28, 2014 at 4:40 AM, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Thu, 27 Nov 2014 11:53:10 +1100, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info declaimed the following: billyfurl...@gmail.com wrote: Add this to the bashrc export PATH=$PATH:/opt/python2.7/bin/ I'm

Issues installing Python 2.7

2014-11-26 Thread billyfurlong
Hi all, Not a python user but I'm trying to upgrade python so I can install pip which is required for one of the apps that I'm installing. I've tried to install using the below instructions, but when I type python I still get the old 2.4.3 version. Oh Red Hat 5.8 is where I'm installing on.

Re: Issues installing Python 2.7

2014-11-26 Thread Chris Angelico
On Thu, Nov 27, 2014 at 4:09 AM, billyfurl...@gmail.com wrote: Hi all, Not a python user but I'm trying to upgrade python so I can install pip which is required for one of the apps that I'm installing. I've tried to install using the below instructions, but when I type python I still get

Re: Issues installing Python 2.7

2014-11-26 Thread Steven D'Aprano
billyfurl...@gmail.com wrote: Hi all, Not a python user but I'm trying to upgrade python so I can install pip which is required for one of the apps that I'm installing. I've tried to install using the below instructions, but when I type python I still get the old 2.4.3 version. Oh Red

Re: Issues installing Python 2.7

2014-11-26 Thread Michael Torrie
To further explain my terse post from before (from my phone), see below. On 11/26/2014 10:09 AM, billyfurl...@gmail.com wrote: Now the installation worked fine but shouldn't I see that it's using the correct version??? I also did try to run /opt/python2.7/bin/python2.7 and it give me this.

SSL issues in Python stdlib and 3rd party code

2013-08-12 Thread Christian Heimes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, (re-post from the Python developer list) last week Ryan Sleevi of the Google Chrome Security Team has informed us about about two issues in Python's SSL module. I already new about the cause of the first bug and suspected that our SSL

Issues with python/libtcod

2012-11-07 Thread Graham Fielding
Hey, all. I'm trying to program a roguelike, using the wonderful tutorials written by João F. Henriques (a.k.a. Jotaf), but I've stumbled onto a bit of a problem setting up the game's inventory system, and I was hoping someone could help me out. Here's a code snippet, including the affected

Permission Issues in python cgi scripts on Apache 2.2 on OSX Leopard

2008-11-14 Thread Dan Yamins
Using Apache 2.2 on my local OSX machine, I;ve set up a virtual host to serve a directory that a project of mine is in. In this directory, I have some python .cgi scripts that I use to dynamically generated locally-used html code. In several places,scripts that work fine when not run as .cgi

Issues with Python + Batch File

2008-03-25 Thread tarun
Hi All, I've a batch file which invoks a python file. The python code in the file brings up a GUI. The GUI is of a test tool which can execute scripts. I tried using the following 2 sample of code for my batch file: * (1) (2)* D:\opengui.py D:\opengui.py

Re: Issues with Python + Batch File

2008-03-25 Thread Gabriel Genellina
En Tue, 25 Mar 2008 08:55:12 -0300, tarun [EMAIL PROTECTED] escribió: I've a batch file which invoks a python file. The python code in the file brings up a GUI. The GUI is of a test tool which can execute scripts. I tried using the following 2 sample of code for my batch file: * (1)

having issues Installing Python 2.5b3 on Windows XP

2006-08-11 Thread Bucco
I installed python 2.5b3 on my windows XP sp2 box without any issues. I can double click the python program, and idle comes up in the command line window. However when I run python from the command line program cmd.exe, I get a pop-up window with the following error: 16 bit Windows Subsystem

Re: having issues Installing Python 2.5b3 on Windows XP

2006-08-11 Thread Bucco
The python 2.4 version msi did no better. Please help. I do not really want to go back to Active State Python. Thanks:) SA Bucco wrote: I am going to try to install python 2.4 with the msi installer and see if I have the same issue with that version. If anyone else has any ideas please

Re: having issues Installing Python 2.5b3 on Windows XP

2006-08-11 Thread [EMAIL PROTECTED]
Bucco wrote: The python 2.4 version msi did no better. Please help. I do not really want to go back to Active State Python. Thanks:) SA Bucco wrote: I am going to try to install python 2.4 with the msi installer and see if I have the same issue with that version. If anyone else

Re: having issues Installing Python 2.5b3 on Windows XP

2006-08-11 Thread [EMAIL PROTECTED]
Bucco wrote: The python 2.4 version msi did no better. Please help. I do not really want to go back to Active State Python. Thanks:) SA Bucco wrote: I am going to try to install python 2.4 with the msi installer and see if I have the same issue with that version. If anyone else

Re: having issues Installing Python 2.5b3 on Windows XP

2006-08-11 Thread Bucco
I'm getting closer now. I figured out that when I typed python in cmd.exe window it was trying to run the cygwin version of python. I removed that link and cmd.exe now finds the correct version. Therefore, this is not a bug. However, someone should add a caution in the installation

GUI issues in Python

2006-04-06 Thread diffuser78
Hi, I want to create a GUI where a user can select drag and drop kind of boxes, circles and make connections between them. This is basically for depicting states and dependencies. I am writing a program where I let the user input states and dependencies in a certain domain. Based on input given

Re: GUI issues in Python

2006-04-06 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: Hi, I want to create a GUI where a user can select drag and drop kind of boxes, circles and make connections between them. This is basically for depicting states and dependencies. I am writing a program where I let the user input states and dependencies in a

Re: GUI issues in Python

2006-04-06 Thread diffuser78
My question basically revolves around... that I dont want to draw circles and boxes for drawing purposes. I want the end user to be able to draw the GUI boxes and circles and makes connection to depict states and dependencies. So its a little unconventional and more like a SIMULATION TOOL. I am

Re: GUI issues in Python

2006-04-06 Thread Daniel Dittmar
[EMAIL PROTECTED] wrote: I want to create a GUI where a user can select drag and drop kind of boxes, circles and make connections between them. This is basically for depicting states and dependencies. I am writing a program where I let the user input states and dependencies in a certain

Re: GUI issues in Python

2006-04-06 Thread diffuser78
Thanks Daniel, I really think that this should be the solution to my problem. A quick Question...is wxPython Operating System dependent or it can be used with anu OS like Linux, Windows and Mac ? -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI issues in Python

2006-04-06 Thread Grant Edwards
On 2006-04-06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks Daniel, I really think that this should be the solution to my problem. A quick Question...is wxPython Operating System dependent or it can be used with anu OS like Linux, Windows and Mac ? http://wxwidgets.org/ -- Grant

Re: GUI issues in Python

2006-04-06 Thread Daniel Dittmar
[EMAIL PROTECTED] wrote: Thanks Daniel, I really think that this should be the solution to my problem. A quick Question...is wxPython Operating System dependent or it can be used with anu OS like Linux, Windows and Mac ? see http://www.wxpython.org/download.php#binaries Linux and Win32

Re: GUI issues in Python

2006-04-06 Thread Thomas Jollans
[EMAIL PROTECTED] wrote: My question basically revolves around... that I dont want to draw circles and boxes for drawing purposes. I want the end user to be able to draw the GUI boxes and circles and makes connection to depict states and dependencies. So its a little unconventional and