Code:
BASE_RESOURCE_PATH = xbmc.translatePath( os.path.join( os.getcwd(), 'resources', 'lib' ) )Use :
Code:
BASE_RESOURCE_PATH = xbmc.translatePath( os.path.join( os.path.dirname(__file__), 'resources', 'lib' ) )
airtonix
Junior Member Posts: 3 Joined: Nov 2010 Reputation: 0 |
2010-12-23 13:23
Post: #21
instead of :
Code: BASE_RESOURCE_PATH = xbmc.translatePath( os.path.join( os.getcwd(), 'resources', 'lib' ) )Use : Code: BASE_RESOURCE_PATH = xbmc.translatePath( os.path.join( os.path.dirname(__file__), 'resources', 'lib' ) ) |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-12-23 13:24
Post: #22
or, even better, use xbmc.translatePath(os.path.join(addon.getAddonInfo('path'),'resources','lib'))
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
tthibodeau
Junior Member Posts: 2 Joined: Apr 2007 Reputation: 0 |
2011-02-23 06:51
Post: #23
I've been struggling to try to get this to work in Windows. It seems like I'm almost there, but I am a complete Python newbie.
It seems that all the instructions I see are for a Linux version of XBMC. For example, instructions about compiling XBMC to use an external python installation appears to use Linux-style compilation parameter of --enable-external-python. If this is the case, are there instructions on how to get the Skype addon working for Windows XBMC? I've got the default.py including what I think are the right paths and the xbmc.log seems to show everything is loading except the very last line which I'm hoping someone can help me with. This is what my default.py changes look like: Code: PYTHON_PATH = "C:\Python32"Here's my log of attempting to run the Skype addon in XBMC: Code: 20:14:04 T:5164 M:1997508608 NOTICE: -->Python Interpreter Initialized<--I'm running Windows 7 Ultimate x64 with 64 bit Python 3.2 installation. If I try using 32 bit Python installation a different error shows up in the log: Code: 21:49:01 T:4700 M:1852641280 NOTICE: -->Python Interpreter Initialized<-- |
| find quote |
de.backer.nick
Junior Member Posts: 1 Joined: Mar 2011 Reputation: 0 |
2011-03-26 20:38
Post: #24
tthibodeau Wrote:I've been struggling to try to get this to work in Windows. It seems like I'm almost there, but I am a complete Python newbie.Did you succeed in porting this to windows? |
| find quote |
hainamluke
Junior Member Posts: 3 Joined: May 2010 Reputation: 0 |
2011-04-14 04:13
Post: #25
Hi there,
Is anyone working on this now? Love to see it work on Windows |
| find quote |
savage007
Junior Member Posts: 3 Joined: Jun 2009 Reputation: 0 |
You even removed the code on https://code.google.com/p/xbmc-skype-addon/ ?
I'd like to download it but i couldn't find it. Someone else got it available for download? |
| find quote |
mrfatboy
Senior Member Posts: 178 Joined: Jun 2011 Reputation: 0 |
2011-06-19 17:33
Post: #27
Status? I would kill to have this on windows.
|
| find quote |
Trozza
Junior Member Posts: 8 Joined: May 2010 Reputation: 0 |
2011-07-20 10:26
Post: #28
mrfatboy Wrote:Status? I would kill to have this on windows. +1 been waiting ages for Skype integration and this appears to be the closest yet for windows. |
| find quote |
italoc
Junior Member Posts: 14 Joined: Jul 2011 Reputation: 0 |
2011-07-25 12:02
Post: #29
but this project work only on linux?
i'have tried to install this but don't work... (ubuntu 10.04) Skype4Py is currently mantained or don't is supported? i'm need to integrate skype video call with XBMC.. can you help me?? |
| find quote |
DjBeNI
Junior Member Posts: 13 Joined: Nov 2010 Reputation: 0 |
2011-09-07 12:22
Post: #30
Is there any way to use skype in XBMC??
|
| find quote |