python.exe has stopped working

hi all,

i encounter with an error that shows as follows:

python.exe has stopped working

A problem caused the program to stop working correctly. Windows will close this program and notify you if a solution is available.

my Env is:

vista sp1(windows 2003 sp2 also the same)

eclipse3.4.1 + pydev1.4.0 + python2.6 + wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,

#coding = utf-8
import wx

class App(wx.App):
def OnInit(self):
self.frame = wx.Frame(parent = None, title=‘test’)
self.frame.Show()
return True

def main():
app = App()
app.MainLoop()

if name == ‘main’:
main()

who can tell me how to solve this problem? any help will be appreciated.

Best Regards,

Lauvey

···

Get news, entertainment and everything you care about at Live.com. Check it out!

Hello Lauvey,

I can’t answer you but I’ve just checked your code by copy/paste within IDLE and it works fine here. You get a nice little frame with Test as title and a grey background. You can move, size, close, … No problem.

I’m on WinXP SP3, Python 2.5.2, wxPython 2.8.8.1 unicode.

Are your environment variables properly defined within Eclipse/PyDev ? e.g. working directory, …

Regards, Rene

···

On Fri, Jan 9, 2009 at 5:55 AM, cenovo itvip@live.com wrote:

hi all,
i encounter with an error that shows as follows:
python.exe has stopped working
A problem caused the program to stop working correctly. Windows will close this program and notify you if a solution is available.

my Env is:
vista sp1(windows 2003 sp2 also the same)
eclipse3.4.1 + pydev1.4.0 + python2.6 + wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,
#coding = utf-8
import wx

class App(wx.App):
def OnInit(self):
self.frame = wx.Frame(parent = None, title=‘test’)
self.frame.Show()
return True

def main():
app = App()
app.MainLoop()

if name == ‘main’:
main()

who can tell me how to solve this problem? any help will be appreciated.

Best Regards,
Lauvey


Get news, entertainment and everything you care about at Live.com. Check it out!


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

thanks, Rene,

yes, my simple script works well in my virtual machine too. the system of VM is windowXP sp2. but error in vista and windows2003, when my frame is shown, then the error shown immediately. so i doubt whether it has something with the system? are there anybody using vista or 2003? will it be the reason of system secure policy?

need more help, thanks in advance.

Best Regards,

Lauvey

···

Date: Fri, 9 Jan 2009 06:19:15 +0100
From: rene.heymans@gmail.com
To: wxpython-users@lists.wxwidgets.org
Subject: Re: [wxpython-users] python.exe has stopped working

Hello Lauvey,

I can’t answer you but I’ve just checked your code by copy/paste within IDLE and it works fine here. You get a nice little frame with Test as title and a grey background. You can move, size, close, … No problem.

I’m on WinXP SP3, Python 2.5.2, wxPython 2.8.8.1 unicode.

Are your environment variables properly defined within Eclipse/PyDev ? e.g. working directory, …

Regards, Rene

On Fri, Jan 9, 2009 at 5:55 AM, cenovo itvip@live.com wrote:

hi all,
i encounter with an error that shows as follows:
python.exe has stopped working
A problem caused the program to stop working correctly. Windows will close this program and notify you if a solution is available.

my Env is:
vista sp1(windows 2003 sp2 also the same)
eclipse3.4.1 + pydev1.4.0 + python2.6 + wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,
#coding = utf-8
import wx

class App(wx.App):
def OnInit(self):
self.frame = wx.Frame(parent = None, title=‘test’)
self.frame.Show()
return True

def main():
app = App()
app.MainLoop()

if name == ‘main’:
main()

who can tell me how to solve this problem? any help will be appreci
ated.

Best Regards,
Lauvey


Get news, entertainment and everything you care about at Live.com. Check it out!


wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users


Invite your mail contacts to join your friends list with Windows Live Spaces. It’s easy! Try it!

If I were you I would consider also downgrading to Windows XP.

···

2009/1/9 Rene Heymans rene.heymans@gmail.com

Hello Lauvey,

I can’t answer you but I’ve just checked your code by copy/paste within IDLE and it works fine here. You get a nice little frame with Test as title and a grey background. You can move, size, close, … No problem.

I’m on WinXP SP3, Python 2.5.2, wxPython 2.8.8.1 unicode.

Are your environment variables properly defined within Eclipse/PyDev ? e.g. working directory, …

