Re: How to debug python + curses? [was: RE: Applying winpdb_reborn]

2021-06-02 Thread Cameron Simpson
On 02Jun2021 21:24, pjfarl...@earthlink.net wrote: >> -Original Message- >> From: Grant Edwards >> Perhaps Windows isn't an appropriate OS under which to develop curses >> applicatoins? > >Perhaps, but why isn't it? I don't think it isn't. (Um, so many negatives in that sentence - I mean

Re: How to debug python + curses? [was: RE: Applying winpdb_reborn]

2021-06-02 Thread Grant Edwards
On 2021-06-03, wrote: >> -Original Message- >> From: Grant Edwards >> Sent: Monday, May 31, 2021 11:18 AM >> To: python-list@python.org >> Subject: Re: How to debug python + curses? [was: RE: Applying > winpdb_reborn] >> >> On 2021-05-31, Dennis Lee Bieber wrote: >> > On Mon, 31 May 20

RE: How to debug python + curses? [was: RE: Applying winpdb_reborn]

2021-06-02 Thread pjfarley3
> -Original Message- > From: boB Stepp > Sent: Wednesday, June 2, 2021 12:21 AM > To: python-list@python.org > Subject: Re: How to debug python + curses? [was: RE: Applying winpdb_reborn] > windows-curses 2.2.0 has been working well for me so far on Win10: > https://pypi.org/project/wind

RE: How to debug python + curses? [was: RE: Applying winpdb_reborn]

2021-06-02 Thread pjfarley3
> -Original Message- > From: Jach Feng > Sent: Tuesday, June 1, 2021 9:19 PM > To: python-list@python.org > Subject: Re: How to debug python + curses? [was: RE: Applying winpdb_reborn] > > pjfa...@earthlink.net 在 2021年5月31日 星期一上午1:42:43 [UTC+8] 的信中寫 > 道: > > I tried winpdb-reborn some tim

RE: How to debug python + curses? [was: RE: Applying winpdb_reborn]

2021-06-02 Thread pjfarley3
> -Original Message- > From: Cameron Simpson > Sent: Tuesday, June 1, 2021 7:32 PM > To: python-list@python.org > Subject: Re: How to debug python + curses? [was: RE: Applying winpdb_reborn] > > On 01Jun2021 19:48, Alan Gauld wrote: > >On 31/05/2021 16:16, Grant Edwards wrote: > >> On 20

RE: How to debug python + curses? [was: RE: Applying winpdb_reborn]

2021-06-02 Thread pjfarley3
> -Original Message- > From: jak > Sent: Tuesday, June 1, 2021 3:34 AM > To: python-list@python.org > Subject: Re: How to debug python + curses? [was: RE: Applying winpdb_reborn] > > Il 31/05/2021 02:36, Dennis Lee Bieber ha scritto: > > On Mon, 31 May 2021 08:07:21 +1000, Cameron Simpson

RE: How to debug python + curses? [was: RE: Applying winpdb_reborn]

2021-06-02 Thread pjfarley3
> -Original Message- > From: Grant Edwards > Sent: Monday, May 31, 2021 11:17 AM > To: python-list@python.org > Subject: Re: How to debug python + curses? [was: RE: Applying winpdb_reborn] > > On 2021-05-30, Alan Gauld via Python-list wrote: > > On 30/05/2021 18:26, pjfarl...@earthlink.n

RE: How to debug python + curses? [was: RE: Applying winpdb_reborn]

2021-06-02 Thread pjfarley3
> -Original Message- > From: Dennis Lee Bieber > Sent: Monday, May 31, 2021 7:11 PM > To: python-list@python.org > Subject: Re: How to debug python + curses? [was: RE: Applying winpdb_reborn] > > On Tue, 1 Jun 2021 08:04:54 +1000, Cameron Simpson > declaimed the following: > > >On 30May

RE: How to debug python + curses? [was: RE: Applying winpdb_reborn]

2021-06-02 Thread pjfarley3
> -Original Message- > From: Grant Edwards > Sent: Monday, May 31, 2021 11:18 AM > To: python-list@python.org > Subject: Re: How to debug python + curses? [was: RE: Applying winpdb_reborn] > > On 2021-05-31, Dennis Lee Bieber wrote: > > On Mon, 31 May 2021 08:07:21 +1000, Cameron Simpson

Re: Interpreter Bug

2021-06-02 Thread Barry Scott
> On 2 Jun 2021, at 10:34, Alice Braim wrote: > > Good morning- > > > > I am having some very serious issues with Python, and I was hoping you > could help? > > I downloaded both Python and PyCharm, and the 2 do not seem to be working. > Every time I select Python as an interpret

Re: 3.7.6 struggles a bit

2021-06-02 Thread Barry Scott
> On 2 Jun 2021, at 18:18, Luke wrote: > > When i wrote a program, i tried to open it but it struggles to open. I'm guessing you are a Windows user. Does this help? https://docs.python.org/3/faq/windows.html Barry -- https://mail.python.org/

Re: Embedding Python

2021-06-02 Thread Chris Angelico
On Thu, Jun 3, 2021 at 4:05 AM Faraaz Mohammed wrote: > > On Tuesday, 1 July 2008 at 21:37:49 UTC+5:30, mk wrote: > > Carsten Haese wrote: > > > python_code is a C string containing the raw bytes from your pyc file. > > > Casting that to a PyObject pointer will not magically transform it into > >

3.7.6 struggles a bit

2021-06-02 Thread Luke
When i wrote a program, i tried to open it but it struggles to open. -- https://mail.python.org/mailman/listinfo/python-list

Re: Embedding Python

2021-06-02 Thread Faraaz Mohammed
On Tuesday, 1 July 2008 at 21:37:49 UTC+5:30, mk wrote: > Carsten Haese wrote: > > python_code is a C string containing the raw bytes from your pyc file. > > Casting that to a PyObject pointer will not magically transform it into > > a Python code object. > well yeah, I kind of didn't think that

Interpreter Bug

2021-06-02 Thread Alice Braim
Good morning- I am having some very serious issues with Python, and I was hoping you could help? I downloaded both Python and PyCharm, and the 2 do not seem to be working. Every time I select Python as an interpreter, the whole thing crashes. Obviously, I went onto repairs, bu

Re: fabric: fab command

2021-06-02 Thread Alan Gauld via Python-list
On 02/06/2021 14:35, jayshankar nair via Python-list wrote: > import tools.fab.dev_utils as dev_utilsImportError: No module named > tools.fab.dev_utils > Please let me know which package i have to install. Work backwards. Can you import tools.fab? Can you import tools? Once you know what you do

Re: Definition of "property"

2021-06-02 Thread George Fischhof
Greg Ewing ezt írta (időpont: 2021. jún. 2., Sze, 4:01): > On 1/06/21 7:01 am, Alan Gauld wrote: > > That was the point, the OP said it was a book about OOP. > > Not a book about "OOP in Python". > > In that case it would be best to avoid the word, or give > a definition of the way he's using it,

fabric: fab command

2021-06-02 Thread jayshankar nair via Python-list
Hi, I am unable to find the package for the below module. The error shows when i run the command fab(fabric). import tools.fab.dev_utils as dev_utilsImportError: No module named tools.fab.dev_utils Please let me know which package i have to install. Thanks,Jayshankar -- https://mail.python.org/

Re: Neither pdb or print() displays the bug

2021-06-02 Thread Rich Shepard
On Wed, 2 Jun 2021, Peter Otten wrote: Do you have unit tests? Those are an excellent tool to ensure that the components of an application work as expected and that those components have well-defined interfaces. Debugging a failing unittest is usually easier than to debug a complex application.

Re: Neither pdb or print() displays the bug

2021-06-02 Thread Peter Otten
On 01/06/2021 23:32, Rich Shepard wrote: On Tue, 1 Jun 2021, Ethan Furman wrote: Well, you only had two logging statements in that code -- logging is like print: if you want to see it, you have to call it: Ethan, Got it, thanks. I believe Do you have unit tests? Those are an excellent too