Re: [Tutor] Getting Idle to work in Win7

2011-07-28 Thread Alan Gauld

Wayne Watson wrote:

I tried from the command line to run pythonw.exe, and that gave me the typical 
 >>> input choice. Python at least works at that level. IDLE comes up with idle.pyw.


Don't run pythonw to catch bugs, use python (no w).

Python script from the command line, as well as starting Idle from the command 
line so you can see what error message might be printed.


HTH,

Alan G.

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Getting Idle to work in Win7

2011-07-28 Thread Alexander
Hi Wayne. I'm interested in the issues your facing. Could you right click on
the IDLE shortcut in your start menu and tell me the details? Specifically
under:
*General*:* type of file, description, location, attributes*, (any *advanced
* attributes?);
*Shortcut*: tab, the *Target type*, *Target location *(if any),
*Target*, *Start
in* path, *Run *choice, any *Advanced *options?
*Compatability: *anything selected here?
*Security: *Are the permissions Full control?
*Details: **name, type, path, owner*
Looking forward to resolving the issue, Alexander.

On Thu, Jul 28, 2011 at 2:38 PM, Wayne Watson
wrote:

>  I decided to re-install.  It looks like I'm in the same boat as before.
> Edit with IDLE isn't even a choice.
>
> I tried from the command line to run pythonw.exe, and that gave me the
> typical >>> input choice. Python at least works at that level. IDLE comes up
> with idle.pyw.
>
>
> On 7/27/2011 3:49 PM, Prasad, Ramit wrote:
>
>  *From:* tutor-bounces+ramit.prasad=jpmchase@python.org [
> mailto:tutor-bounces+ramit.prasad=jpmchase@python.org]
> *On Behalf Of *Walter Prins
> *Sent:* Wednesday, July 27, 2011 4:39 PM
> *To:* tutor@python.org
> *Subject:* Re: [Tutor] Getting Idle to work in Win7
>
> ** **
>
> Hi
>
> On 27 July 2011 22:07, Wayne Watson  wrote:*
> ***
>
> It's been many months since I played with Python, and have forgotten how to
> bring up IDLE. If I simply click on a py file, I see what may be a dos
> window appear and quickly disappear. If I right-click on the file, and
> select IDLE, the same thing happens. If I go directly to All Programs, the
> same thing happens when I select IDLE.
>
>
> There must be something wrong with your Python installation.
> Right-click->"Edit with Idle" and starting IDLE from All Programs works fine
> for me. (Win 7 64-bit, with both Python 2.7 and 3.2 installed.)  I suggest
> you reinstall Python as a start.  It might also be worthwhile to try to run
> your Python script from the command line, as well as starting Idle from the
> command line so you can see what error message might be printed.
>
> Cheers
>
> Walter
>
> ** **
>
> Open cmd.exe and then navigate to the directory where Python is installed
> (C:\Python27) for me and then cd into the Lib\idlelib directory and run
> idle.bat. Hopefully there should be some errors that show in the window. If
> not you can try running it “..\..\pythonw.exe idle.pyw” and hopefully that
> will show the problem.
>
> ** **
>
> ** **
>
> Ramit
>
> ** **
>
> ** **
>
> Ramit Prasad | JPMorgan Chase Investment Bank | Currencies Technology
>
> 712 Main Street | Houston, TX 77002
>
> work phone: 713 - 216 - 5423
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> This communication is for informational purposes only. It is not intended
> as an offer or solicitation for the purchase or sale of any financial
> instrument or as an official confirmation of any transaction. All market
> prices, data and other information are not warranted as to completeness or
> accuracy and are subject to change without notice. Any comments or
> statements made herein do not necessarily reflect those of JPMorgan Chase &
> Co., its subsidiaries and affiliates. This transmission may contain
> information that is privileged, confidential, legally privileged, and/or
> exempt from disclosure under applicable law. If you are not the intended
> recipient, you are hereby notified that any disclosure, copying,
> distribution, or use of the information contained herein (including any
> reliance thereon) is STRICTLY PROHIBITED. Although this transmission and any
> attachments are believed to be free of any virus or other defect that might
> affect any computer system into which it is received and opened, it is the
> responsibility of the recipient to ensure that it is virus free and no
> responsibility is accepted by JPMorgan Chase & Co., its subsidiaries and
> affiliates, as applicable, for any loss or damage arising in any way from
> its use. If you received this transmission in error, please immediately
> contact the sender and destroy the material in its entirety, whether in
> electronic or hard copy format. Thank you. Please refer to
> http://www.jpmorgan.com/pages/disclosures for disclosures relating to
> European legal entities.
>
>
> ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription 
> options:http://mail.python.org/mailman/listinfo/tutor
>
>
> --
>Wayne Watson (Watson Adventures, Prop., Nevada City, CA)
>
>  (121.015 Deg. W, 

Re: [Tutor] Getting Idle to work in Win7

2011-07-28 Thread Wayne Watson

  
  
I decided to re-install.  It looks like I'm in the same boat as
before.  Edit with IDLE isn't even a choice.

I tried from the command line to run pythonw.exe, and that gave me
the typical >>> input choice. Python at least works at that
level. IDLE comes up with idle.pyw.

On 7/27/2011 3:49 PM, Prasad, Ramit wrote:

  
  
  
  

  From:
  tutor-bounces+ramit.prasad=jpmchase@python.org
  [mailto:tutor-bounces+ramit.prasad=jpmchase@python.org]
  On Behalf Of Walter Prins
  Sent: Wednesday, July 27, 2011 4:39 PM
  To: tutor@python.org
  Subject: Re: [Tutor] Getting Idle to work in Win7

 
Hi

  On 27 July 2011 22:07, Wayne Watson <sierra_mtnv...@sbcglobal.net>

wrote:
  It's been many months since I played with
Python, and have forgotten how to bring up IDLE. If I simply
click on a py file, I see what may be a dos window appear
and quickly disappear. If I right-click on the file, and
select IDLE, the same thing happens. If I go directly to All
Programs, the same thing happens when I select IDLE.


  
There must be something wrong with your Python
installation.  Right-click->"Edit with Idle" and starting
IDLE from All Programs works fine for me. (Win 7 64-bit,
with both Python 2.7 and 3.2 installed.)  I suggest you
reinstall Python as a start.  It might also be worthwhile to
try to run your Python script from the command line, as well
as starting Idle from the command line so you can see what
error message might be printed.

Cheers

Walter

 
Open

cmd.exe and then navigate to the directory where Python is
installed (C:\Python27) for me and then cd into the
Lib\idlelib directory and run idle.bat. Hopefully there
should be some errors that show in the window. If not you
can try running it “..\..\pythonw.exe idle.pyw” and
hopefully that will show the problem.
 
 
Ramit
 
 
Ramit

Prasad | JPMorgan Chase Investment Bank | Currencies
Technology
712

Main Street | Houston, TX 77002
work

phone: 713 - 216 - 5423
 
 
 
 
 
  
   This
  communication is for informational purposes only. It is not
  intended as an offer or solicitation for the purchase or sale
  of any financial instrument or as an official confirmation of
  any transaction. All market prices, data and other information
  are not warranted as to completeness or accuracy and are
  subject to change without notice. Any comments or statements
  made herein do not necessarily reflect those of JPMorgan Chase
  & Co., its subsidiaries and affiliates. This transmission
  may contain information that is privileged, confidential,
  legally privileged, and/or exempt from disclosure under
  applicable law. If you are not the intended recipient, you are
  hereby notified that any disclosure, copying, distribution, or
  use of the information contained herein (including any
  reliance thereon) is STRICTLY PROHIBITED. Although this
  transmission and any attachments are believed to be free of
  any virus or other defect that might affect any computer
  system into which it is received and opened, it is the
  responsibility of the recipient to ensure that it is virus
  free and no responsibility is accepted by JPMorgan Chase &
  Co., its subsidiaries and affiliates, as applicable, for any
  loss or damage arising in any way from its use. If you
  received this transmission in error, please immediately
  contact the sender and destroy the material in its entirety,
  whether in electronic or hard copy format. Thank you. Please
  refer to http://www.jpmorgan.com/pages/disclosures
  for disclosures relating to European legal entities. 
  
  
  
  ___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor



-- 
   Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

 (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
  Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet

  "The physicist uses o

Re: [Tutor] Getting Idle to work in Win7

2011-07-27 Thread Prasad, Ramit
From: tutor-bounces+ramit.prasad=jpmchase@python.org 
[mailto:tutor-bounces+ramit.prasad=jpmchase@python.org] On Behalf Of Walter 
Prins
Sent: Wednesday, July 27, 2011 4:39 PM
To: tutor@python.org
Subject: Re: [Tutor] Getting Idle to work in Win7

Hi
On 27 July 2011 22:07, Wayne Watson 
mailto:sierra_mtnv...@sbcglobal.net>> wrote:
It's been many months since I played with Python, and have forgotten how to 
bring up IDLE. If I simply click on a py file, I see what may be a dos window 
appear and quickly disappear. If I right-click on the file, and select IDLE, 
the same thing happens. If I go directly to All Programs, the same thing 
happens when I select IDLE.

There must be something wrong with your Python installation.  
Right-click->"Edit with Idle" and starting IDLE from All Programs works fine 
for me. (Win 7 64-bit, with both Python 2.7 and 3.2 installed.)  I suggest you 
reinstall Python as a start.  It might also be worthwhile to try to run your 
Python script from the command line, as well as starting Idle from the command 
line so you can see what error message might be printed.

Cheers

Walter

Open cmd.exe and then navigate to the directory where Python is installed 
(C:\Python27) for me and then cd into the Lib\idlelib directory and run 
idle.bat. Hopefully there should be some errors that show in the window. If not 
you can try running it "..\..\pythonw.exe idle.pyw" and hopefully that will 
show the problem.


Ramit


Ramit Prasad | JPMorgan Chase Investment Bank | Currencies Technology
712 Main Street | Houston, TX 77002
work phone: 713 - 216 - 5423







This communication is for informational purposes only. It is not
intended as an offer or solicitation for the purchase or sale of
any financial instrument or as an official confirmation of any
transaction. All market prices, data and other information are not
warranted as to completeness or accuracy and are subject to change
without notice. Any comments or statements made herein do not
necessarily reflect those of JPMorgan Chase & Co., its subsidiaries
and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.

Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to European legal entities.___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Getting Idle to work in Win7

2011-07-27 Thread Walter Prins
Hi

On 27 July 2011 22:07, Wayne Watson  wrote:

> It's been many months since I played with Python, and have forgotten how to
> bring up IDLE. If I simply click on a py file, I see what may be a dos
> window appear and quickly disappear. If I right-click on the file, and
> select IDLE, the same thing happens. If I go directly to All Programs, the
> same thing happens when I select IDLE.
>

There must be something wrong with your Python installation.
Right-click->"Edit with Idle" and starting IDLE from All Programs works fine
for me. (Win 7 64-bit, with both Python 2.7 and 3.2 installed.)  I suggest
you reinstall Python as a start.  It might also be worthwhile to try to run
your Python script from the command line, as well as starting Idle from the
command line so you can see what error message might be printed.

Cheers

Walter
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


[Tutor] Getting Idle to work in Win7

2011-07-27 Thread Wayne Watson
It's been many months since I played with Python, and have forgotten how 
to bring up IDLE. If I simply click on a py file, I see what may be a 
dos window appear and quickly disappear. If I right-click on the file, 
and select IDLE, the same thing happens. If I go directly to All 
Programs, the same thing happens when I select IDLE.


--
   Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

 (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
  Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet

  "The physicist uses ordinary words
  in a peculiar manner." -- Richard Feynma in
The Character of Physical Law


Web Page:


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor