Hi, I recently and (supposidly) successfully installed
adesklets on a Fedora Core 3 system. However, I cannot seem
to get any of my desklets (i.e. the calendar) to startup. All
of the errors seem to go a little like this:
python: Modules/gcmodule.c:231: visit_decref:
Assertion `gc->gc.gc_refs != 0'
failed.
Aborted
That error in particular is what calendar spits out, but that
error is pretty much the same with all of the desklets I have
installed.
I've installed it on /usr/local and python is on /usr I
believe.
echo 'import sys; print sys.path' | python
['', '/usr/lib/python23.zip', '/usr/lib/python2.3',
'/usr/lib/python2.3/plat-lin ux2',
'/usr/lib/python2.3/lib-tk',
'/usr/lib/python2.3/lib-dynload', '/usr/lib/p
ython2.3/site-packages',
'/usr/lib/python2.3/site-packages/gtk-2.0']
sed -n '/PYTHON_SITE_PKG/p' Makefile
PYTHON_SITE_PKG = /usr/lib/python2.3/site-packages
um... so what have I done wrong? and how can I get a working
adesklet install and not resort to *gasp* gdesklets. Your
patience and help will be much appreciated. (just letting
dummies like me post here is much appreciated :D )