Message4965

Author pjenvey
Recipients crankycoder, jars, leosoto, pjenvey, zyasoft
Date 2009-07-30.21:15:55
SpamBayes Score 8.600051e-05
Marked as misclassified No
Message-id <1248988555.56.0.998503832653.issue1262@psf.upfronthosting.co.za>
In-reply-to
Content
I've seen that mysterious "The system cannot find the file <garbage>" on 
windows but I'm not sure it's related (though I've never tried Django on 
here)

I'm a bit suspicious of Windows line endings being the problem since 
you're seeing "invalid constant type: 13". (char)13 is carriage return. 
Is the 'type: 13' always reproducable?

It's a long shot, but you could test that theory by dos2unixing the 
.class file and then trying to import it

No idea what might be corrupting the bytecode. Doubtful it's our 
compiler but you never know
History
Date User Action Args
2009-07-30 21:15:55pjenveysetmessageid: <1248988555.56.0.998503832653.issue1262@psf.upfronthosting.co.za>
2009-07-30 21:15:55pjenveysetrecipients: + pjenvey, leosoto, zyasoft, crankycoder, jars
2009-07-30 21:15:55pjenveylinkissue1262 messages
2009-07-30 21:15:55pjenveycreate