Re: [Tutor] Finding the version # of a module, and py module problem

2010-08-05 Thread Wayne Watson
I should have mentioned I use windows. import numpy numpy.__version__ It's now written in my Py book! ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Finding the version # of a module, and py module problem

2010-08-05 Thread David Hutto
On Thu, Aug 5, 2010 at 8:53 PM, David Hutto wrote: > On Thu, Aug 5, 2010 at 7:33 PM, Wayne Watson > wrote: >> It's been awhile since I've used python, and I recall there is a way to find >> the version number from the IDLE command line  prompt. dir, help, >> __version.__? >> >> I made the most mi

Re: [Tutor] Finding the version # of a module, and py module problem

2010-08-05 Thread David Hutto
On Thu, Aug 5, 2010 at 7:33 PM, Wayne Watson wrote: > It's been awhile since I've used python, and I recall there is a way to find > the version number from the IDLE command line  prompt. dir, help, > __version.__? > > I made the most minimal change to a program, and it works for me, but not my >

[Tutor] Finding the version # of a module, and py module problem

2010-08-05 Thread Wayne Watson
It's been awhile since I've used python, and I recall there is a way to find the version number from the IDLE command line  prompt. dir, help,  __version.__?  I made the most minimal change to a program, and it works for me, but not my partner. He gets Traceback (most recent call last):   F