Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #27315

Re: Crashes always on Windows 7

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Crashes always on Windows 7
Date 2012-08-18 13:27 -0400
Organization > Bestiaria Support Staff <
References <4c344999-81c3-4c46-a6a8-eb5dc2fcc988@googlegroups.com> <6913f9be-88cc-431d-84cd-bd1c8c191152@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.3461.1345310857.4697.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, 17 Aug 2012 23:18:40 -0700 (PDT), zmagic11@gmail.com declaimed
the following in gmane.comp.python.general:

> On Friday, August 17, 2012 9:38:16 PM UTC+8, zmag...@gmail.com wrote:
> > Hi,
> > 
> > 
> > 
> > Downloaded ActiveSync ActivePython on my Windows 7 machine. Worked for a little while and now it crashes every time I try to boot the IDLE or open a program, it crashes. Help please? Thanks
> 
> Open using File>Open on the Shell

	Well, a step toward more information... I presume by "shell" you
mean IDLE.

	What is the full path to the file you are trying to open (as someone
else mentioned, Win7 "Libraries" seem to cause problems).

	Why no open a Windows console (Win7 "search" for "cmd.exe", and hope
it finds it -- I've not had much luck with that search/run system, and
run it).

	When you get one open, navigate to the directory containing idle.py,
and run IDLE from the console, a la:

E:\>cd Python25\lib\idlelib

E:\Python25\Lib\idlelib>python idle.py

E:\Python25\Lib\idlelib>

	Then try opening your file (take note of the full path used in the
open requester).

	With luck, if IDLE crashes, you will have a Python exception
traceback in the console window. Cut&Paste that traceback (all of it, up
to the command that started IDLE)* it into a response here, along with
the full path of the file you tried to open.

*	Windows consoles normally don't honor <ctrl-c>/<ctrl-v> -- right
click in the console, select "mark", click-select the text (you'll have
to select the full width of the console, it uses rectangular select
area, not logical line select), then right-click again to "copy". You
can use <ctrl-v> to paste into the reply window.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Crashes always on Windows 7 zmagic11@gmail.com - 2012-08-17 06:38 -0700
  Re: Crashes always on Windows 7 Dave Angel <d@davea.name> - 2012-08-17 10:54 -0400
  Re: Crashes always on Windows 7 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-17 15:07 -0400
  Re: Crashes always on Windows 7 zmagic11@gmail.com - 2012-08-17 20:09 -0700
    Re: Crashes always on Windows 7 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-18 01:25 -0400
    Re: Crashes always on Windows 7 Terry Reedy <tjreedy@udel.edu> - 2012-08-18 02:26 -0400
  Re: Crashes always on Windows 7 zmagic11@gmail.com - 2012-08-17 23:18 -0700
    Re: Crashes always on Windows 7 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-18 13:27 -0400
    Re: Crashes always on Windows 7 Terry Reedy <tjreedy@udel.edu> - 2012-08-18 13:32 -0400

csiph-web