Hi! Will Zope 1.11pre1 compatible with Pyhton 1.5.2? -- I'm busily ignoring some thousand of implications I have determined to be irrelevant.
".Oliver_Thuns." wrote:
Hi!
Will Zope 1.11pre1 compatible with Pyhton 1.5.2?
It should be. Has anyone had trouble with Python-1.5.2 and the public Zope CVS code? Jim -- Jim Fulton mailto:jim@digicool.com Python Powered! Technical Director (888) 344-4332 http://www.python.org Digital Creations http://www.digicool.com http://www.zope.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
At 14:57 03/05/99 , Jim Fulton wrote:
".Oliver_Thuns." wrote:
Hi!
Will Zope 1.11pre1 compatible with Pyhton 1.5.2?
It should be. Has anyone had trouble with Python-1.5.2 and the public Zope CVS code?
Jim
Yes, I am. Runs fine up till now. I had a small problem with Confera, but solved that easily. Line 348 was: def manage_delete(self,ids=[],REQUEST): which I changed to: def manage_delete(self,ids=[],REQUEST=None): Introduced in 1.5.2a2: "- It is now a syntax error to have a function argument without a default following one with a default." I have not yet run into any other problems, but then again, I haven't really done anything like production on the CVS version. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
Jim Fulton wrote:
".Oliver_Thuns." wrote:
Hi!
Will Zope 1.11pre1 compatible with Pyhton 1.5.2?
It should be. Has anyone had trouble with Python-1.5.2 and the public Zope CVS code?
Yes. ZServer FTP (and I think webDAV, too) seems to be broken under Python-1.5.2. Downgrading to 1.5.1 was the last thing I tried, and that was the thing that finally made the error messages go away and allowed the files to move reliably. Sorry I did not save the error messages, but you should be able to duplicate them easily. Redhat6.0 Linux, dual-p5-90, 72M, half-gig free, CVSdist from 9 May99, Python from RPMS -- Jim Washington
participants (4)
-
.Oliver_Thuns. -
Jim Fulton -
Jim Washington -
Martijn Pieters