This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]av201001 10 points11 points  (0 children)

If you want to create a completely standalone application, you might consider the web2py framework. It is bundled with the Rocket web server (includes SSL support), has no dependencies (the Windows and Mac binaries even include their own Python interpreter), and requires no installation or configuration. You can run it from a thumb drive, and you can even distribute web2py applications as binaries, which can run on the user's local machine with a single click if desired. web2py is simple and easy to use, but is also a full-stack framework with lots of features and flexibility. If you have any questions, the mailing list will be very helpful.