Regards, Rene

On Fri, Jan 9, 2009 at 5:55 AM, cenovo itvip@live.com wrote:

hi all,
i encounter with an error that shows as follows:
python.exe has stopped working
A problem caused the program to stop working correctly. Windows will close this program and notify you if a solution is available.

my Env is:
vista sp1(windows 2003 sp2 also the same)
eclipse3.4.1 + pydev1.4.0 + python2.6 + wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,
#coding = utf-8
import wx

class App(wx.App):
def OnInit(self):
self.frame = wx.Frame(parent = None, title=‘test’)
self.frame.Show()
return True

def main():
app = App()
app.MainLoop()

if name == ‘main’:
main()

who can tell me how to solve this problem? any help will be appreciated.

Best Regards,
Lauvey


Get news, entertainment and everything you care about at Live.com. Check it out!


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

hi raffaello, thanks for your response, but downgrading to windows XP is not a real solution, right?
i searched by Google, and found the same question by another guy, the link is http://www.nabble.com/Memory-Error:-py2.6,-wxpy2.8.9.1,-win2k3-td20099972.html

···

Date: Fri, 9 Jan 2009 09:37:24 +0100
From: barbarossa.platz@gmail.com
To: wxpython-users@lists.wxwidgets.org
Subject: Re: [wxpython-users] python.exe has stopped working

If I were you I would consider also downgrading to Windows XP.

2009/1/9 Rene Heymans rene.heymans@gmail.com

Hello Lauvey,

I can’t answer you but I’ve just checked your code by copy/paste within IDLE and it works fine here. You get a nice little frame with Test as title and a grey background. You can move, size, close, … No problem.

I’m on WinXP SP3, Python 2.5.2, wxPython 2.8.8.1 unicode.

Are your environment variables properly defined within Eclipse/PyDev ? e.g. working directory, …

Regards, Rene

On Fri, Jan 9, 2009 at 5:55 AM, cenovo itvip@live.com wrote:

hi all,
i encounter with an error that shows as follows:
python.exe has stopped working
A problem caused the program to stop working correctly. Windows will close this program and notify you if a solution is available.

my Env is:
vista sp1(windows 2003 sp2 also the same)
eclipse3.4.1 + pydev1.4.0 + python2.6 + wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,
#coding = utf-8
import wx

class App(wx.App):
def OnInit(self):
self.frame = wx.Frame(parent = None, title=‘test’)
self.frame.Show()
return True

def main():
app = App()
app.MainLoop()

if name == ‘main’:
main()

who can tell me how to solve this problem? any help will be appreciated.

Best Regards,
Lauvey


Get news, entertainment and everything you care about at Live.com. Check it out!


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users


Add maps and directions to your party Show them the way!

I have replicated this on my Vista SP1 machine.

What’s the bug tracking process for wxPython?

-R

···

2009/1/9 cenovo itvip@live.com

hi raffaello, thanks for your response, but downgrading to windows XP is not a real solution, right?
i searched by Google, and found the same question by another guy, the link is http://www.nabble.com/Memory-Error:-py2.6,-wxpy2.8.9.1,-win2k3-td20099972.html


Date: Fri, 9 Jan 2009 09:37:24 +0100
From: barbarossa.platz@gmail.com
To: wxpython-users@lists.wxwidgets.org

Subject: Re: [wxpython-users] python.exe has stopped working

If I were you I would consider also downgrading to Windows XP.

2009/1/9 Rene Heymans rene.heymans@gmail.com

Hello Lauvey,

I can’t answer you but I’ve just checked your code by copy/paste within IDLE and it works fine here. You get a nice little frame with Test as title and a grey background. You can move, size, close, … No problem.

I’m on WinXP SP3, Python 2.5.2, wxPython 2.8.8.1 unicode.

Are your environment variables properly defined within Eclipse/PyDev ? e.g. working directory, …

Regards, Rene

On Fri, Jan 9, 2009 at 5:55 AM, cenovo itvip@live.com wrote:

hi all,
i encounter with an error that shows as follows:
python.exe has stopped working
A problem caused the program to stop working correctly. Windows will close this program and notify you if a solution is available.

my Env is:
vista sp1(windows 2003 sp2 also the same)
eclipse3.4.1 + pydev1.4.0 + python2.6 + wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,
#coding = utf-8
import wx

