[Zope3-dev] Re: Bare excepts in z3c.zalchemy

2007-03-03 Thread Jürgen Kartnaller
Philipp von Weitershausen wrote: For the lack of a better mailinglist, I'm posting this to zope3-dev: z3c.zalchemy is pretty cool, but the tons of bare except clauses make me a bit uneasy. When I see them, I wonder what this code is expecting to fail and why. Plus, there are no comments as t

[Zope3-dev] Re: Bare excepts in z3c.zalchemy

2007-03-03 Thread Philipp von Weitershausen
Jürgen Kartnaller wrote: datamanager.py: 2 try/except They are there because it is possible that a table already exists when trying to create it or doesn't exist when trying to delete it. As I remember when I wrote this I couldn't find a better way, but I'm there is a better way in the latest v

[Zope3-dev] Re: Bare excepts in z3c.zalchemy

2007-03-03 Thread Jürgen Kartnaller
Philipp von Weitershausen wrote: Jürgen Kartnaller wrote: datamanager.py: 2 try/except They are there because it is possible that a table already exists when trying to create it or doesn't exist when trying to delete it. As I remember when I wrote this I couldn't find a better way, but I'm t

[Zope3-dev] Participation on the Python Web-SIG

2007-03-03 Thread Jim Fulton
I encourage people interested in Zope development to subscribe to the Python Web-SIG mailing list: http://mail.python.org/mailman/listinfo/web-sig I think we should be seeking to collaborate with the wider Python Web development community. Also, often when I discuss things on that mail

Re: [Zope3-dev] Re: Bare excepts in z3c.zalchemy

2007-03-03 Thread Chris Withers
Jürgen Kartnaller wrote: Yes these stupid except's are because of windows :( I wrote the first version on windows and had the problem that windows didn't let me delete the files. It is possible to "do this right", I've had to in the past... The fact that you get an error there is an indicatio

[Zope3-dev] Re: Bare excepts in z3c.zalchemy

2007-03-03 Thread Jürgen Kartnaller
Chris Withers wrote: Jürgen Kartnaller wrote: Yes these stupid except's are because of windows :( I wrote the first version on windows and had the problem that windows didn't let me delete the files. It is possible to "do this right", I've had to in the past... The fact that you get an err

RE: [Zope3-dev] z3c.javascript eggs now available

2007-03-03 Thread Roger Ineichen
Hi Paul > Subject: Re: [Zope3-dev] z3c.javascript eggs now available [...] Do whatever you like to do within the javascript sources in the z3c.javascript packages. Right now it's not useable because the javascript versions are not documented the package are using. > Finally, the current layout

[Zope3-dev] Re: z3c.javascript eggs now available

2007-03-03 Thread Philipp von Weitershausen
Roger Ineichen wrote: Finally, the current layout of the z3c.javascript repository makes doing eggs for individual subpackages (dojo, mochikit, etc.) a pain and I don't think anyone wants to download a single 14mb egg for the entire z3c.javascript package. Would it make sense to put z3c.java