is it possible to make python executable files that can be run on any platform?(without python.like c++)
thanks

Recommended Answers

All 2 Replies

Yes!
Python bundles the interpreter (Pythonxx.dll) with your code and make executable file to run on windows. Just google for G2py. It is one of py2exe gui version . Basically you use py2exe

Hope it helps

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.