Re: [Tutor] Not able to get to Script Mode

2019-01-29 Thread Alan Gauld via Tutor
On 29/01/2019 21:07, jetspacejt wrote: > Using version 3.7.1 > Where is File Edit Shell...etc. > Not at the top of my screen Vanilla python is just a language interpreter, it has no GUI. If you want a GUI environment you need to use an IDE - there are dozens to choose from. There is a very basic

Re: [Tutor] Not able to get to Script Mode

2019-01-29 Thread Mats Wichmann
On 1/29/19 2:07 PM, jetspacejt wrote: > Using version 3.7.1 > Where is File Edit Shell...etc. > Not at the top of my screen You're looking (probably) for IDLE, not for Python itself (IDLE is an editor/simple IDE written in Python, that is usually bundled with Python). On the wild guess you're u

Re: [Tutor] Not able to get to Script Mode

2019-01-29 Thread Mark Lawrence
On 29/01/2019 21:07, jetspacejt wrote: Using version 3.7.1 Where is File Edit Shell...etc. Not at the top of my screen Please give more detail as we're not mind readers. What are you running, python from a command line, IDLE, some other IDE? What OS are you on? -- My fellow Pythonistas,

[Tutor] Not able to get to Script Mode

2019-01-29 Thread jetspacejt
Using version 3.7.1 Where is File Edit Shell...etc. Not at the top of my screen ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor