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


Groups > comp.lang.python > #27259

Re: Crashes always on Windows 7

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.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 <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'subject:Windows': 0.09; 'python': 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; '.py': 0.16; 'crashes': 0.16; 'exit()': 0.16; 'files).': 0.16; 'inc.)': 0.16; 'pythonwin': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'win7': 0.16; '>>>': 0.18; 'windows': 0.19; 'skip:p 30': 0.20; 'bit': 0.21; 'meant': 0.21; 'machine.': 0.22; 'please?': 0.22; 'downloaded': 0.24; 'command': 0.24; 'header:X-Complaints-To:1': 0.28; 'run': 0.28; '"python"': 0.29; '(my': 0.29; 'worked': 0.30; 'fri,': 0.30; '2008,': 0.33; 'idle': 0.33; 'url:home': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'program,': 0.34; 'thanks': 0.34; 'along': 0.35; 'open': 0.35; 'received:org': 0.36; 'charset:us-ascii': 0.36; 'does': 0.37; 'subject:: ': 0.38; 'sure': 0.38; 'shows': 0.38; 'to:addr:python.org': 0.39; 'little': 0.39; 'where': 0.40; 'skip:" 10': 0.40; 'header:Received:5': 0.40; 'help': 0.40; 'email addr:gmail.com': 0.63; 'more': 0.63; 'laptop': 0.66; '(included': 0.84; 'subject:always': 0.84; 'dennis': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Crashes always on Windows 7
Date Fri, 17 Aug 2012 15:07:33 -0400
Organization > Bestiaria Support Staff <
References <4c344999-81c3-4c46-a6a8-eb5dc2fcc988@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-76-249-29-189.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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3425.1345230450.4697.python-list@python.org> (permalink)
Lines 41
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1345230450 news.xs4all.nl 6981 [2001:888:2000:d::a6]:34974
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:27259

Show key headers only | View raw


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

> 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

	I sure hope you meant "ActiveState"... 

	"ActiveSync" is M$ system for synchronizing PDAs with desktop
systems (Outlook address/task/appointments, mostly, along with specific
files).

	Does PythonWin run (included with ActiveState Windows installers)?

	What messages do you get when you enter "python" in a command
prompt? What do you get for ftype and assoc commands? 


E:\UserData\Wulfraed\My Documents>assoc .py
.py=py_auto_file

E:\UserData\Wulfraed\My Documents>ftype py_auto_file
py_auto_file="E:\Python25\python.exe" "%1" %*

E:\UserData\Wulfraed\My Documents>python
ActivePython 2.5.2.2 (ActiveState Software Inc.) based on
Python 2.5.2 (r252:60911, Mar 27 2008, 17:57:18) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

E:\UserData\Wulfraed\My Documents>


(My Win7 laptop with Python 2.7.x shows "python.file" where the WinXP
box is using "py_auto_file")
-- 
	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