Re: [Tutor] Fw: [docs] Python Embedding PyImport_ImportModule

2019-07-08 Thread David
On Tue, 9 Jul 2019 at 03:13, Alan Gauld via Tutor wrote: > On 08/07/2019 15:14, Ibarra, Jesse wrote: > > > > I cannot seem to figure this potential bug out. > > Neither can we since we cannot see any code. I'm guessing this might be the original post: https://mail.python.org/pipermail/docs/2019-J

Re: [Tutor] pointers or references to variables or sub-sets of variables query.

2019-07-08 Thread bob gailer
Data = [    ['2019-01-19','Fred Flintstone',23], ['2019-02-01','Scooby doo', 99] ] Warning 3: age is not a fundamental attribute; it is a computed value! -- Bob Gailer ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription opti

Re: [Tutor] pointers or references to variables or sub-sets of variables query.

2019-07-08 Thread David L Neil
On 8/07/19 10:54 AM, Alan Gauld via Tutor wrote: On 07/07/2019 20:54, David L Neil wrote: (However, some of us grew-up at a time when RAM was expensive and even in our relaxed state, such 'costs' still impinge on our consciousness - Indeed, my first computer was at the local university and ha

Re: [Tutor] Fw: [docs] Python Embedding PyImport_ImportModule

2019-07-08 Thread Alan Gauld via Tutor
On 08/07/2019 15:14, Ibarra, Jesse wrote: > I cannot seem to figure this potential bug out. Neither can we since we cannot see any code. You need to give us some context. What are you trying to do? What libraries are you using? Which OS and Python versions? Did you get ay errors? If so post them

[Tutor] Fw: [docs] Python Embedding PyImport_ImportModule

2019-07-08 Thread Ibarra, Jesse
I cannot seem to figure this potential bug out. Please advise, Jesse Ibarra From: Julien Palard Sent: Sunday, July 7, 2019 2:04 PM To: Ibarra, Jesse Subject: Re: [docs] Python Embedding PyImport_ImportModule Hi Jesse, > Why does this code only print t

[Tutor] Fw: [docs] Fw: Embedding Python in Another Application Import Statement Bug

2019-07-08 Thread Ibarra, Jesse
I cannot seem to figure this potential bug out. Please advise, Jesse Ibarra From: Julien Palard Sent: Sunday, July 7, 2019 2:02 PM To: Ibarra, Jesse Cc: d...@python.org Subject: Re: [docs] Fw: Embedding Python in Another Application Import Statement Bu