Here is debug log:
Code:
http://pastebin.com/phnbCbSpRegards
scalpel
Senior Member Joined: Jun 2010 Reputation: 0 |
2010-11-18 17:42
Post: #21
For me, this release not working. ruuk i will do translation.
Here is debug log: Code: http://pastebin.com/phnbCbSpRegards |
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 128 Location: Bremerton, WA USA |
2010-11-18 20:46
Post: #22
Download with this link:
http://forumbrowserxbmc.googlecode.com/f...-0.7.6.zip Fixes this issue (Was missing an import statement in my addon.xml): scalpel Wrote:For me, this release not working. ruuk i will do translation. |
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 128 Location: Bremerton, WA USA |
2010-11-18 20:51
Post: #23
byxil Wrote:nice work It's not a known issue and doesn't happen to me. Could you send your xbmc.log to xbmc@2ndmind.com?
|
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 128 Location: Bremerton, WA USA |
2010-11-18 20:52
Post: #24
scalpel Wrote:ruuk i will do translation. That's awesome. Let me know if you have any questions. |
| find quote |
scalpel
Senior Member Joined: Jun 2010 Reputation: 0 |
2010-11-20 18:26
Post: #25
Hi ruuk. I have still same problem with running this plugin on ubuntu 10.10. "No module named simplejson". I think some package is not installed or its bug. I just want to start working on translation.
Regards |
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 128 Location: Bremerton, WA USA |
2010-11-20 20:48
Post: #26
scalpel Wrote:Hi ruuk. I have still same problem with running this plugin on ubuntu 10.10. "No module named simplejson". I think some package is not installed or its bug. I just want to start working on translation.I think because you are installing from .zip it is not importing the module. Install my facebook image plugin from the repository. That will cause the module to import. You can remove it afterward. |
| find quote |
scalpel
Senior Member Joined: Jun 2010 Reputation: 0 |
2010-11-20 22:41
Post: #27
You're right. Its working now.
But tell my what it was caused by? Permissions? Regards |
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 128 Location: Bremerton, WA USA |
2010-11-20 23:22
Post: #28
scalpel Wrote:You're right. Its working now. The error is caused by a required module not being installed and available to the addon. I forgot to add a line to the addon.xml file that would make the module be installed and available. I fixed this, but I don't think that when you install from zip that it downloads required modules from the repository. You have to install from the repository to get them to install, which is why installing the facebook plugin from the repository fixed it. Does that answer your question? |
| find quote |
scalpel
Senior Member Joined: Jun 2010 Reputation: 0 |
2010-11-24 15:24
Post: #29
Hi ruuk, i made a translation. I send you PM monday but something goes wrong.
http://www.speedyshare.com/files/25319190/Polish.zip |
| find quote |
ruuk
Skilled Python Coder Joined: Aug 2005 Reputation: 128 Location: Bremerton, WA USA |
2010-11-24 16:04
Post: #30
scalpel Wrote:Hi ruuk, i made a translation. I send you PM monday but something goes wrong.Thanks, That's great! I added it and it will be in the next version. |
| find quote |