class App(wx.App):
def OnInit(self):
self.frame = wx.Frame(parent = None, title=‘test’)
self.frame.Show()
return True

def main():
app = App()
app.MainLoop()

if name == ‘main’:
main()

who can tell me how to solve this problem? any help will be appreciated.

Best Regards,
Lauvey


Get news, entertainment and everything you care about at Live.com. Check it out!


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users


Add maps and directions to your party Show them the way!


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Hi,

I have replicated this on my Vista SP1 machine.
What's the bug tracking process for wxPython?

You should visit the wxWidgets/wxPython Trac here:

http://trac.wxwidgets.org/

And you may read on how to submit bugs/patches here:

http://trac.wxwidgets.org/wiki/HowToSubmitTicket

Basically it's just a registration process (if you're not already
registered), the description of the problem, OS platform and wxPython
version, and a sample app that demonstrate the problem. The more
detail you give, the easier is for maintainers to understand and solve
the bug you submit.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

···

On Fri, Jan 9, 2009 at 9:52 AM, Craig Emery wrote:

i reported this issue and the ticket number is #10353.

Best Regards,
Lauvey

Date: Fri, 9 Jan 2009 09:58:22 +0000
From: andrea.gavana@gmail.com
To: wxpython-users@lists.wxwidgets.org
Subject: Re: [wxpython-users] python.exe has stopped working

Hi,

I have replicated this on my Vista SP1 machine.
What’s the bug tracking process for wxPython?

You should visit the wxWidgets/wxPython Trac here:

http://trac.wxwidgets.org/

And you may read on how to submit bugs/patches here:

wxTrac has been migrated to GitHub Issues - wxWidgets

Basically it’s just a registration process (if you’re not already
registered), the description of the problem, OS platform and wxPython
version, and a sample app that demonstrate the problem. The more
de
tail you give, the easier is for maintainers to understand and solve

···

On Fri, Jan 9, 2009 at 9:52 AM, Craig Emery wrote:
the bug you submit.

Andrea.

“Imagination Is The Only Weapon In The War Against Reality.”
http://xoomer.alice.it/infinity77/


wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users


Get news, entertainment and everything you care about at Live.com. Check it out!

cenovo wrote:

hi all,
i encounter with an error that shows as follows:
python.exe has stopped working
A problem caused the program to stop working correctly. Windows will
close this program and notify you if a solution is available.

my Env is:
vista sp1(windows 2003 sp2 also the same)
eclipse3.4.1 + pydev1.4.0 + python2.6 +
wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,
#coding = utf-8
import wx

class App(wx.App):
def OnInit(self):
self.frame = wx.Frame(parent = None, title='test')
self.frame.Show()
return True

def main():
app = App()
app.MainLoop()

if __name__ == '__main__':
main()

who can tell me how to solve this problem? any help will be appreciated.

Best Regards,
Lauvey

Have you tried with Python 2.5? I haven't had any problems using 2.5 on
Windows Vista, but I've seen lots of goofy stuff about Python 2.6 and
Vista on the comp.lang.python list.

···

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org
Python Extension Building Network: http://www.pythonlibrary.org

Hi,

cenovo wrote:

hi all,
i encounter with an error that shows as follows:
python.exe has stopped working
A problem caused the program to stop working correctly. Windows will
close this program and notify you if a solution is available.

my Env is:
vista sp1(windows 2003 sp2 also the same)
eclipse3.4.1 + pydev1.4.0 + python2.6 +
wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,
#coding = utf-8
import wx

class App(wx.App):
def OnInit(self):
self.frame = wx.Frame(parent = None, title='test')
self.frame.Show()
return True

def main():
app = App()
app.MainLoop()

if __name__ == '__main__':
main()

who can tell me how to solve this problem? any help will be appreciated.

This works perfectly fine for me, on Vista Ultimate SP1 (32bit) and:
# Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit
(Intel)]
# wxPython 2.8.9.1, Boa Constructor 0.6.1
# Type "copyright", "credits" or "license" for more information.

Maybe an issue Eclipse or pydev or py2.6?

Werner

Agreed Work on Vista:

Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on

win32

Type “help”, “copyright”, “credits” or “license” for more information.

import wx

class App(wx.App):

… def OnInit(self):

… self.frame = wx.Frame(parent = None, title=‘test’)

… self.frame.Show()

… return True

App().MainLoop()

print wx.version

2.8.9.1

-R

