Closed GoogleCodeExporter closed 8 years ago
Yes, this may be missing libraries or incompatible libraries with python 2.7.
Do you see any error messages in log file that you could post here?
Original comment by maloep
on 1 Oct 2011 at 6:11
I am (possibly) experiencing this problem as well.
Error message sais:
16:53:40 T:139870433437440 DEBUG: Python thread: start processing
16:53:40 T:139870433437440 NOTICE: -->Python Interpreter Initialized<--
16:53:40 T:139870433437440 DEBUG: Process - The source file to load is
/home/xbmc/.xbmc/addons/script.games.rom.collection.browser/default.py
16:53:40 T:139870433437440 DEBUG: Process - Setting the Python path to
/home/xbmc/.xbmc/addons/script.games.rom.collection.browser:/home/xbmc/.xbmc/add
ons/script.module.simplejson/li$
16:53:40 T:139870433437440 DEBUG: Process - Entering source directory
/home/xbmc/.xbmc/addons/script.games.rom.collection.browser
16:53:40 T:139870433437440 DEBUG: Instantiating addon using automatically
obtained id of "script.games.rom.collection.browser" dependent on version 2.0
of the xbmc.python api
16:53:40 T:139870433437440 INFO: -->Python script returned the following
error<--
16:53:40 T:139870433437440 ERROR: Error Type: <type 'exceptions.IOError'>
16:53:40 T:139870433437440 ERROR: Error Contents: (10, 'No child processes')
16:53:40 T:139870433437440 ERROR: Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/script.games.rom.collection.browser/default.py", line 46, in <module>
env2 = platform.machine()
File "/usr/lib/python2.7/platform.py", line 1342, in machine
return uname()[4]
File "/usr/lib/python2.7/platform.py", line 1272, in uname
processor = _syscmd_uname('-p','')
File "/usr/lib/python2.7/platform.py", line 1029, in _syscmd_uname
rc = f.close()
IOError: (10, 'No child processes')
16:53:40 T:139870433437440 INFO: -->End of Python script error report<--
16:53:40 T:139870433437440 INFO: Python script stopped
Original comment by moralezs...@gmail.com
on 2 Nov 2011 at 3:57
What version are you using? I hope that I fixed this issue with version 0.8.10.
You can install version 0.9.3 from zip file or wait some days until it hits the
repo.
Original comment by maloep
on 3 Nov 2011 at 4:52
I used version 0.8.9 from the repos. I'll test the new version over the weekend.
Original comment by moralezs...@gmail.com
on 3 Nov 2011 at 11:07
Original comment by maloep
on 19 Dec 2011 at 4:21
Original comment by maloep
on 21 Nov 2013 at 7:04
Original issue reported on code.google.com by
cadeon...@gmail.com
on 1 Oct 2011 at 1:00