You are not logged in.
Pages: 1
I'm virtually finished on a project using slitaz for kids. I've encountered a problem with the GCompris administration module.
The main program loads and plays fine, as do all the sounds, music etc.
When loading the administration module from root or user tux account it loads and just displays "Couldn't find the board menu or plugin execution error"
If I load it from terminal as either tux or root with gcompris -a all the output seems to load fine but then just displays the same message on the gcompris administration page.
I have tried from USB live (slitaz 4.0), Installing to HDD and also on a different laptop. I also, tried refreshing / updating all the system packages as well to no avail. Everything else appears to be working perfectly, just the GCompris admin module. It seems a constant issue not affected by live, hdd install, hardware etc.
Has anyone got the admin section loaded properly? if so, any suggestions please?
Thank You.
Offline
http://gcompris.net/wiki/Manual_test
Administration module
The administration module rely on python and pysqlite.
TEST:
There is a menu entry to run the GCompris administration module.
Run the administration module and check the activity menu displays the activities in the tree view.
[c]tazpkg search pysqlite[/c]
Reveals pysqlite is called python-sqlite in slitaz.
[c]tazpkg -gi python-sqlite[/c]
Python-sqlite is not in the depends tree for gcompris so that may be the solution.
http://pkgs.slitaz.org/search.sh?depends=gcompris&version=s
If you still have problems:
[c]gcompris -a[/c]
Post any error messages.
Offline
Thanks for the quick response.
I've installed pysqlite but the same thing is still happening.
It loads the admin window fine, it just doesn't show anything other than the error message in the window. Before getting the error gcompris does goes through the standard things of showing itself loading all the activities etc.
No errors are shown in the console.
If I run gcompris -D or gcompris -a -D then I do see quite a few errors.
Mainly, Failed to open module /usr/lib/gcompris/libpython.so with name python
no such file or directory
along with a lot of gcompris: No plugin library found for board type 'python-findit' & other various python library errors such as 'python-findit'
Thanks
Offline
Just to show what the admin module is displaying along with the result of gcompris -a -D
[attachment=27712,1299]
Offline
Failed to open module /usr/lib/gcompris/libpython.so with name python
This command searchs for file libpython.so in the entire repo:
[c]tazpkg search-pkgname libpython.so[/c]
Search result for package libpython.so
================================================================================
0 file found for: libpython.so
Arch linux package for gcompris has /usr/lib/gcompris/libpython.so
gcompris hasn't been built on build server for 4.0,but cooking has same issue.
Checked cook build server, libpython.so is not in gcompris{source,install,taz}.
Gcompris build log from cooking could be related:
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for headers required to compile python extensions... not found
configure: Python plugin is disabled.
Python has /usr/lib/libpython2.7.so.1.0
Try making a symlink:
[c]ln -s /usr/lib/libpython2.7.so.1.0 /usr/lib/gcompris/libpython.so[/c]
Offline
Thanks for the suggestion Mojo.
The symlink has changed the error but the end result is still the same for now.
[attachment=27714,1300]
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]