additional python library
#1
I need to have some third party additional library to complete my xbmc scripts which was paramiko ssh library

I knew that xbmc python version is 2.4.5 http://www.xbmc.org/wiki/?title=Python_D...#Libraries

but how can we run 'python setup.py build' to install in the xbmc environment..

thanks
Reply
#2
you don't need to 'install' it, just import it.
see other scripts & plugins.
Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
Reply
#3
rwparris2 Wrote:you don't need to 'install' it, just import it.
see other scripts & plugins.

thanks rwparris2,
the problem is we cannot just import this library (paramiko) in xbmc. I can successfully import (without executing 'python setup.py build') another library like 'iniparse' or 'elementtree', but this paramiko library is quite different.

any suggestion?
Reply
#4
there is no problem importing paramiko itself.
It looks like paramiko is dependent on another library that has to be compiled per platform.
Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
Reply

Logout Mark Read Team Forum Stats Members Help
additional python library0