Python Forum
IDLE Deployment to classroom
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IDLE Deployment to classroom
#1
Hey, i've deployed Python 3.7.3 to a suite of computers, no problem there, the issue i have is getting the IDLE.bat file to run in a restricted environment.

by default CMD is disabled for students as standard, does anyone know of a way to either allow only this batch file to run, or another way to run IDLE ?

Thanks in advance.

Paul S

Don't worry i fixed it myself by creating a shortcut and deploying that via GPO.

for anyone else in a similar situation here is the shortcut.

"C:\Program Files (x86)\Python37-32\pythonw.exe" "C:\Program Files (x86)\Python37-32\Lib\idlelib\idle.pyw"

happy days.
Reply
#2
You might want to look at Geany, it's light and fast see: https://www.geany.org/
IDLE, even though it comes with python, is not a very good IDE.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python deployment David98 3 683 Sep-29-2023, 01:16 PM
Last Post: snippsat
  pynsist vs pyinstaller deployment questions hammer 2 1,813 May-03-2022, 01:22 AM
Last Post: hammer
  py2app deployment version Rubberduck 0 1,727 May-14-2021, 05:35 PM
Last Post: Rubberduck
  IDLE not importing pygame (ok outside of IDLE) miner_tom 1 3,314 Sep-14-2018, 07:54 PM
Last Post: Larz60+
  Google Cloud App Deployment Help.. BlackHeart 1 2,977 Nov-14-2017, 01:58 PM
Last Post: sparkz_alot
  Python IDLE 3.6.2 on WIn7 vs Pyhton 3 IDLE raspberry djdan_23 5 5,708 Sep-07-2017, 12:51 PM
Last Post: Larz60+
  Need apointer to python project deployment PickyBiker 2 4,293 Dec-04-2016, 07:57 PM
Last Post: PickyBiker

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020