I develop python programs in Fedora (4) and i was wondering or i can use pyinstaller to create windows executables. I looked at py2exe but this works only under windows. Is it possible to use PyInstaller to create a exe under Fedora that will also run under Windows. That's because i have many dependencies installed under Fedora (like PyGtk, R, Reportlab, RPy) and i don't feel much for installing all those things in Windows. I prefer to develop my product completely in Fedora and when it's finished create exe's with all the depedencies packed. Is that possible with PyInstaller?
(With the first test i did, the exe didn't worked under windows. It had something to do with too less memory)
Thanks,
Mattias
_______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
