0

Hi I need to package a python program in to a single executable. I need to have a executable that does not need a python installation and third party packages.

So need to have

python 2.7.5
WMI==1.4.9
pyjs==0.1.0
pywin32==219
requests==2.4.3
urllib3==1.9.1

Is this even possible? I need to able to make a executable to to be run on a freshly installed windows XP+ machine.

I tried pyinstaller but after that i could not execute the file. Which tool could provide everything needed?

2
  • 2
    Have you searched for anything at all? This question has been asked many, many times before. Commented Nov 18, 2014 at 18:37
  • @EdgarAroutiounian It would be helpful if you could locate one such question so that we can close this is a duplicate of it. Commented Nov 18, 2014 at 20:29

1 Answer 1

1

Take a look at Py2exe: http://www.py2exe.org/ . It's made for that exact purpose.

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

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.