From: Guy K. K. <g....@ma...> - 2010-04-23 22:03:18
|
On Sat, 24 Apr 2010 04:32:24 Bruce Sherwood wrote: > After importing visual, "print version". I guess I should look into why > visual.__version__ has the strange value of 1.3.0. I think that's a result of the wild card imports from NumPy. On my system it's the same, and NumPy is installed in version 1.3.0. So doing this In [1]: import numpy In [2]: numpy.__version__ Out[2]: '1.3.0' Gives me exactly the same thing. Another reason to resolve the wild card imports, I'd say. All kinds of strangenesses happening due to that. Guy -- Guy K. Kloss Institute of Information and Mathematical Sciences Te Kura Pūtaiao o Mōhiohio me Pāngarau Room 2.63, Quad Block A Building Massey University, Auckland, Albany Private Bag 102 904, North Shore Mail Centre voice: +64 9 414-0800 ext. 9266 fax: +64 9 441-8181 eMail: G....@ma... http://iims.massey.ac.nz |