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
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
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
>
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