PyDev Predefined Completions for XBMC modules
#46
I'm new to XBMC and Python, but I got it to work by commenting out the mkdirs part and creating the directory structure by hand (e.g. docs/PyDocs and docs/PyPredefs) then setting it to use 'docs'.
Reply
#47
Deleted
Reply
#48
(2012-12-30, 22:39)schlameel Wrote:
(2012-12-03, 14:27)Nuka1195 Wrote: http://xbmc-addons.googlecode.com/svn/ad...ipt.pydocs

combines jfcarolls pydev and my pydocs scripts. it should work.

Nuka, first thanks. Second, on line 92 of addon.py, you've got a typo. There is an 's' on 'mkdir' (mkdirs).

Code:
xbmcvfs.mkdirs(_path)

should be
Code:
xbmcvfs.mkdir(_path)

No that is correct
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#49
Hmm. The first couple times I ran it it complained about 'mkdirs' not being part of the object or something. I changed it to 'mkdir' and it ran. I changed it back after your comment and it runs with 'mkdirs'. I'll change my comment. Thank you.
Reply
#50
Hi

I am new in developing add-on for xbmc.
I have downloaded your scripts from svn and make a zip file manually, then i installed in xbmc by choosing "install from zip file".

but after installing when i want to run it, it has returned an error:

PHP Code:
Error
script failed
addon.py 

do you have any idea? Sad
Reply
#51
This is probably something dumb, like missing a file, but I've poked around and everything seems to be there. The last version worked well for me, but I followed your instructions to update (Delete Addon/UserData Folder, copy new files over, check Force Recheck in Settings)And I'm now getting an error in psuedotv.py when attempting to boot up (tried both with AutoTune on/Off):

"ERROR: EXCEPTION: Could not get AddonPtr!"

http://pastebin.com/embed_js.php?i=KNhfuPQj
Reply
#52
(2014-06-29, 05:23)GriffeyJuni0r Wrote: This is probably something dumb, like missing a file, but I've poked around and everything seems to be there. The last version worked well for me, but I followed your instructions to update (Delete Addon/UserData Folder, copy new files over, check Force Recheck in Settings)And I'm now getting an error in psuedotv.py when attempting to boot up (tried both with AutoTune on/Off):

"ERROR: EXCEPTION: Could not get AddonPtr!"

http://pastebin.com/embed_js.php?i=KNhfuPQj

If you are still having troubles, you may want to look into this: http://forum.xbmc.org/showthread.php?tid=173780
It's what I use...
Reply
#53
I cant download it anymore. Is it still available somewhere?
Reply

Logout Mark Read Team Forum Stats Members Help
PyDev Predefined Completions for XBMC modules3