Re: [Webware-devel] trying to debug postgresql adapter

2004-09-07 Thread Winston WOLFF
Hello Diogo- I was able to make your test program work on my computer. Thus I suspect it is in the configuration of your system, not with the program you wrote. Can you send more information about where things are? Also put in your program: print '\n\t'.join( sys.path ) to show what the path

Re: [Webware-devel] trying to debug postgresql adapter

2004-09-04 Thread Diogo Biazus
Alright, but first let me make some more tests. I'll redo my tests and if it fails again I'll send you. The first time I used the srcipt it worked, so I'm suspecting that I've messed up some configuration. Thanks for the help :) On Sat, 4 Sep 2004 11:06:03 -0700, Winston WOLFF <[EMAIL PROTECTED]

Re: [Webware-devel] trying to debug postgresql adapter

2004-09-04 Thread Winston WOLFF
Hello Diogo- I was able to make your test program work on my computer. Thus I suspect it is in the configuration of your system, not with the program you wrote. Can you send more information about where things are? Also put in your program: print '\n\t'.join( sys.path ) to show what the path

[Webware-devel] trying to debug postgresql adapter

2004-09-02 Thread Diogo Biazus
Hi, I was doing some tests using the CVS head, with the MiddleKit PostgreSQL Adapter. I created the class definition file (in csv format), and generated the SQL and .py without problems. I created the database with the generated SQL and it worked fine. Then I created a simple script to test the cl