PDA

View Full Version : Post Working Python Scripts Here


brandonj
2008-06-17, 06:39
I am starting this thread to hopefully list as many python scripts as possible that are verified working on Linux. I am sure you know that the list is pretty short right now, and hopefully this can inspire people to start updating their scripts!

Please do not ask questions or post requests in this thread - this is just a list, not a Q&A. Just post the name of the script that works, and the SVN revision of XBMC-Linux that it works on.

-Brandon

brandonj
2008-06-17, 22:03
The XBMC Installer works, but I had to symlink:

ln -s /usr/share/xbmc/scripts /usr/share/xbmc/Scripts

And it seems to work just fine.

althekiller
2008-06-17, 22:49
Symlink isn't really the best solution in this case (especially if the script needs to write to that particular directory or one of it's subs). Though a good short term work around, the author should be notified so the source code can be properly fixed for future releases.

blittan
2008-06-18, 00:40
its just a case thing. I will go over the installer and rewrite that :)