Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27259
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Crashes always on Windows 7 |
| Date | 2012-08-17 15:07 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <4c344999-81c3-4c46-a6a8-eb5dc2fcc988@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3425.1345230450.4697.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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