Ok, I think I've found why you were unable to reproduce this. If I
recall correctly, you're running on Python 2.2, which lacks the
Boolean type.

I made a two-line change to the marmalade.py script to add the bool
type and it works nicely. I still don't know why the bool is
appearing, so I may have to check into the Twisted list and see.

I added this below line 267:
        elif objType is types.BooleanType:
            node = self.document.createElement("None")

And now it happily works for scheduling in both Freevo's OSD and the
web..

Aubin


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to