···

2009/1/9 Werner F. Bruhin werner.bruhin@free.fr

Hi,

cenovo wrote:

hi all,

i encounter with an error that shows as follows:

python.exe has stopped working

A problem caused the program to stop working correctly. Windows will

close this program and notify you if a solution is available.

my Env is:

vista sp1(windows 2003 sp2 also the same)

eclipse3.4.1 + pydev1.4.0 + python2.6 +

wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,

#coding = utf-8

import wx

class App(wx.App):

def OnInit(self):

self.frame = wx.Frame(parent = None, title=‘test’)

self.frame.Show()

return True

def main():

app = App()

app.MainLoop()

if name == ‘main’:

main()

who can tell me how to solve this problem? any help will be appreciated.

This works perfectly fine for me, on Vista Ultimate SP1 (32bit) and:

Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit

(Intel)]

wxPython 2.8.9.1, Boa Constructor 0.6.1

Type “copyright”, “credits” or “license” for more information.

Maybe an issue Eclipse or pydev or py2.6?

Werner


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

···

From: Ranec wxpython@cemery.org.uk
To: wxpython-users@lists.wxwidgets.org
Sent: Friday, January 9, 2009 11:17:24 AM
Subject: Re: [wxpython-users] python.exe has stopped working

Agreed Work on Vista:
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on

win32

Type “help”, “copyright”, “credits” or “license” for more information.

import wx

class App(wx.App):

… def OnInit(self):

… self.frame = wx.Frame(parent = None, title=‘test’)

… self.frame.Show()

… return True

App().MainLoop()

print wx.version

2.8.9.1

-R

2009/1/9 Werner F. Bruhin werner.bruhin@free.fr

Hi,

cenovo wrote:

hi all,

i encounter with an error that shows as follows:

python.exe has stopped working

A problem caused the program to stop working correctly. Windows will

close this program and notify you if a solution is available.

my Env is:

vista sp1(windows 2003 sp2 also the same)

eclipse3.4.1 + pydev1.4.0 + python2.6 +

wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,

#coding = utf-8

import wx

class App(wx.App):

def OnInit(self):

self.frame = wx.Frame(parent = None, title=‘test’)

self.frame.Show()

return True

def main():

app = App()

app.MainLoop()

if name == ‘main’:

main()

who can tell me how to solve this problem? any help will be appreciated.

This works perfectly fine for me, on Vista Ultimate SP1 (32bit) and:

Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit

(Intel)]

wxPython 2.8.9.1, Boa Constructor 0.6.1

Type “copyright”, “credits” or “license” for more information.

Maybe an issue Eclipse or pydev or py2.6?

If it is an issue with that, it’s a Vista/Win2k3 specific issue. The code ran fine on Mac OS X 10.5.6, eclipse/pydev/python.

yes, it works well after downgrading to python2.5.4 and wxPython2.8-win32-unicode-2.8.9.1-py25 on my vista system.
but why can’t python2.6.1 and wxPython2.8-win32-unicode-2.8.9.1-py26?
eclipse and pydev are not the key, because this time i only write and run scripts in command line.

Lauvey
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on

win32

Type “help”, “copyright”, “credits” or “license” for more information.

import wx

class App(wx.App):

… def OnInit(self):

… self.frame = wx.Frame(parent = None, title=‘test’)

… self.frame.Show()

… return True

App().MainLoop()

print wx.version

2.8.9.1

-R

···

2009/1/9 Werner F. Bruhin werner.bruhin@free.fr

Hi,

cenovo wrote:

hi all,

i encounter with an error that shows as follows:

python.exe has stopped working

A problem caused the program to stop working correctly. Windows will

close this program and notify you if a solution is available.

my Env is:

vista sp1(windows 2003 sp2 also the same)

eclipse3.4.1 + pydev1.4.0 + python2.6 +

wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,

#coding = utf-8

import wx

class App(wx.App):

def OnInit(self):

self.frame = wx.Frame(parent = None, title=‘test’)

self.frame.Show()

return True

def main():

app = App()

app.MainLoop()

if name == ‘main’:

main()

who can tell me how to solve this problem? any help will be appreciated.

This works perfectly fine for me, on Vista Ultimate SP1 (32bit) and:

Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit

(Intel)]

wxPython 2.8.9.1, Boa Constructor 0.6.1

Type “copyright”, “credits” or “license” for more information.

