On Mon, 2011-01-17 at 10:52 -0800, Ram wrote: > > Martin, I saw this somewhere online to use from PyQt4 import QtCore > instead of PyQt4.QtCore. The problem is that this is a large project > with many developers. And it'll be very hard for me to change the code > all across...Isnt this something that can be fixed in pyinstaller? > > Thanks for the quick reply. I'll try a small example again thou.
Both methods normally work with PyInstaller, there are many people using PyQt and PyInstaller. There has to be something specific to your system; for instance, from the traceback, it looks like you are using cygwin which is mostly untested at the moment. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it Last post: Compile-time Function Execution in D -- 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.
