Hi all, The ZPoPyDA module refuses to work properly. After several problems installing PostgreSQL (V. 7.0.3), ZPoPyDA (0.7 or 0.5) and PoPy (V. 1.4.1), Zope says at start that to please 'update your version of PoPy'. But I already have the newest available versions. Does anybody have experience with PoPy/ZPoPyDA??? Thanks! -- Dipl.-Phys. Robert Senger Fachgebiet Raumfahrttechnik Technische Universität München Boltzmannstr. 15, D-85747 Garching Tel: ++49 / (0)89 / 289-15997 Fax: ++49 / (0)89 / 289-16004 email: r.senger@lrt.mw.tum.de
At 19:02 28.11.2000, Robert Senger wrote:
The ZPoPyDA module refuses to work properly.
I'm using ZPygreSQLDA - just installed it today on yet another server and have no problems with it. Just read the README-file thoroughly and you should be successful in an hour or so. Martin
Robert Senger wrote:
Hi all,
The ZPoPyDA module refuses to work properly. After several problems installing PostgreSQL (V. 7.0.3), ZPoPyDA (0.7 or 0.5) and PoPy (V. 1.4.1), Zope says at start that to please 'update your version of PoPy'. But I already have the newest available versions.
Does anybody have experience with PoPy/ZPoPyDA???
Have a look at PoPy_db.py Search for __compatibility__ I don't know if it was a bad thing but I changed it ot ('1.4.1',) and the PoPyDA works. -- ________________________________________________________________________ Andreas Heckel andreas@aHIT.de UNIX is like a wigwam ...no gates ...no windows and an apache inside ;-)
On Tuesday 28 November 2000, at 19 h 2, the keyboard of Robert Senger <r.senger@lrt.mw.tum.de> wrote:
The ZPoPyDA module refuses to work properly.
Give at least your operating system and the traceback you get (I had good help from the list because I gave the details). ZPyGreSQL works fine for me, on Debian (easily, thanks to the package) and on Tru64 (more difficult, but now I know the trick).
Hi, I have a question about ZPatterns:Rack. I got 10 items in a Rack and I want to remove those objects. By reading Rack.py , I know that manage_pack can do this for me if getItem(key) return None for those objects. Well, how to return None? One way I found is that: under "Storage" manage_tab, there is a option: {Objects are: loaded by accessing attribute [xxxxx]} assign xxxxx to be a "non-existing method", ie, any string except those attributes' names. Then, by clicking "remove orphaned slot" which triggers manage_pack. I can see the counter of "Persistent slot in use" was reduced. The question is that: why it reduced gradually? It doesn't reduce to 0 by just one click. I have to click it several times in order to remove all of them. How does it happens? What's the right way to remove an item from a Rack? Thanks a lot. Iap,Singuan
participants (5)
-
Andreas -
iap_y2fun.com -
Martin Winkler -
Robert Senger -
Stephane Bortzmeyer