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. > The upshot is that the rest of scripts blowup because the unpickle fails. > > Do you want me to have a hack at the export.py script or is someone else > (Zeth?) better placed to sort it out. I'm certainly going to pass on this for now - fixing the blog was enough Django reinterpretation for me. Paul _______________________________________________ Europython-improve mailing list [email protected] http://mail.python.org/mailman/listinfo/europython-improve
