Re: [Zope] Kinterbasdb + Firebird + Zope Q's
David, Thanks, the ZFirebirdDA product no longer complains about the missing kinterbasdb module. However, it now complains about the mxDateTime module: File "C:\Telonyx\lib\python\Products\ZFireBirdDA\kinterbasdb.py", line 17, in ? import _kinterbasdb AttributeError: 'DateTime' module has no attribute 'mxDateTimeAPI' I have found the mxDatetime distutil but this brings me back to my original problem. What is the proper procedure for installing python distutils (like mxDateTime) for Zopes built-in python interpreter? I cant find it documented anywhere. Anyways, thanks for all the help and: ********If anyone reading this can tell me how to install/make available to Zope the mxDateTime distutil please drop me a note********* Derek Basch --- David Marko <dmarko@digi-trade.cz> wrote:
Ahoj Derek, (how it is that you speak czech?) here is the compete product. It contains binary from kinterbasdb 3.0. IFirebirdDA itself is patched fro several bugs. Just copy this into Products directory. I have send it also to Phill Haris(maintainer of this product) but he is pretty busy now.
This version is succesfully running on Win2000 and FreeBSD
__________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com
Hi- To install python products, you need to know the path of the python interpreter that Zope is using. Just a wild guess says it is at C:\Telonyx\bin\python, so here's what you would do: Open a command prompt and navigate to the directory containing the setup.py that is included in the package. Run C:\Telonyx\bin\python setup.py make Run C:\Telonyx\bin\python setup.py install That's it. --Quentin On Wednesday, May 15, 2002, at 03:22 PM, Derek Basch wrote:
David, Thanks, the ZFirebirdDA product no longer complains about the missing kinterbasdb module. However, it now complains about the mxDateTime module: File "C:\Telonyx\lib\python\Products\ZFireBirdDA\kinterbasdb.py", line 17, in ? import _kinterbasdb AttributeError: 'DateTime' module has no attribute 'mxDateTimeAPI'
I have found the mxDatetime distutil but this brings me back to my original problem. What is the proper procedure for installing python distutils (like mxDateTime) for Zopes built-in python interpreter? I cant find it documented anywhere. Anyways, thanks for all the help and:
********If anyone reading this can tell me how to install/make available to Zope the mxDateTime distutil please drop me a note*********
Derek Basch
--- David Marko <dmarko@digi-trade.cz> wrote:
<SNIP>
OK, I think I have figured it out. I (luckily) found the "Database Adapter for Interbase 6 / Firebird 1" Product by mwoj (Whoever you are mwoj, bless you): http://www.zope.org/Members/mwoj/kinterbasdbDA it came with the mxDateTime in binary form and the folder structure of the zip placed the binaries in the Zope\bin\lib\mx folder. So it looks like the Zope\bin\lib folder is the folder to use for python distutils that contain binaries. This fact was probably already apparent to everyone but the newbie :) http://www.webopedia.com/TERM/b/bin.html ****One last silly question. what are the differences between the "Zope\lib\python" folder and the Zope\bin\lib folder? Is there a Zope folder structure reference anywhere?**** Ok so that was 2 questions. Thanks, Derek Basch __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com
participants (2)
-
Derek Basch -
Quentin Smith