tags:

views:

48

answers:

0

Hi, I have a python project, which uses qt(UI) for user input and then creates the pdf using latex. I want to make full package of my whole projects in some form of exe.

I came to know about pyinstaller, pyexe and cx_frezer. So which one should I pick up first. My exe should run in windows 98, xp, vista and linux. So how does MIketex( windows) and qt get bundle to my exe. Does I have to make different exe depending upon the operation system.

Any link for reading will be nice.

thanks.