When using Skype4Py and running my code, I come across this traceback:
Exception in thread Skype4Py API thread:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 530, in __bootstrap_inner
self.run()
File "build\bdist.win-amd64\egg\Skype4Py\api\windows.py", line 92, in run
if not self.create_window():
File "build\bdist.win-amd64\egg\Skype4Py\api\windows.py", line 242, in create_
window
wclass = windll.user32.RegisterClassA(byref(self.window_class))
WindowsError: exception: access violation reading 0xFFFFFFFFFFFFFFFF
It could be any code, with a different function and still the traceback appears.
The traceback still appears when Command Prompt is in administration as well as on an IDE like Eclipse.