Re: [Zope] Tools used for programming Zope

2001-01-18 Thread Ayhan Ergul
I need to have source code readable on the filesystem independent of a Zope server, so that I can do things like CVS them, use any editor on them, grep them, etc. It seems that my only choice is to write products in Python itself, instead of using the web interface of Zope, which is one of

Re: [Zope] is it possible to import from Excel

2000-12-27 Thread Ayhan Ergul
When on a windows platform, I prefer to define an ODBC datasource on the excel spreadsheet, write ZSQL method that selects the fields to be imported, write a DTML method that iterates on returned records and call another ZSQL method that writes into Gadfly. You may need to handle None/Missing

Re: [Zope] trouble compiling DCOracle

2000-10-14 Thread Ayhan Ergul
environment var is properly set before running the test script. You'll probably want to put it in your zope start script too. Ayhan Ergul [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] Connection Problem with Oracle

2000-10-12 Thread Ayhan Ergul
as deamon under linux). Frequent problems with Oracle setup stem from read permissions on files used by sqlnet (e.g. message files). Make sure such files are readable by whatever user your zope is running as. Ayhan Ergul [EMAIL PROTECTED] ___ Zop

Re: [Zope] DCOracle 1.3.2 for Windows NT

2000-10-04 Thread Ayhan Ergul
have Oracle 8i 8.1.6 . I had compiled DCOracle 1.3.1 b1 libraries as .dll's a while back on WinNT4.0 against Oracle 8.1.6.0 and they worked fine for me until we moved onto Linux. I've attached it hoping it works for you (and maybe others). Ayhan Ergul [EMAIL PROTECTED] DCOracle-1.3.1b1

Re: [Zope] FSSession problems...

2000-09-18 Thread Ayhan Ergul
I am also experiencing the problem of two different users sharing the same session inadvertently. However, in my case, I can disqualify a few things that were previously discussed as possible reasons why this happens and add some more info: - Zope is running without Apache - Clients have

[Zope] Retrieving ROWID's from Oracle crashes python

2000-09-03 Thread Ayhan Ergul
Zope has been dying silently with the following configuration: Zope version: Zope 2.2.1 (binary release, python 1.5.2, linux2-x86) Python version: 1.5.2 (#10, Dec 6 1999, 12:16:27) [GCC 2.7.2.3] System Platform: linux2 ZOracleDA-2.2.0b1 Oracle 8i (8.1.6.1) Not being able to figure out what