Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'exception': 0.03; 'mentioned,': 0.07; 'width': 0.07; 'subject:Windows': 0.09; 'python': 0.09; 'friday,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'aug': 0.13; 'crashes': 0.16; 'idle.': 0.16; 'luck,': 0.16; 'presume': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'right-click': 0.16; 'win7': 0.16; 'wrote:': 0.17; 'shell': 0.18; 'windows': 0.19; 'trying': 0.21; '(all': 0.22; 'logical': 0.22; 'machine.': 0.22; 'please?': 0.22; "i've": 0.23; 'downloaded': 0.24; 'command': 0.24; 'tried': 0.25; 'select': 0.26; '(as': 0.27; 'skip:e 30': 0.27; 'header:X-Complaints-To:1': 0.28; 'run': 0.28; 'finds': 0.29; 'worked': 0.30; 'fri,': 0.30; 'normally': 0.30; 'system,': 0.32; 'file': 0.32; 'idle': 0.33; 'traceback': 0.33; 'url:home': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'program,': 0.34; 'text': 0.34; 'thanks': 0.34; 'along': 0.35; 'path': 0.35; 'open': 0.35; 'received:org': 0.36; 'charset:us-ascii': 0.36; 'skip:p 20': 0.36; 'uses': 0.37; 'why': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'step': 0.39; 'little': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'your': 0.60; 'containing': 0.61; 'email addr:gmail.com': 0.63; 'more': 0.63; 'reply': 0.66; 'august': 0.66; 'click': 0.76; 'console,': 0.84; 'open,': 0.84; 'subject:always': 0.84; 'dennis': 0.91; 'navigate': 0.91; 'received:108': 0.91; 'luck': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Crashes always on Windows 7 Date: Sat, 18 Aug 2012 13:27:35 -0400 Organization: > Bestiaria Support Staff < References: <4c344999-81c3-4c46-a6a8-eb5dc2fcc988@googlegroups.com> <6913f9be-88cc-431d-84cd-bd1c8c191152@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-108-68-179-133.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 48 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345310857 news.xs4all.nl 6860 [2001:888:2000:d::a6]:48395 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27315 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 / -- 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 to paste into the reply window. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/