frankec2000 Posted February 24, 2022 Posted February 24, 2022 Sorry if this has been asked before, I've got some laptops locked down so they only run only specified windows applications. This is fine but a teacher requires python but not python.exe but the idle.pyw so they can run the "IDLE Shell" version. Has anyone got any pointers for me regarding this. Much appreciated.
jthompson Posted February 24, 2022 Posted February 24, 2022 IIRC pyw files will rely on pythonw.exe being able to run. I suppose you could block python.exe but allow pythonw.exe. Can't speak to how open to abuse that would leave things, though.
mavhc Posted February 24, 2022 Posted February 24, 2022 Yeah, pythonw.exe is for graphical programs, python.exe for console
frankec2000 Posted February 25, 2022 Author Posted February 25, 2022 Thank you I've put pythonw.exe in run only specified windows applications now the pyw file runs as requested. Thank you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now