Re: [Zope] problems installing PoPy-1.3.4 (fwd)

2000-09-05 Thread Stephen Nosal
There was a patch to the source that fixed this in 1.3.3, but it looks like the same problem is cropping up. I would contact federico ([EMAIL PROTECTED]) and see what he's got to say...he really helped out with my 1.3.x problems. - Steve On Fri, 01 September 2000, Sebastien Billard wrote: >

Re: [Zope] ALERT: rally to the flag, troops!

2000-08-31 Thread Stephen Nosal
I hate it when this happens - I just had the IS department throw out 2 months of work because it doesn't conform to corporate standards. That's because they have no standard and all the developers do is fight over what vendors to use and who will do the development. I hope your project goes bet

Re: [Zope] Newbie SQL problem: Query Error: Cannot render query template

2000-08-31 Thread Stephen Nosal
Troy- Have you tried running this from the DOS prompt? I ran into all sorts of problems running 2.1.6 on NT4WS with the ODBCDA. Everything was fine when I used the start and stop scripts from the command line. When I moved to starting zope as a service, my ODBC connections kept failing. Never

[Zope] Re: [Zope]compile ZPoPyDA product problem (the patch)

2000-08-14 Thread Stephen Nosal
Ed - Sorry, I guess it was just sent to me. Please enjoy, and good luck. - Steve --- Start of forwarded message --- Subject: Re: [Zope]compile ZPoPyDA product problem (continued) To: Stephen Nosal <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] (Federico Di Gregorio) Date: Sat,

Re: [Zope] Re: Help with installing PoPy & ZPoPyDA

2000-08-11 Thread Stephen Nosal
Folks - Federico sent me a patch for the popy-1.3.3 source. I needed it to tell it where the postgresql libraries are..if you need it please let me know and I will send it along. You may also find it in the archives from earlier this month. - Steve On Fri, 11 August 2000, "Hung Jung Lu" wrote

Re: [Zope] database functions & zope

2000-08-08 Thread Stephen Nosal
Fax: 1-704-849-2279 >AOL-IM: RETierney > ------ > > On 8 Aug 2000, Stephen Nosal wrote: > > > Folks - > > > > How do I execute SQL statements such as select count(*) from db_table? > > > > I'm running zope 2.

[Zope] database functions & zope

2000-08-08 Thread Stephen Nosal
Folks - How do I execute SQL statements such as select count(*) from db_table? I'm running zope 2.2 with the SybaseDA 2.0b2. My connection to the database works fine, ie select * from small_table where amount>1000 produces a valid result set. Using just the DA connection test, the statement se

[Zope] Success! ZPoPyDA 0.6.1 works!

2000-08-07 Thread Stephen Nosal
First, I would like to say thanks to everyone, who gave me a hand with this, especially [EMAIL PROTECTED] I learned a lot, and I am more comfortable with my system than ever. Below is a little note and question for Federico, who provided the patch that got the whole thing going again. Thanks

Re: [Zope] compile ZPoPyDA product problems (continued)

2000-08-04 Thread Stephen Nosal
> > So it looks like PoPy isn't even looking for libpq. > > Agreed. Something is definately wrong with the build! > You might want to try a hand build. My makefile generated this: > > gcc -fPIC -g -O2 -I/usr/include/python1.5 -I/usr/lib/python1.5/config -DHAVE_CO > NFIG_H=1 -DHAVE_POSTGRESQL

Re: [Zope] compile ZPoPyDA product problems (continued)

2000-08-04 Thread Stephen Nosal
> Sorry, but I had one guy complain about PoPY, and psql did not even run! > He was connecting to a very old pg on a sun with a recent libpg on Linux. > > What does ldd psql say? > Crap, mine is statically linked. > > OK, what is ldd /whatever_the_path_is/PoPy_...? > root@fastclose:~ > ldd /usr

Re: [Zope] compile ZPoPyDA product problems (continued)

2000-08-04 Thread Stephen Nosal
On Fri, 04 August 2000, [EMAIL PROTECTED] wrote: > > On Fri, Aug 04, 2000 at 11:42:38AM -0700, Stephen Nosal wrote: > OK, to start another line entirely-- > does psql work? Sure does - no problems at all. Even have a database up and running with users

[Zope] Re:[Zope]compile ZPoPyDA product problem (continued)

2000-08-04 Thread Stephen Nosal
Federico - I downloaded PoPy-1.3.3.tgz and I'm running into the following problems: PostgreSQL was compiled from 7.0.2 source from ftp.postgresql.org Run as root: root@fastclose:/opt/src/PoPy > ./autogen.sh --with-postgres-libraries=/opt/pgsql/lib --with-postgres-includes=/opt/pgsql/include

