[Zope] Re: [Fwd: [Zope] PoPy Installation. Where's the BEEF?]

2001-01-12 Thread Federico Di Gregorio
The PoPy module is not installed So, it looks like I need to install PoPy. I went to www.mixadlive.com (PoPy PeOpLe :) and couldn't find it there (I don't speak Italian, so it may be right under my nose). I've searched the Zope archives and didn't see any leads there. Can anyone give

Re: [Zope] PoPy Installation. Where's the BEEF?

2001-01-11 Thread Steve Spicklemire
Did you move this Zope from it's original location in /usr/local/zope? I'm guessing you did.. and those paths are in the .pyc files. try: find /usr/local/EcoZope -name "*.pyc" -delete then (optionally) rerun w(o?)_pgci.py which will (among other things) rebuild the .pyc files. If you don't,

[Zope] PoPy Installation. Where's the BEEF?

2001-01-10 Thread Eric Walstad
Hello all, After installing the ZPoPyDA product, restarting Zope and browsing to the Products interface, I see: ZPoPyDA Import Traceback Traceback (innermost last): File "/usr/local/Zope/lib/python/OFS/Application.py", line 397, in import_products product=__import__(pname, global_dict,

RE: [Zope] PoPy Installation. Where's the BEEF?

2001-01-10 Thread Magnus Heino (Rivermen)
The PoPy module is not installed So, it looks like I need to install PoPy. I went to Can anyone give me a pointer? http://freshmeat.net/search/?q=popy ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

RE: [Zope] PoPy Installation. Where's the BEEF?

2001-01-10 Thread Eric Walstad
AAKK! I just noticed something... -8-- Start Snip --8- ZPoPyDA Import Traceback Traceback (innermost last): File "/usr/local/Zope/lib/python/OFS/Application.py", line 397, in import_products product=__import__(pname, global_dict, global_dict, silly) File

[Zope] PoPy Problems

2001-01-05 Thread J. Atwood
Linux 6.2, Zope 2.2.4, PostgreSQL 7.0.3, PoPy 1.4.1, ZPoPyDA 0.7.0 I installed the PoPy module and at the Python command line can import PoPy' with no problems. I then untarred the ZPoPyDA and restarted Zope at which point I get (in the Zope management screen). ZPoPyDA Import Traceback

Re: [Zope] PoPy module finally compiled but there is another prob

2000-12-16 Thread Andreas Heckel
Paolo Quaglia wrote: Hi to all Finally I compiled the Popy module (the 1.4) and I obtained the PoPymodule.so file I copied the module in the [ZopDir]/lib/python directory I installed the ZPoPyDA.0.7 but When I start Zop this error occour: Traceback (innermost last): The PoPy module

[Zope] PoPy module finally compiled but there is another prob

2000-12-15 Thread Paolo Quaglia
Hi to all Finally I compiled the Popy module (the 1.4) and I obtained the PoPymodule.so file I copied the module in the [ZopDir]/lib/python directory I installed the ZPoPyDA.0.7 but When I start Zop this error occour: Traceback (innermost last): File

Re: [Zope] PoPy and Delete results

2000-11-28 Thread Chris Gray
Thanks for the response, Dieter. For consistency within Zope, an integer result could still be repackaged as a sequence result. For now I can do what I wanted to by: select count(food) from penguins where food='Henri Bergson' (thus getting the number of records about to be affected by a

Re: [Zope] PoPy and system tables

2000-11-27 Thread Federico Di Gregorio
can anybody out there tell me why this query fails although PoPyDA is connected as postgres superuser ? select * from pg_class at now popy tries to dereference every oid thinking it is a large object. obviously that is not tru for oids of system tables... *grin* hope this helps, federico

Re: [Zope] PoPy and system tables

2000-11-26 Thread Andreas
Chris Gray wrote: I can pinpoint the problem a bit more. select relname, relowner, relpages, reltuples, relhasindex, relisshared, relkind, relnatts, relchecks, reltriggers, relukeys, relfkeys, relrefs, relhaspkey, relhasrules, relacl from pg_class works fine but select reltype

[Zope] PoPy and system tables

2000-11-25 Thread Andreas
Hi, can anybody out there tell me why this query fails although PoPyDA is connected as postgres superuser ? select * from pg_class BTW: when I try this query I get no traceback :-( Postgres 7.02 PoPy 1.4.1 ZPoPyDA 0.7 Zope2.1.6 Linux 2.2.13 --

Re: [Zope] PoPy and system tables

2000-11-25 Thread Andreas
Andreas wrote: Hi, can anybody out there tell me why this query fails although PoPyDA is connected as postgres superuser ? select * from pg_class by now I found there is a problem with pg_class.oid. "select relname from pg_class" works fine "select oid from pg_class" fails --

Re: [Zope] PoPy and system tables

2000-11-25 Thread Chris Gray
I can pinpoint the problem a bit more. select relname, relowner, relpages, reltuples, relhasindex, relisshared, relkind, relnatts, relchecks, reltriggers, relukeys, relfkeys, relrefs, relhaspkey, relhasrules, relacl from pg_class works fine but select reltype from pg_class select relam from

Re: [Zope] PoPy

2000-11-20 Thread Kyler B. Laird
On Mon, 30 Oct 2000 10:43:16 +1030 (CST) you wrote: ImportError: ./PoPymodule.so: Undefined symbol "sem_wait" Take a look at the man page for sem_wait(). Take the library/libraries listed there and put them on the configure line for PoPy. In my case (Solaris 2.6), I added

[Zope] Re: [Soft] [Fwd: [Zope] PoPy]

2000-10-31 Thread Federico Di Gregorio
first of all, always install the latest versions of popy and zpopyda. you can get them on our website, www.mixadlive.com. you don't need to compile the .py files of the database adapter, zope takes care of loading them through python that will compile them on the fly. please, when a compilation

[Zope] PoPy

2000-10-29 Thread Mark Twiddy
Hi all Im trying to compile PoPy on a bsd 3.1 box it compiles fine but when i try to import it i get an error ImportError: ./PoPymodule.so: Undefined symbol "sem_wait" Has anybody had this before, know what libs i need to link against to get this to work or even if this is a kernel thing?

[Zope] PoPy-1.2.tar.gz file is missing...

2000-07-06 Thread Eric L. Walstad
The PoPy-1.2.tar.gz file doesn't seem to be available from the ftp.mixadlive.com site. Would anyone out there mind emailing me the file? Thanks, Eric. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross

[Zope] PoPy Licence

2000-06-20 Thread Eric Bianchi
Dear PoPy and zpopyda users, there has been a lot of discussion lately concerning the GPL issue of PoPy on zope mailing list, python mailing list and even in the Mixadlive itself. We have been thinking a lot since there. On one hand, we are very concerned about using and developing free

[Zope] Re: Fwd: Re: [Zope] PoPy module

2000-06-05 Thread Thierry MICHEL
On Mon, Jun 05, 2000 at 10:25:20AM +0200, [EMAIL PROTECTED] wrote: -- Forwarded message -- Da: jani [EMAIL PROTECTED] Soggetto: Re: [Zope] PoPy module Data: Sun, 04 Jun 2000 20:14:03 -0700 A: Alexander N Gould [EMAIL PROTECTED] Copia: [EMAIL PROTECTED

[Zope] Re: Fwd: Re: [Zope] PoPy module

2000-06-05 Thread Andreas
Thierry MICHEL wrote: ... 1. When I try to connect to postgres 6.4 using PoPy the connect fails postgres.log: ERROR: parser: parse error at or near "transaction" Postgres 6.4 seems not being SQL 92 compliant for the transactions ! PoPy is ! pygresql no certtainly ! OK ... take it as a

Re: [Zope] Re: Fwd: Re: [Zope] PoPy module

2000-06-05 Thread Bak @ kedai
On Mon, 05 Jun 2000, Thierry MICHEL wrote: 2. Whether Auto-commit mode is on or off on ZPoPyDA the new postgres 7.0 syntax "select * from foo limit 20 offset 10" returns all records of foo and not only 20 ! With PyGreSQLDA it works :-) That's running every where, it's strange

Re: [Zope] PoPy module

2000-06-04 Thread jani
Alexander N Gould wrote: I'm trying to install the PoPy Python module on my Yellowdog Linux system (a redhat clone for PowerPC hardware). I'm sure it's a simple task, but I don't know how to do it. Any suggestions or tips? Thanks in advance. Building highways to reduce traffic is like