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>