robjduk Posted September 21, 2014 Posted September 21, 2014 Afternoon all, My ICT teacher wants python deployed which is no problem but also wants a gui too. No MSI found for any gui so wonder if any of you can shed some light on a workaround? I wonder if its just a case of dropping a few files into a few folders (wishful thinking I know) or does anyone know of an msi somewhere? Only thing I wont be doing is running a script when a user logs on. Thanks
robmal Posted September 21, 2014 Posted September 21, 2014 Does your teacher mean IDLE? Its the development environment included in the base install. 1
DrCheese Posted September 21, 2014 Posted September 21, 2014 ^ Yup That's all I deploy - The base install & IDLE comes with it. 1
synaesthesia Posted September 21, 2014 Posted September 21, 2014 If you something a bit more then look at netbeans with python additions. Gives the added bonus of allowing other languages as well should you need.
robjduk Posted September 22, 2014 Author Posted September 22, 2014 Thanks. IDLE is what I wanted. We have 8.1 here so was just pointing a start tile at the .exe where IDLE link seems to sit in the old start menu folder. Found it now and on the case.
BassTech Posted October 20, 2014 Posted October 20, 2014 (edited) Do they need anything more than IDLE to be able to teach this syllabus? I've told ours to use IDLE but they seem to want to use another 3rd part GUI for some unknown reason :/ EDIT: from teacher "they need to be able to create GUIs for the program they're writing, whereas Idle just lets them write code" Edited October 20, 2014 by BassTech
jamesb Posted October 20, 2014 Posted October 20, 2014 Something like this? wxGlade: a GUI builder for wxWidgets/wxPython
BassTech Posted October 21, 2014 Posted October 21, 2014 Something like this? wxGlade: a GUI builder for wxWidgets/wxPython Tried that, it doesn't support the version of Python that we are using (3.3.5) struggling to find one that does..
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