Re: C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-06 Thread Gabriel Genellina
En Sat, 06 Feb 2010 08:21:46 -0300, Anthra Norell escribió: Gabriel, Thanks for your hints. I take them up one by one: >>> import os Traceback (most recent call last): File "", line 1, in ImportError: No module named os C:\PYTHON25\LIB>dir os.* OS PY 25,211 08-03-06

Re: C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-06 Thread Anthra Norell
Gabriel, After reinstalling the whole package things are shaping up. It still doesn't work but it fails more to the point of your suggestions. I update the responses to your questions: Anthra Norell wrote: Gabriel, Thanks for your hints. I take them up one by one: Gabriel Genellina wrote

Re: C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-06 Thread Anthra Norell
Gabriel, Thanks for your hints. I take them up one by one: Gabriel Genellina wrote: En Fri, 05 Feb 2010 10:23:57 -0300, Anthra Norell escribió: I upgraded from 2.4 to 2.5 and am unable to start an 2.5 idle window. The OS is Windows ME. The download of 2.5 finished with a warning sayin

Re: C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-05 Thread Gabriel Genellina
En Fri, 05 Feb 2010 10:23:57 -0300, Anthra Norell escribió: I upgraded from 2.4 to 2.5 and am unable to start an 2.5 idle window. The OS is Windows ME. The download of 2.5 finished with a warning saying that 2.5 was the highest version for Windows 9* Any tips? I'd suggest a couple more

Re: C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-05 Thread Anthra Norell
Duncan Booth wrote: Anthra Norell wrote: Using pythonw.exe will start the program with all error output dumped in the bit bucket. Running from a command prompt with python.exe will at least let you see if there are any errors. python.exe from the command line works all right in a

Re: C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-05 Thread Duncan Booth
Anthra Norell wrote: >> Using pythonw.exe will start the program with all error output dumped in >> the bit bucket. Running from a command prompt with python.exe will at >> least let you see if there are any errors. >> > python.exe from the command line works all right in a DOS window. The >

Re: C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-05 Thread Anthra Norell
Thank you both (Alf and Duncan) for your comments. I answer Duncan's questions interleaved: Duncan Booth wrote: Anthra Norell wrote: Hi, I upgraded from 2.4 to 2.5 and am unable to start an 2.5 idle window. This is the command I have been using: C:\Python24\pythonw.exe C:\Pyt

Re: C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-05 Thread Duncan Booth
Anthra Norell wrote: > Hi, > >I upgraded from 2.4 to 2.5 and am unable to start an 2.5 idle >window. > > This is the command I have been using: >C:\Python24\pythonw.exe C:\Python24\Lib\IDLELIB\idle.pyw -n -c > execfile('C:\\Python24\\i') > > And this is the command that doesn't s

Re: C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-05 Thread Alf P. Steinbach
* Anthra Norell: Hi, I upgraded from 2.4 to 2.5 and am unable to start an 2.5 idle window. This is the command I have been using: C:\Python24\pythonw.exe C:\Python24\Lib\IDLELIB\idle.pyw -n -c execfile('C:\\Python24\\i') And this is the command that doesn't start anything: C:\Python25\

C:\Python25\Lib\IDLELIB\idle.pyw won't start

2010-02-05 Thread Anthra Norell
Hi, I upgraded from 2.4 to 2.5 and am unable to start an 2.5 idle window. This is the command I have been using: C:\Python24\pythonw.exe C:\Python24\Lib\IDLELIB\idle.pyw -n -c execfile('C:\\Python24\\i') And this is the command that doesn't start anything: C:\Python25\pythonw.exe C:\Pyt