Blue Screen Python

Alister alister.ware at ntlworld.com
Fri Sep 21 12:02:44 EDT 2012


On Fri, 21 Sep 2012 16:01:16 +0000, Alister wrote:

> On Fri, 21 Sep 2012 15:14:53 +0000, Grant Edwards wrote:
> 
>> On 2012-09-21, mikcec82 <michele.cecere at gmail.com> wrote:
>>> Hallo to all,
>>>
>>> I'm using Python 2.7.3 with Windows 7 @ 64 bit and an Intel Core i3
>>> -2350M CPU @2.30GHz 2.3GHz.
>>>
>>> Sometimes, when I'm programming in Python on my screen compare this
>> Python is a user-space application.  User-space applications can't
>> cause blue-screens unless they manage to trigger a bug in hardware, OS
>> kernel,
>> or device driver.
> 
> But Windows does not have any true concept of user-space (although it
> does make an almost convincing pretence) it has been hacked up from an
> operating system that's original security model was "Lock the door when
> you leave the office"

on a slightly more helpful front try adding break points to your code to 
see what part is actually causing the crash 



-- 
Whenever I feel like exercise, I lie down until the feeling passes.



More information about the Python-list mailing list