Greetings, Was wondering if there was an open source dbms to use with Zope on a Win2k machine...? I found references of using cygwin to run PGSQL (which we have on our unixbox) but would prefer something that doesnt run over an extender-shell... TIA, Paz
Try: http://www.mysql.com http://firebird.sourceforge.net (was Borland Interbase, Firebird is the open-source version). hth Phil ----- Original Message ----- From: "Paul Zwarts" <paul.zwarts@oratrix.com> To: <zope@zope.org> Sent: Tuesday, January 23, 2001 9:35 AM Subject: [Zope] Opensource DBMS for WIN?
Greetings,
Was wondering if there was an open source dbms to use with Zope on a Win2k machine...? I found references of using cygwin to run PGSQL (which we have on our unixbox) but would prefer something that doesnt run over an extender-shell...
TIA, Paz
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Tue, Jan 23, 2001 at 10:35:11AM +0100, Paul Zwarts wrote:
Was wondering if there was an open source dbms to use with Zope on a Win2k machine...? I found references of using cygwin to run PGSQL (which we have on our unixbox) but would prefer something that doesnt run over an extender-shell...
I don't think I get what you mean by "extender shell". As far as I know (never used it though), PostgreSQL works on win32. I'd ask on the postgres lists first, though. -- Petru Paler, mailto:ppetru@ppetru.net http://www.ppetru.net - ICQ: 41817235
Greetings,
Was wondering if there was an open source dbms to use with Zope on a Win2k machine...? I found references of using cygwin to run PGSQL (which we have on our unixbox) but would prefer something that doesnt run over an extender-shell...
TIA, Paz
InterBase
From versiom 6.0 it is Open Source RDBMS. http://www.interbase.com
Works good eg. with gvibDA adapter. -- Adam Karpierz karpierz@alpha.pl
Paul Zwarts wrote:
Greetings,
Was wondering if there was an open source dbms to use with Zope on a Win2k machine...? I found references of using cygwin to run PGSQL (which we have on our unixbox) but would prefer something that doesnt run over an extender-shell...
For smaller tasks you could use MySQL or even Gadfly (included with Zope) mSQL is also to be resurrected but I'm not sure it will run on windows. But if you have a machine beefy enogh for Win2k a small extender-shell (or rather a compatibility layer) should make no difference ;) You could also consider Interbase or SapDB but they are probably not yet stable. Or if you want to get really exotic you can run VMware to run linux and run any free database there ;) -------------------- Hannu
When I try to add a new "File"... it gets an AttributeError. This doesn't seem to be a problem under a Linux install, but does under my Win32 install. Any advice? A created a new user etc.. wasn't done as the default user. Had full manager privileges. Also the LocalFS product seems to have trouble too, when I try to create the object. Could this be related? (also on Win32) Anyone else experienced this? Thanks, Alex. ------------------ Zope Error Zope has encountered an error while publishing this resource. exceptions.AttributeError Sorry, a Zope error occurred. Traceback (innermost last): File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 222, in publish_module File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 179, in publish File C:\PROGRA~1\WebSite\lib\python\Zope\__init__.py, line 240, in abort File C:\PROGRA~1\WebSite\lib\python\ZODB\Transaction.py, line 163, in abort File C:\PROGRA~1\WebSite\lib\python\ZODB\Connection.py, line 433, in abort_sub AttributeError: _creating On Tue, 23 Jan 2001 10:35:11 +0100 ... Paul Zwarts <paul.zwarts@oratrix.com> wrote:
Greetings,
Was wondering if there was an open source dbms to use with Zope on a Win2k machine...? I found references of using cygwin to run PGSQL (which we have on our unixbox) but would prefer something that doesnt run over an extender-shell...
TIA, Paz
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
------------------------------------------------ Digital Garage alex@garage.co.jp http://www.garage.co.jp/ http://www.zope.ne.jp/ http://www.webnation.co.jp/
I believe this is a problem that has been fixed in CVS and for beta 3 (whenever it's released). The bug caused this error to occur in several different scenarios of mine. You can either get the latest CVS or wait for beta 3. _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
------------------ Zope Error Zope has encountered an error while publishing this resource.
exceptions.AttributeError
Sorry, a Zope error occurred.
Traceback (innermost last): File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 222, in publish_module File C:\PROGRA~1\WebSite\lib\python\ZPublisher\Publish.py, line 179, in publish File C:\PROGRA~1\WebSite\lib\python\Zope\__init__.py, line 240, in abort File C:\PROGRA~1\WebSite\lib\python\ZODB\Transaction.py, line 163, in abort File C:\PROGRA~1\WebSite\lib\python\ZODB\Connection.py, line 433, in abort_sub AttributeError: _creating
participants (7)
-
Adam Karpierz -
Alexander Schonfeld -
Hannu Krosing -
Paul Zwarts -
Petru Paler -
Phil Harris -
Ron Bickers