Tagged Questions
7
votes
2answers
1k views
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.
This has to be in ...
6
votes
9answers
367 views
Recommended python library/framework for local web app?
I want to create a simple LOCAL web app in Python.
The web server and "back-end" code will run on the same system (initially, Windows system) as the UI. I doubt it matters, but the UI will be a ...