0

I am a bit of a noob in this department, so I was wondering what is the easiest way (i.e. least amount of time and effort) to create a stand alone application from a python script.

1
  • py2exe.org Commented Mar 6, 2013 at 14:25

2 Answers 2

2

Since you've tagged your question [exe], I assume it is Windows-specific. Take a look at py2exe:

py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.

Sign up to request clarification or add additional context in comments.

Comments

1

An easy way to do so, in Windows, is to use Py2Exe, see this tutorial.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.