#๐ I can't run a script.py file on another pc because it dosent have python installed
27 messages ยท Page 1 of 1 (latest)
@eager plover
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
is there really no other way to run the script whitout installing python?
only if you convert the script to .exe
alright
which comes with its own problems cause python wasn't designed for compiling
e.g. the .exe often gets wrongly flagged as a virus; the .exe is usually very bulky compared to the script, etc
this you can probably circumvent
I'm not familiar with this stuff though, can't help much here
what are you using to convert it to exe?
pyinstaller
okay, and what is it failing to find?
wdmean
o.0
Thx for your help but it looks like i wont be using exe because its marking it as a virus
i will figure out another way prob
also another way possibly to use docker, im pretty sure it is able to run python scripts without actually installing the python itself on ur pc
it sounds like he doesn't want to install anything extra at all
if you're going to install docker, install python, much simpler.
I have python installed i just dont want so others need to install it just to run my file
you have no other choice.
you can make a setup installer, an exe, or have them install python
sounds like you trying write something malicious tbh
nah not really
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.