Hi,
I tried to import “Skype4Py” and I got an error I can’t solve. Do you have any idea?
Plex Plugin Log:
2011-04-16 19:40:48,119 (-5f603ac0) : DEBUG (core) - Finished starting framework core<br />
2011-04-16 19:40:48,121 (-5f603ac0) : DEBUG (core) - Loading plug-in code<br />
2011-04-16 19:40:48,258 (-5f603ac0) : CRITICAL (core) - Exception starting plug-in (most recent call last):<br />
File "/Users/pieter-bas/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/core.py", line 337, in start<br />
self.host.execute(self.init_code)<br />
File "/Users/pieter-bas/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code.py", line 572, in execute<br />
exec(code) in self.environment<br />
File "/Users/pieter-bas/Library/Application Support/Plex Media Server/Plug-ins/Tagesschau.bundle/Contents/Code/__init__.py", line 2, in <module><br />
import Skype4Py<br />
File "/Users/pieter-bas/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code.py", line 608, in __import__<br />
raise e<br />
TypeError: __init__() takes at least 2 non-keyword arguments (1 given)
importing Skype4Py in python2.5 cli is no problem...
Any help would be appreciated.