Leslie Katz wrote:

> [EMAIL PROTECTED] ~]$ gdesklets shell
> [EMAIL PROTECTED] ~]$ python: Objects/stringobject.c:110: 
> PyString_FromString: Assertion `str != ((void *)0)' failed.
> 
> I have no idea whatever I'm being told by the above output or how to 
> overcome the problem disclosed.

The file Objects/stringobject.c has a bug in that it seems that
the C language layer is tring to pass a NULL C string to the
Python layer.

This is something that the person who wrote the code needs to
fix.

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo
+-----------------------------------------------------------+
"I ran it on my DeathStation 9000 and demons flew out of my nose." --Kaz
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to