[Tutor] python magazine

2010-03-26 Thread Bala subramanian
Friends, I am sorry if this query is not appropriate to this forum. Is there any online magazine dedicated to python especially its features and How-to's that i can subscribe for. Thanks, Bala ___ Tutor maillist - Tutor@python.org To unsubscribe or ch

Re: [Tutor] Sending mail

2010-03-26 Thread Timo
2010/3/25 Timo > Hello, > > I was wondering what the best way is to send an email through my program? I > want the user to send an email with an attachment. > > I do have a webspace, should I use the smtplib module if my webhost > supports it (I have to ask though), or should I put a script on my

Re: [Tutor] Sending mail

2010-03-26 Thread Shashwat Anand
I guess you can use smtplib. On Fri, Mar 26, 2010 at 7:07 PM, Timo wrote: > > > 2010/3/25 Timo > > Hello, >> >> I was wondering what the best way is to send an email through my program? >> I want the user to send an email with an attachment. >> >> I do have a webspace, should I use the smtplib

Re: [Tutor] python magazine

2010-03-26 Thread C.T. Matsumoto
Well there was PyMag (http://pymag.phparch.com), each issue had a dedicated howto for a python topic. I say 'was' because they seem to busy doing something with their site, which says they'll be back by January 26th. I know it was possible to order back issues as pdf's. T Bala subramanian wrot

Re: [Tutor] python magazine

2010-03-26 Thread Lowell Tackett
>From the virtual desk of Lowell Tackett  --- On Fri, 3/26/10, Bala subramanian wrote: From: Bala subramanian Subject: [Tutor] python magazine To: tutor@python.org Date: Friday, March 26, 2010, 8:07 AM Friends, I am sorry if this query is not appropriate to this forum. Is there any online

Re: [Tutor] python magazine

2010-03-26 Thread John
On Friday 26 March 2010 08:33:35 am Lowell Tackett wrote: > >From the virtual desk of Lowell Tackett  > > --- On Fri, 3/26/10, Bala subramanian wrote: > > From: Bala subramanian > Subject: [Tutor] python magazine > To: tutor@python.org > Date: Friday, March 26, 2010, 8:07 AM > > Friends, > I am s

Re: [Tutor] python magazine

2010-03-26 Thread Lowell Tackett
>From the virtual desk of Lowell Tackett  --- On Fri, 3/26/10, John wrote: From: John Subject: Re: [Tutor] python magazine To: tutor@python.org Date: Friday, March 26, 2010, 2:32 PM On Friday 26 March 2010 08:33:35 am Lowell Tackett wrote: > >From the virtual desk of Lowell Tackett > > --

[Tutor] Why this Difference in Importing NumPy 1.2 vs 1.4?

2010-03-26 Thread Wayne Watson
I wrote a program in Python 2.5 under Win7 and it runs fine using Numpy 1.2 , but not on a colleague's machine who has a slightly newer 2.5. We both use IDLE to execute the program. During import he gets this: >>> Traceback (most recent call last):   File "C:\Documents and Settings\HP_Adminis

Re: [Tutor] Why this Difference in Importing NumPy 1.2 vs 1.4?

2010-03-26 Thread Emile van Sebille
On 3/26/2010 12:44 PM Wayne Watson said... I wrote a program in Python 2.5 under Win7 and it runs fine using Numpy 1.2 , but not on a colleague's machine who has a slightly newer 2.5. We both use IDLE to execute the program. During import he gets this: >>> Traceback (most recent call last): Fi

Re: [Tutor] python magazine

2010-03-26 Thread Benno Lang
On 27 March 2010 00:33, Lowell Tackett wrote: > The Python Magazine people have now got a Twitter site--which includes a > perhaps [telling] misspelling. Obviously that's why they're looking for a chief editor - maybe it's even a deliberate ploy. I'm not sure if this affects others, but to me yo

Re: [Tutor] python magazine

2010-03-26 Thread Lowell Tackett
>From the virtual desk of Lowell Tackett --- On Fri, 3/26/10, Benno Lang wrote: From: Benno Lang Subject: Re: [Tutor] python magazine To: "Lowell Tackett" Cc: tutor@python.org, "Bala subramanian" Date: Friday, March 26, 2010, 8:38 PM On 27 March 2010 00:33, Lowell Tackett wrote: > The P

[Tutor] First extension

2010-03-26 Thread James Reynolds
Hello All, I'm trying to write my first extension module, and I am getting the following error in my command prompt and I was hoping you all could help me. I have taken the following steps already: 1. My path is set for mingw/bin as well as python31. 2. There is a file in my disutils fold