I have lot of pain while compiling pyside code for Linux...much less for Windows, and my source is around 300kb. I would like to know what is the safest way to compile it.
- Is it the best to compile Qt, PySide bindings, Python 2.7, and every import with separate process?
1.1. If I do it this way, is it easier to trace errors?
Does qt4-qmake have any reason to use it while compiling?
Is it better to rewrite code for PyQt instead of Pyside?
Are it depending about happy combination of some versions, for instance: ( Qt v4.8.2, pyside 1.0.1, python 2.7.3 ) ?
EDIT: By compiling mean to convert Python scripts into executable Windows/Linux programs, as py2exe, cx_Freeze or PyInstaller do.
I appreciate your suggestions.