Re: [Numpy-discussion] Yes, this one again ImportError: No module named multiarray

2013-03-13 Thread Dinesh B Vadhia
back if run into problems again. Best ... -- From: Chris Barker - NOAA Federal chris.bar...@noaa.gov Sent: Tuesday, March 12, 2013 2:50 PM To: Discussion of Numerical Python numpy-discussion@scipy.org Subject: Re: [Numpy-discussion] Yes,this one again

Re: [Numpy-discussion] Yes, this one again ImportError: No module named multiarray

2013-03-13 Thread Pat Marion
if run into problems again. Best ... -- From: Chris Barker - NOAA Federal chris.bar...@noaa.gov Sent: Tuesday, March 12, 2013 2:50 PM To: Discussion of Numerical Python numpy-discussion@scipy.org Subject: Re: [Numpy-discussion] Yes,this one again

[Numpy-discussion] Yes, this one again ImportError: No module named multiarray

2013-03-12 Thread Dinesh B Vadhia
I've been using Numpy/Scipy for 5 years so know a little on how to get around them. Recently, I've needed to either freeze or create executables with tools such as PyInstaller, Cython, Py2exe and others on both Windows (XP 32-bit, 7 64-bit) and Ubuntu (12.04) Linux (64-bit). The test program

Re: [Numpy-discussion] Yes, this one again ImportError: No module named multiarray

2013-03-12 Thread Aron Ahmadia
multiarray is an extension module that lives within numpy/core, that is, when, import multiarray is called, (and it's the first imported extension module in numpy), multiarray.ext (ext being dll on Windows I guess), gets dynamically loaded. No module named multiarray is indicating problems with

Re: [Numpy-discussion] Yes, this one again ImportError: No module named multiarray

2013-03-12 Thread Dinesh B Vadhia
Does that mean numpy won't work with freeze/create_executable type of tools or is there a workaround? From: Aron Ahmadia Sent: Tuesday, March 12, 2013 6:17 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Yes,this one again ImportError: No module named multiarray

Re: [Numpy-discussion] Yes, this one again ImportError: No module named multiarray

2013-03-12 Thread Chris Barker - NOAA Federal
On Tue, Mar 12, 2013 at 7:05 AM, Dinesh B Vadhia dineshbvad...@hotmail.com wrote: Does that mean numpy won't work with freeze/create_executable type of tools or is there a workaround? I've used numpy with py2exe and py2app out of the box with no issues ( actually, there is an issue with too