Skip to content Skip to sidebar Skip to footer

Creating Self-contained Python Applications

I'm trying to create a self-contained version of pisa (html to pdf converter, latest version), but I can't succeed due to several errors. I've tried py2exe, bb-freeze and cxfreeze.

Solution 1:

Check out pyinstaller, it makes standalone executables (as in one .EXE file, and that's it).


Post a Comment for "Creating Self-contained Python Applications"