Advertisement
Guest User

Untitled

a guest
Dec 8th, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. 21:46:12 T:4960 NOTICE: -->Python Interpreter Initialized<--
  2. 21:46:12 T:4960 ERROR: C:\Users\�����\AppData\Roaming\XBMC\addons\plugin.video.IPTV\default.py:33: 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.'
  3. thumb = os.path.join( os.getcwd(), "icon.png" )
  4. 21:46:12 T:4960 ERROR: C:\Users\�����\AppData\Roaming\XBMC\addons\plugin.video.IPTV\default.py:34: 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.'
  5. fanart = os.path.join( os.getcwd(), "fanart.jpg" )
  6. 21:46:12 T:4960 ERROR: C:\Users\�����\AppData\Roaming\XBMC\addons\plugin.video.IPTV\default.py:35: 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.'
  7. LstDir = os.path.join( os.getcwd(), "playlists" )
  8. 21:46:12 T:4960 ERROR: C:\Users\�����\AppData\Roaming\XBMC\addons\plugin.video.IPTV\default.py:36: 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.'
  9. ImgPath = os.path.join( os.getcwd(), "logo" )
  10. 21:46:12 T:4960 WARNING: 'xbmc.output()' is depreciated and will be removed in future releases, please use 'xbmc.log()' instead
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement