On Wed, 2010-04-21 at 12:13 +0200, Florian Höch wrote: > Ok, I've now upgraded to Python 2.6.5. I've tried a few modules (not > built myself) with pyds (numpy 1.4.0, PyQt4 4.5.4-1, wxPython 2.8.10.1), > all working as far as I can tell. Can you give an example?
Try installing this module from source: pypi.python.org/pypi/greenlet compile it yourself with Visual Studio 2008 through "setup.py build". Then write a simple "import greenlet" program and pack it with PyInstaller (one-file). It does not work for me. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it Last post: Grey on black: combining greylisting with blacklists -- 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.