Maybe an issue Eclipse or pydev or py2.6?

If it is an issue with that, it’s a Vista/Win2k3 specific issue. The code ran fine on Mac OS X 10.5.6, eclipse/pydev/python.


From: Ranec wxpython@cemery.org.uk
To: wxpython-users@lists.wxwidgets.org
Sent: Friday, January 9, 2009 11:17:24 AM
Subject: Re: [wxpython-users] python.exe has stopped working
Agreed Work on Vista:


Invite your mail contacts to join your friends list with Windows Live Spaces. It’s easy! Try it!

Hello,

IIRC this is caused by some library conflicts from python2.6 using MSVC 9 and the assemblies that are installed by wxPython which are from an earlier version, also think I remember seeing that Robin has fixed this in the svn already.

Cody

···

On Fri, Jan 9, 2009 at 2:32 PM, Lauvey wong itvip@live.com wrote:

yes, it works well after downgrading to python2.5.4 and wxPython2.8-win32-unicode-2.8.9.1-py25 on my vista system.
but why can’t python2.6.1 and wxPython2.8-win32-unicode-2.8.9.1-py26?
eclipse and pydev are not the key, because this time i only write and run scripts in command line.

Lauvey

Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on

win32

Type “help”, “copyright”, “credits” or “license” for more information.

import wx

class App(wx.App):

… def OnInit(self):

… self.frame = wx.Frame(parent = None, title=‘test’)

… self.frame.Show()

… return True

App().MainLoop()

print wx.version

2.8.9.1

-R

2009/1/9 Werner F. Bruhin werner.bruhin@free.fr

Hi,

cenovo wrote:

hi all,

i encounter with an error that shows as follows:

python.exe has stopped working

A problem caused the program to stop working correctly. Windows will

close this program and notify you if a solution is available.

my Env is:

vista sp1(windows 2003 sp2 also the same)

eclipse3.4.1 + pydev1.4.0 + python2.6 +

wxPython2.8-win32-unicode-2.8.9.1-py26

and my script is also simple,

#coding = utf-8

import wx

class App(wx.App):

def OnInit(self):

self.frame = wx.Frame(parent = None, title=‘test’)

self.frame.Show()

return True

def main():

app = App()

app.MainLoop()

if name == ‘main’:

main()

who can tell me how to solve this problem? any help will be appreciated.

This works perfectly fine for me, on Vista Ultimate SP1 (32bit) and:

Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit

(Intel)]

wxPython 2.8.9.1, Boa Constructor 0.6.1

Type “copyright”, “credits” or “license” for more information.

Maybe an issue Eclipse or pydev or py2.6?

If it is an issue with that, it’s a Vista/Win2k3 specific issue. The code ran fine on Mac OS X 10.5.6, eclipse/pydev/python.


From: Ranec wxpython@cemery.org.uk
To: wxpython-users@lists.wxwidgets.org
Sent: Friday, January 9, 2009 11:17:24 AM
Subject: Re: [wxpython-users] python.exe has stopped working
Agreed Work on Vista:


Invite your mail contacts to join your friends list with Windows Live Spaces. It’s easy! Try it!


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Well, I’m not so sure about this, but from what I read.

It seems to me, this is a typical Python 2.6 problem on win platforms. Python 2.6
(and 3.0) is now built with VS9 and requires all this SxS (Side by Side) dll

assembly stuff and correct manifest files.

If one uses a wrong and/or incorrect manifest file, a manifest file not very well
placed in the dir structure (…\Python26 or C:\WINDOWS\WinSxS), a third party
dll which includes its own manifest (unfortunally incompatible) file, the Python

executable is a little bit lost and can just refuse to start or to work properly.

I had to face this when I (too quickly and naively) attempted to build
applications with py2exe after the 2.6 release.

I do not claim, what I wrote is absolutely correct, however I should not be too

far from the reality.

See also the py2exe, numpy and of course Python mailing lists.

Jean-Michel Fauth, Switzerland

···

2009/1/9 cenovo itvip@live.com

hi all,

i encounter with an error that shows as follows:

python.exe has stopped working

A problem caused the program to stop working correctly. Windows will close this program and notify you if a solution is available.

my Env is:

vista sp1(windows 2003 sp2 also the same)

eclipse3.4.1 + pydev1.4.0 + python2.6 + wxPython2.8-win32-unicode-2.8.9.1-py26