[RELEASE] cdART Manager Script

  Thread Rating:
  • 6 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
morfeus Offline
Member
Posts: 74
Joined: Aug 2009
Reputation: 1
Post: #51
I have the same problem as Nate. Just installed/enabled the cdART Manager script, on my Debian testing, with r32416 on top.

My log also shows:

Quote:15:12:00 T:2822761328 M:1544048640 INFO: -->Python script returned the following error<--
15:12:00 T:2822761328 M:1544048640 ERROR: Error Type: exceptions.ImportError
15:12:00 T:2822761328 M:1544048640 ERROR: Error Contents: No module named pysqlite2
15:12:00 T:2822761328 M:1544048640 ERROR: Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/script.cdartmanager/default.py", line 31, in ?
import gui
File "/home/xbmc/.xbmc/addons/script.cdartmanager/resources/lib/gui.py", line 25, in ?
from pysqlite2 import dbapi2 as sqlite3
ImportError: No module named pysqlite2
15:12:00 T:2822761328 M:1544048640 INFO: -->End of Python script error report<--

My r32416 comes with pysqlite module, but not pysqlite2?

XBMC 11.0 Eden (Ubuntu 12.04) - My i3 Build + guide/tips
Sony 46" HX723 - NAD T 744 AV. B&W DM602 S3....and the coolest air guitar in town!
find quote
MacLeod_1980 Offline
Senior Member
Posts: 174
Joined: Feb 2006
Reputation: 0
Location: Pittsburgh area (Scotland previously)
Post: #52
giftie Wrote:Hooper818 - What version of XBMC are you using?

MacLeod_1980 - What version of XBMC are you using?

I have 1:10.08~svn32246-karmic1 installed.

HD HTPC (Approximate Price: $600) Pictures:http://www.flickr.com/photos/macleod_198...270053020/
CPU: Intel Core 2 Duo E8400
MB: ASUS P5E-VM HDMI
Memory: 320GB HD, G.SKILL 2GB (2x1GB) DDR2 800
Case: Antec Aluminum Veris Fusion Black 430
GPU: ASUS 430GT 1GB
find quote
giftie Online
Skilled Python Coder
Posts: 2,035
Joined: Mar 2010
Reputation: 35
Post: #53
Check inside the addons/script.module.pysqlite and see if there is any files.. If you are compiling your own from SVN you need to do the following during :

svn up(or git pull --whichever one you use)
./bootstrap
./configure
make
make -C lib/addons/script.module.pil
make -C lib/addons/script.module.pysqlite
make install

It has worked for others, it hasn't been put into the README.linux file for XBMC yet. Only the Windows version builds properly.

If you don't build your own from SVN or not going to compile one for a while:

Linux files - should be able to install via 'Install from Zip File'
64bit: http://www.mediafire.com/?14dbqsr3nnpyn70
32bit: http://www.mediafire.com/?gaz7zwntror21gr
(This post was last modified: 2010-08-09 03:23 by giftie.)
find quote
redje Offline
Member
Posts: 93
Joined: Jan 2009
Reputation: 0
Post: #54
i tried your new version today trying to export my cdarts. The export is a lot cleaner now thnx...great job. Only problem i have now is that resizing didn't work for me....
find quote
giftie Online
Skilled Python Coder
Posts: 2,035
Joined: Mar 2010
Reputation: 35
Post: #55
did you select the option in the settings menu?
find quote
redje Offline
Member
Posts: 93
Joined: Jan 2009
Reputation: 0
Post: #56
giftie Wrote:did you select the option in the settings menu?

yep...did try it 2 times and refreshed the local database inbetween the attempts
find quote
giftie Online
Skilled Python Coder
Posts: 2,035
Joined: Mar 2010
Reputation: 35
Post: #57
Could you post a copy of your xbmc.log(use a paste.bin since they tend to be large)

I just double checked both my windows test rig and my linux - both properly resized images... hmm... It only does it on a unique copy(single from local cdart and multiple from Unique cdART copy...)
find quote
redje Offline
Member
Posts: 93
Joined: Jan 2009
Reputation: 0
Post: #58
ok, here's my pastebin:

http://pastebin.com/4UbDVWr6
find quote
Jaco2k Offline
Senior Member
Posts: 111
Joined: Mar 2009
Reputation: 0
Post: #59
giftie Wrote:you need to do the following during :

svn up(or git pull --whichever one you use)
./bootstrap
./configure
make
make -C lib/addons/script.module.pil
make -C lib/addons/script.module.pysqlite
make install

Is there a trac for this already? This is most likely a ./config error and should be handled as such - not included in the README for the users to do it manually...
find quote
spiff Online
Grumpy Bastard Developer
Posts: 12,177
Joined: Nov 2003
Reputation: 82
Post: #60
lies, it is included as of yesterday.

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
Post Reply