Alan G Isaac wrote:
> I assume there must be a reason for this::
>
> >>> import pylab
> >>> pylab.__version__
> Traceback (most recent call last):
> File "", line 1, in
> AttributeError: 'module' object has no attribute '__version__'
>
> That has always bothered me.
> But o
I assume there must be a reason for this::
>>> import pylab
>>> pylab.__version__
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute '__version__'
That has always bothered me.
But of course you can::
>>> import matpl
I didn't see it either. For questions like this, I recommend heading to
the #python channel on irc.freenode.net. If you find out how, please
post.
josh
On Fri, 8 Dec 2006, belinda thom wrote:
> Hi,
>
> Perhaps I'm missing something really basic, but I can't figure out
> how to query pylab as t
Hi,
Perhaps I'm missing something really basic, but I can't figure out
how to query pylab as to what version it is (the usual import ,
.__version doesn't work).
Advice appreciated.
--b
-
Take Surveys. Earn Cash. Influen