Re: Python does not start

2016-11-17 Thread Terry Reedy
On 11/17/2016 2:59 PM, Jelena Tavcar wrote: How do I find stdlib files? Python coded stdlib files are, at least on Windows, in /Lib -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list

Re: Python does not start

2016-11-17 Thread Joel Goldstick
On Thu, Nov 17, 2016 at 2:59 PM, Jelena Tavcar wrote: > How do I find stdlib files? > Regards > -- > https://mail.python.org/mailman/listinfo/python-list First of all, your subject line doesn't seem related to your body text. Second of all, stdlib is a C thing as I recall, not python. Can you be

Re: Python does not start

2016-11-12 Thread MRAB
On 2016-11-12 09:13, jelena.tav...@gmail.com wrote: I’m sending you the error message from command prompt C:\Users\Jelena>py.exe -3.5-32 -m idlelib Traceback (most recent call last): [snip] _tkinter.TclError: bad event type or keysym "Alt" It looks like someone else has had the same problem

RE: Python does not start

2016-11-12 Thread jelena.tavcar
hon\Python35-32\lib\tkinter\__init__.py", line 1504, in event_add self.tk.call(args) _tkinter.TclError: bad event type or keysym "Alt" Sent from Mail for Windows 10 From: eryk sun Sent: 12 November 2016 00:11 To: python-list@python.org Cc: jelena.tav...@gmail.com Subject: Re: Pytho

Re: Python does not start

2016-11-11 Thread eryk sun
On Fri, Nov 11, 2016 at 9:38 PM, wrote: > It says that ’py-3.5-32-m’ is not recognized as an internal or external > command, operable program or batch file. There's supposed to be a space after "py". Let's add the .exe extension to make this clearer: py.exe -3.5-32 -m idlelib And please do

Re: Python does not start

2016-11-11 Thread Terry Reedy
On 11/11/2016 3:59 PM, eryk sun wrote: On Fri, Nov 11, 2016 at 8:36 PM, Jelena Tavcar wrote: when I click on the icon "IDLE (Python 3.5 32-bit)" nothing happens. It Does python itself work? If so, which micro version. It is in the startup line that begins 'Python 3.5.2+ ...'. There was b

RE: Python does not start

2016-11-11 Thread Daniele Bucciero
Did you check your Windows Event Viewer? Did you notice something wrong in Application Events? Regards Daniele Bucciero -Original Message- From: Python-list [mailto:python-list-bounces+daniele.bucciero=outlook@python.org] On Behalf Of Jelena Tavcar Sent: venerdì 11 novembre 2016 21:3

Re: Python does not start

2016-11-11 Thread eryk sun
On Fri, Nov 11, 2016 at 8:36 PM, Jelena Tavcar wrote: > > when I click on the icon "IDLE (Python 3.5 32-bit)" nothing happens. It > used to work and at some point it just didn't react. Try running IDLE from a command prompt by entering the following command: py -3.5-32 -m idlelib If this pr