Changes

Jump to navigation Jump to search
519 bytes added ,  17:13, 6 February 2010
XOlympics bug report
Line 83: Line 83:  
::There is a sugar component on http://bugzilla.redhat.com which can be used for distribution specific issues. Upstream issues should be reported to dev.laptop.org. Yeah, it can be hard/impossible for the user to know if it's distribution or upstream. I suggest to always give priority to upstream when unsure. --[[User:Walter|Walter]] 12:57, 22 September 2008 (UTC)
 
::There is a sugar component on http://bugzilla.redhat.com which can be used for distribution specific issues. Upstream issues should be reported to dev.laptop.org. Yeah, it can be hard/impossible for the user to know if it's distribution or upstream. I suggest to always give priority to upstream when unsure. --[[User:Walter|Walter]] 12:57, 22 September 2008 (UTC)
 
::This resolved in the F11 release. --[[User:Walter|Walter]] 13:54, 20 March 2009 (UTC)
 
::This resolved in the F11 release. --[[User:Walter|Walter]] 13:54, 20 March 2009 (UTC)
 +
 +
 +
===XOlympics activity fails if python-elements package installed on Fedora 12===
 +
 +
XOlympics uses a custom local "elements" module, but if python-elements is installed, XOlympics can't find box2d because it looks it finds the site-wide elements module first.  The Physics activity seems to require that python-elements is installed, so the only workaround I found was to add:
 +
 +
import sys
 +
sys.path.insert(0, ".")
 +
 +
to the top of "XOlympics.activity/tools.py"
 +
 +
--[[User:DeanBrettle|DeanBrettle]] 13:12, 6 February 2010

Navigation menu