-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 30/04/2010 21:05, Paul Boddie wrote: > On Friday 30 April 2010 17:31:47 Richard Taylor wrote: >> >> I was just taking a quick look at the talk build system. I thought I >> would do some dry runs to iron out any issues before we needed it. >> >> I failed at the first hurdle. It looks like something has changed at the >> django end of things. The export.py script in >> /var/local/webapps/eurotech/ is creating pickles that include instances >> of django classes. My reading of the code leads me to believe that it >> should be generating vanilla dicts. > > At least the "state" property of submitted talks, as seen in the confirmation > e-mail, appears as some kind of Django object representation instead of a > human-readable string. It could be the case that Django objects are escaping > similarly into pickles. >
I have fixed the talk build system now. You are correct about the _state and there are also some django unicode objects around too that I have cast into python unicode. Richard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFL21DI7Z7YaKfan9kRAg2MAJ4iKFekVFw2PBAZ/xjCBif818D2ygCfYAE0 10WTB6/aId6x7iYJt6urMlk= =qxam -----END PGP SIGNATURE----- _______________________________________________ Europython-improve mailing list [email protected] http://mail.python.org/mailman/listinfo/europython-improve
