wxPython heavy crash

Hi folks,

I am running wxPython 2.4.0.7 on Windows XP
Professional w/o SP. I just type this line:

from wxPython.wx import *

in a Python console and i am ejected
from the console without any messages !

I tried the samples from wxWindows and they
work fine the problem occurs when i run the
wxPython demo.

I run the Visual C++ debugger and it told
me that the problem is in wxc.pyd (Access
violation at 0x0000001!)

The problem actually occurs when i connect my
bluetooth phone to my computer. I use a Widcomm
bluetooth stack. If my phone is not connected,
the code above just works fine...!

Any ideas?

Seb