Well, no it doesn't work. a. Today, the "import numpy" error with "no module named multiarray" returned. This machine runs the MKL-version of numpy 1.7.0 with Python 2.7.3 (on Windows XP SP3) b. An identical Win XP machine but running the normal sourceforge Numpy continues to throw the error given by the ticket http://www.pyinstaller.org/ticket/601.
Both the above are using the latest development releases of PyInstaller-2.0. If anyone has got numpy (preferably 1.7.0) on a Windows XP (SP3) machine working with PyInstaller-2.0 could they please share how to do it? Thx. The test.py code is: import numpy > def main(): > print numpy.array([12, 23, 34, 45, 56, 67, 78, 89, 90]) > return > > if __name__ == '__main__': > main() -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
