Hello ladies and gentleman of Daniweb.com. I wanted to ask a question about publishing an application, or a program to put online. But all of my code is neatly organized (PY) modules which canc only urn if you have python installed and I don't want to make people install python just to run my program. I just want to make it into something like an (EXE) or something executable on windows to install everthing. Alright thanks! Also can I have some input about publishing mobile apps??? Thanks again!!!
Jack_9
-4
Junior Poster
Recommended Answers
Jump to PostYou need a web server (such as Apache) that is capable of executing Python scripts.
Then, when I go to http://www.example.com/your-page.py the executed HTML appears, that my browser is able to render.
Jump to PostI would have suggested something like cx_Freeze, but I guess the problem is already solved.
All 5 Replies
Dani
3,632
The Queen of DaniWeb
Administrator
Featured Poster
Premium Member
Jack_9
-4
Junior Poster
HiHe
174
Junior Poster
Jack_9
-4
Junior Poster
Jack_9
-4
Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.