Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app)

2011-11-14 Thread John Gordon
In j9q8cs$3al$1...@dont-email.me W. eWatson wolftra...@invalid.com writes: I just pushed aside the python25 folder by renaming it, and installed py 2.5.2. However, when I try to open the simplest of py programs with IDLE, I get an error from Win7. c:\Users\blah\...\junk.py is not a valid

Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app)

2011-11-14 Thread W. eWatson
On 11/14/2011 7:24 AM, John Gordon wrote: Inj9q8cs$3al$1...@dont-email.me W. eWatsonwolftra...@invalid.com writes: I just pushed aside the python25 folder by renaming it, and installed py 2.5.2. However, when I try to open the simplest of py programs with IDLE, I get an error from Win7.

Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app)

2011-11-14 Thread John Gordon
In j9rct4$frh$1...@dont-email.me W. eWatson wolftra...@invalid.com writes: What application is associated with .py files? Application? Simple ones, including the one i put here that you removed to answer my question. Eh? I can't see anywhere that you mentioned your Windows settings as to

Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app)

2011-11-14 Thread W. eWatson
On 11/14/2011 8:15 AM, John Gordon wrote: Inj9rct4$frh$1...@dont-email.me W. eWatsonwolftra...@invalid.com writes: What application is associated with .py files? Application? Simple ones, including the one i put here that you removed to answer my question. Eh? I can't see anywhere that

Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app)

2011-11-14 Thread John Gordon
In j9rja5$qcp$1...@dont-email.me W. eWatson wolftra...@invalid.com writes: I would think the install would make the association of py to Python, either IDLE or the interpreter. I would hope so too, however you did mention that you moved the python executable to a different directory and

Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app)

2011-11-14 Thread W. eWatson
On 11/14/2011 10:00 AM, John Gordon wrote: Inj9rja5$qcp$1...@dont-email.me W. eWatsonwolftra...@invalid.com writes: I would think the install would make the association of py to Python, either IDLE or the interpreter. I would hope so too, however you did mention that you moved the python

Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app)

2011-11-13 Thread W. eWatson
I just pushed aside the python25 folder by renaming it, and installed py 2.5.2. However, when I try to open the simplest of py programs with IDLE, I get an error from Win7. c:\Users\blah\...\junk.py is not a valid Win 32 app. Here's one: def abc(one): print abc: , one, is one def