[ZODB-Dev] ImportError results in AttributeError later

2006-03-15 Thread Thomas Güttler
Hi, If importing Foo.py results in an ImportError, you get this Traceback in ZODB 3.2.10: File "/home/modarch/python/lib/python2.2/site-packages/ZODB/Connection.py", line 564, in setstate self._set_ghost_state(obj, p) File "/home/modarch/python/lib/python2.2/site-packages/ZODB/Connection

Re: [ZODB-Dev] Re: Historical Persistent References -- Feedback Wanted!

2006-03-15 Thread Jim Fulton
Dieter Maurer wrote: Matt Hahnfeld wrote at 2006-3-13 14:33 -0500: ... I found your code a while back and actually looked it over quit a bit before I started coding the solution I attached. Would you be able to explain how it works? It works through a special "HistoryJar" (for some unknown

Re: [ZODB-Dev] ImportError results in AttributeError later

2006-03-15 Thread Dieter Maurer
Thomas Güttler wrote at 2006-3-15 11:30 +0100: > ... >But I would like to know, >why the __import__ does not raise an ImportError, but instead returns a >half imported module. A buglet in Python, fixed from version 2.4 on. -- Dieter ___ For more inform