I am trying to get Skype4COM to work with Win32 Python.. and I found skype4com.py on this forum which seems to be a good start to create a Pythonic interface to Skype4COM. Has anyone out there got that plain old skype4com.py to work? When I start it, here is what I get:
CODE

F:\archive\src\skype>python skype4com.py
skype is already running.
---- self: <win32com.client.COMEventClass instance at 0x12410592>
---- name: <PyIDispatch at 0xab4f64 with obj at 0xd54ea0>
Event: ConnectionStatus:3
---- self: <win32com.client.COMEventClass instance at 0x12410592>
---- name: <PyIDispatch at 0xab4f64 with obj at 0xd54ea0>
---- self: <win32com.client.COMEventClass instance at 0x12410592>
---- name: <PyIDispatch at 0xab4f64 with obj at 0xd54ea0>
Event: UserStatus:3
---- self: <win32com.client.COMEventClass instance at 0x12410592>
---- name: <PyIDispatch at 0xab4f64 with obj at 0xd54ea0>
---- self: <win32com.client.COMEventClass instance at 0x12410592>
---- name: <PyIDispatch at 0xab4f64 with obj at 0xd54ea0>
attached to skype
---- self: <win32com.client.COMEventClass instance at 0x12410592>
---- name: <PyIDispatch at 0xb73e5c with obj at 0xd54ea0>
Hello !
Hit space to end...


Right at the end its supposed to say "Hello cowmix!".. but its not grabbing my name.. Also, if I try to call methods from that wrapper.. some of those don't work right either.

Is anyone using that script?

thanks!