I just tried (re)installing Python and all the other dependencies I needed, and it now seems to work. For future reference, in case anybody happens upon this thread, I installed, in order
Python 2.7.1 (from www.python.org) numpy 1.6.0 (from http://www.lfd.uci.edu/~gohlke/pythonlibs/, non-MKL version) matplotlib 1.0.1 (from http://www.lfd.uci.edu/~gohlke/pythonlibs/) PyQt 4.8.4 (from http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py2.7-x86-gpl-4.8.4-1.exe) Pyinstaller trunk Thanks for all your help in determining that it was my local system that had the problem. Ben On Tue, May 17, 2011 at 5:47 PM, Martin Zibricky <[email protected]> wrote: > Ben Breslauer píše v Po 16. 05. 2011 v 20:12 -0400: >> I'm using 64bit python, along with the 64bit pywin32 for python 2.7. > > I just tried numpy, matplotlib and qt4 with 64bit python 2.7.1 on 64bit > win7 and it works. No DLL error. I'm not able to reproduce your error. > > What is your python distribution? Is it the one from www.python.org or > is it activestate python or any other? > > Could you try running that small example when unsetting PATH env. > variable by > > set path= > > -- > You received this message because you are subscribed to the Google Groups > "PyInstaller" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pyinstaller?hl=en. > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