Re: [Zope] compile ZPoPyDA product problems (continued)

2000-08-04 Thread Stephen Nosal
> > > Exactly what message are you getting now? > > > > I'm still getting the same error: At the python interactive prompt, the command >import PoPy results in the following: ImportError: >/usr/lib/python1.5/site-packages/PoPymodule.so: undefined symbol: PQfsize > > > > Any additional help wou

Re: [Zope] compile ZPoPyDA product problems (continued)

2000-08-04 Thread Stephen Nosal
> > Maybe I wasn't clear - my lib directory has the same links and files as yours (my >libpq.a is smaller than yours). It's just that ldconfig -v gives me > > > > /opt/pgsql/lib: > > libpq.so.2.1 -> libpq.so.2.1 > > OK, so does mine > libpq.so.2.1 => libpq.so.2.1, > so not. > > Exactly

Re: [Zope] compile ZPoPyDA product problems (continued)

2000-08-02 Thread Stephen Nosal
On Wed, 02 August 2000, [EMAIL PROTECTED] wrote: > > On Wed, Aug 02, 2000 at 08:51:14AM -0700, Stephen Nosal wrote: > > Alright, slowly but surely. I've checked out ld.so.conf and the libraries appear >to be setup correctly. > > > > The output of ldcon

Re: [Zope] compile ZPoPyDA product problems (continued)

2000-08-02 Thread Stephen Nosal
q.so.2.1 Is this potentially the problem? Are there solutions? Thanks for all of the help already. - Steve On Tue, 01 August 2000, [EMAIL PROTECTED] wrote: > > On Tue, Aug 01, 2000 at 02:01:45PM -0700, Stephen Nosal wrote: > > Well, I'm getting somewhere. The make and make

Re: [Zope] compile ZPoPyDA product problems

2000-08-01 Thread Stephen Nosal
symbol: PQfsize This is from the PoPy-1.2.1 tarball. On another note, ZPyGreSQLDA appears to be up and running. Thanks for all of the help. - Steve On Tue, 01 August 2000, [EMAIL PROTECTED] wrote: > > On Tue, Aug 01, 2000 at 10:54:50AM -0700, Stephen Nosal wrote: > > Folks - >

[Zope] compile ZPoPyDA product problems

2000-08-01 Thread Stephen Nosal
Folks - I could use a hand here - I'm trying to compile the PoPy module for python so I can use the ZPoPyDA to connect to my PostgreSQL database. I keep getting the same compile error - gcc - shared PoPymodule.o -lpq -o PoPymodule.so /usr/i486-suse-linux/bin/ld: cannot find -lpq I have compil

[Zope] Who is uid 506?

2000-07-26 Thread Stephen Nosal
Folks - I've installed Zope 2.2 (binary rpm) on my Linux box (suse 6.4) and I notice that many files are owned by uid 506. I don't have a uid 506 on my box. Should I create a zope user with this id? Should I ignore it? - Steve _

RE: [Zope] Zope Sybase DA & Zope 2.2

2000-07-26 Thread Stephen Nosal
this one. - Steve On Wed, 26 July 2000, Chris McDonough wrote: > > What's the problem? Does it not work? > > > -Original Message- > > From: Stephen Nosal [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, July 26, 2000 10:00 AM > > To: [EMAIL PROTECTE

[Zope] Zope Sybase DA & Zope 2.2

2000-07-26 Thread Stephen Nosal
Folks - Anyone have any info or pointers running the Zope Sybase DA & Zope 2.2 yet? I'm looking to get it up and running on suse Linux 6.4 and Zope 2.2 connecting to a remote Sybase DB. Love to hear any news on this. Thanks. - Steve _

[Zope] ZODBC connection & start method- more info

2000-05-18 Thread Stephen Nosal
Folks - Just a little more info - my ODBC DSN is using a Sybase 11 ODBC driver and connecting to Sybase 11.5.1 running on a Sun Solaris box in the network server room. - Steve __ Get your Private, Anti-Spam, Free Email at http://e

[Zope] how do you pronounce 'ZOPE'?

2000-05-18 Thread Stephen Nosal
Folks - Just a recurring question around the office, is there an official pronunciation for 'ZOPE'? - Steve __ Get your Private, Anti-Spam, Free Email at http://e3mil.com and Step into a Friendly Universe! __

[Zope] ZODBC connection & start method

2000-05-18 Thread Stephen Nosal
Folks - I'm now finding some interesting behavior with the ZODBC connection. I set up a connection and had no problems with it (requires DSN id password). I went back to it at a later point in time and it no longer worked. What changed? I'm running ZOPE 2.1.6 on NT4 sp4. I started out running