Re: python crashes in Komodo

2006-03-13 Thread jimlewis
> any non-standard (i.e. non-bundled) C extensions ? No. -- http://mail.python.org/mailman/listinfo/python-list

Re: python crashes in Komodo

2006-03-13 Thread Fredrik Lundh
"swisscheese" wrote: > Using the Komodo IDE under XP I often get "python.exe has encountered a > problem and needs to close". Running python direct on the same app > gives a list index out of bounds error. Any ideas how to get Komodo to > give the proper error? is your application using any non-s

Re: python crashes in Komodo

2006-03-12 Thread swisscheese
Komodo ver 3.5.2, build 227162, platform win32-ix86. XP SP 2 Python 2.4.2 I did not think to enter the bug as it is so basic - list index out of bounds. When I run python at a dos prompt python handles the error properly. In Komodo, a simple case like this is no problem. x = [1,2,3] print x[4] I

Re: python crashes in Komodo

2006-03-12 Thread Trent Mick
[swisscheese wrote] > Using the Komodo IDE under XP I often get "python.exe has encountered a > problem and needs to close". Running python direct on the same app > gives a list index out of bounds error. Any ideas how to get Komodo to > give the proper error? Jim, Have you logged a bug in our bug

python crashes in Komodo

2006-03-12 Thread swisscheese
Using the Komodo IDE under XP I often get "python.exe has encountered a problem and needs to close". Running python direct on the same app gives a list index out of bounds error. Any ideas how to get Komodo to give the proper error? -- http://mail.python.org/mailman/listinfo/python-list