I have a plugin that uses pysqlite2. I have platform libraries for win32, xbox, Linux, and OSX for older xbmc distributions, and Dharma started including script.module.pysqlite in the base install, at least for the common platforms.
On iOS, I see the script.module.pysqlite folder, but it only contains the addon.xml, and I cannot find the .pyd anywhere. Is this available? If not, are there any alternatives that would allow using sqlite from python on iOS?
Sqlite in python plugins/scripts
galvanash
Senior Member Posts: 102 Joined: Jan 2010 Reputation: 0 Location: Mostly my couch |
2011-01-26 20:56
Post: #1
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,564 Joined: Oct 2003 Reputation: 138 |
2011-01-26 23:24
Post: #2
It will need building for iOS. I'm not sure how easy that will be - I'll let the iOS devs know.
Cheers, Jonathan 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 |
anarchintosh
Fan Joined: Jul 2010 Reputation: 4 |
2011-02-13 21:53
Post: #3
hey, i also have an addon that uses this and had a lot of ATV users complain about not being able to use this.
thanks for the heads-up jonathon |
| find quote |
FenceMan
Member Posts: 59 Joined: Jan 2010 Reputation: 0 |
2011-02-13 22:30
Post: #4
Were not really complaining, appreciate the effort, just hoping we can get the best add on working on atv2.
Anything that can be done is appreciated, ATV/Xbmc is awesome but it's now missing the hands down best add-on. |
| find quote |
FenceMan
Member Posts: 59 Joined: Jan 2010 Reputation: 0 |
2011-02-14 21:59
Post: #5
sraue Wrote:Hi, From other thread, maybe this can solve others issues also? |
| find quote |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2011-02-14 22:17
Post: #6
if it's for reading the xbmc database content, why not use the json or http api instead?
Passion-XBMC Repository Download your SVN skins and addons TvTunes Addon Download Play your theme while browsing library TVshow Next Aired display next aired infos from tvrage.com Logo Downloader Script download Logo/clearart/show thumbs/poster/banner Bande-Annonce Allociné plugin watch trailers in french and vo SportLive Script Live score match info in XBMC (not compatible dharma) |
| find quote |
galvanash
Senior Member Posts: 102 Joined: Jan 2010 Reputation: 0 Location: Mostly my couch |
2011-02-24 05:27
Post: #7
ppic Wrote:if it's for reading the xbmc database content, why not use the json or http api instead? I dont know about the others, but in the case of my plugin it is not reading the xbmc database - it is a custom database which supplies the plugin with its data. |
| find quote |
galvanash
Senior Member Posts: 102 Joined: Jan 2010 Reputation: 0 Location: Mostly my couch |
2011-02-24 08:35
Post: #8
FenceMan Wrote:From other thread, maybe this can solve others issues also? Spot on. This worked perfectly. Thanks! |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help