27 May
2007
27 May
'07
6:51 p.m.
--On 27. Mai 2007 20:45:18 +0200 Einar Næss Jensen <einar.nass.jensen@gmail.com> wrote:
this snippet behaves differently on windows and linux: http://zope.pastey.net/42188-1gbl
I would be thankful of any clues to why. in linux it copies a gif picture off the filesystem and into the zodb. In windows. the object gets created but no gif is present.also no errors in the log
This code is pretty much worthless without knowing the code for the ProfilPicture implementation. Likely your image can't be read under Windows (for whatever reason). You should use pdb and debug the related code on Windows. -aj