0

which might not even have Python. I'm making dozens of scripts for my company but it only just now dawned on me that people might not even be able to use them.

I'm asking here because I'm not sure what keywords I would use on Google.

So the question is - can I somehow package Python+external libraries into one executable? Or do you know of another way to cirucmvent this?

4
  • Are those scripts going to be executed on the remove server? Commented Jun 26, 2015 at 13:34
  • 3
    Weird enough Googling the tags you used yielded this: github.com/pyinstaller/pyinstaller/wiki Commented Jun 26, 2015 at 13:35
  • Yes. I will copy my scripts to a shared folder that everyone can access. Commented Jun 26, 2015 at 13:35
  • Oh wow, can't believe I missed that. Thank you. Commented Jun 26, 2015 at 13:36

1 Answer 1

-1

There are several such utilities

I've used py2exe from py2exe.org

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.