vclisse / xbmc-skype-addon

Automatically exported from code.google.com/p/xbmc-skype-addon
GNU General Public License v2.0
0 stars 0 forks source link

Problems adding the Plugin to XBMC #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. adding the Modul to xbmc addon folder

What is the expected output? What do you see instead?
22:45:02 T:4616   ERROR: Error Type: <type 'exceptions.ImportError'>
22:45:02 T:4616   ERROR: Error Contents: No module named Skype4Py
22:45:02 T:4616   ERROR: Traceback (most recent call last):
                                              File "C:\Program Files (x86)\XBMC\addons\plugin.program.Skype4Py\default.py", line 25, in <module>
                                                import gui
                                              File "C:\Program Files (x86)\XBMC\addons\plugin.program.Skype4Py\resources\lib\gui.py", line 5, in <module>
                                                import Skype4Py
                                            ImportError: No module named Skype4Py

What version of the product are you using? On what operating system?
0.01

Please provide any additional information below.
Named the Modul "plugin.program.Skype4Py"

Original issue reported on code.google.com by mp.pf...@gmail.com on 2 Apr 2012 at 8:48

GoogleCodeExporter commented 9 years ago
22:45:02 T:4616   ERROR: C:\Program Files 
(x86)\XBMC\addons\plugin.program.Skype4Py\default.py:13: DeprecationWarning: 
os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to 
find the script's root directory and DO NOT make relative path accesses based 
on the results of 'os.getcwd.' 
                                              BASE_RESOURCE_PATH = xbmc.translatePath( os.path.join( os.getcwd(), 'resources', 'lib' ) )

Original comment by mp.pf...@gmail.com on 2 Apr 2012 at 8:50