PDA

View Full Version : [ubuntu] GCompris broken in Jaunty - workaround: install python-numeric



taygan
April 26th, 2009, 08:14 AM
The GCompris in the Jaunty repositories doesn't work. It's an old version with an unsatisfied dependency. Installing python-numeric will fix it.
sudo apt-get install python-numeric The newer versions of GCompris don't need python-numeric, so hopefully they'll get the repostiories updated.

https://bugs.launchpad.net/ubuntu/+source/gcompris/+bug/328917

When I started GCompris in the terminal without python-numeric I got this:

exec_prefix NULL
XF86VidMode: Compiled with XF86VidMode.
If you have problems starting GCompris in fullscreen, try the -x option to disable XF86VidMode.

** (process:10561): WARNING **: Binary relocation disabled
package_data_dir = /usr/share/gcompris/boards
package_locale_dir = /usr/share/locale
package_plugin_dir = /usr/lib/gcompris
package_python_plugin_dir= /usr/share/gcompris/python
Infos:
Config dir '/home/taygan/.config/gcompris'
Users dir '/home/taygan/My GCompris'
Database '/home/taygan/.config/gcompris/gcompris_sqlite.db'
Exception ImportError: 'No module named Numeric' in 'garbage collection' ignored
Fatal Python error: unexpected exception during garbage collection
Aborted

gforster
May 28th, 2009, 11:13 PM
Thank you!

gaiterin
June 10th, 2009, 06:31 PM
Thanks very much taygan!!!! :D

BatPenguin
July 13th, 2009, 08:14 PM
The GCompris in the Jaunty repositories doesn't work. It's an old version with an unsatisfied dependency. Installing python-numeric will fix it.
sudo apt-get install python-numeric The newer versions of GCompris don't need python-numeric, so hopefully they'll get the repostiories updated.

https://bugs.launchpad.net/ubuntu/+source/gcompris/+bug/328917

When I started GCompris in the terminal without python-numeric I got this:

exec_prefix NULL
XF86VidMode: Compiled with XF86VidMode.
If you have problems starting GCompris in fullscreen, try the -x option to disable XF86VidMode.

** (process:10561): WARNING **: Binary relocation disabled
package_data_dir = /usr/share/gcompris/boards
package_locale_dir = /usr/share/locale
package_plugin_dir = /usr/lib/gcompris
package_python_plugin_dir= /usr/share/gcompris/python
Infos:
Config dir '/home/taygan/.config/gcompris'
Users dir '/home/taygan/My GCompris'
Database '/home/taygan/.config/gcompris/gcompris_sqlite.db'
Exception ImportError: 'No module named Numeric' in 'garbage collection' ignored
Fatal Python error: unexpected exception during garbage collection
Aborted

Thanks! Exact same error and your fix did it. Strange how Gcompris made it to the repositories without this set as a dependancy...I thought all packages are actually tested before release. Anyway, thanks a lot!