Re: PyDS 0.7.2 upgrade problems
Jeremy Bowers <[email protected]> Mon, 17 May 2004 09:30:07 +0000
| Newsgroups | gmane.comp.pythin.pyds.devel |
|---|---|
| Message-ID | <[email protected]> |
Georg Bauer wrote: >> *shrug* It works for me, and several other people from what I can >> tell, when used unchanged, but it is difficult to say which of the >> problems I am experiencing may be because I'm running on 2.3 > > I think it was Jeremy Bowers who reported some problems. Maybe he will > send in patches for those some time in the future - but I seem to > remember he reported them on stuff he doesn't really use. Yes, for instance, the Mesh tool doesn't work for me at all. For the record, here's the traceback it shows: Tool.py 912 process_request s = tool.index_html(req) MeshTool.py 855 index_html toolHasSig[tool] = False NuggetsTool.py 263 __getattr__ else: raise KeyError(name) This is just from clicking on the "Mesh" link on the sidebar, URL is http://127.0.0.1:4334/mesh/ . I haven't dug into this because I don't even know what Mesh does and I don't seem to be missing it ;-) In a seperate email to Georg, I'm going to send in my aggregator patches so he can test them against 2.2. I was going to do it a while ago, but that's when the CVS chose to go down ;-) and I subsequently forgot. (I wanted to do it against CVS, for his convenience.) I would not hold your breath; I rather expect my code to fail in 2.2, although I am not sure; we'll see.