Re: [Zope] DCOracle 1.3.2 for Windows NT
Marcin Dzienniak wrote:
I 'm looking for oci driver (DCOracle 1.3.2) to Windows NT platform, I have heard that someone in this community buit DCOracle for NT and I wonder if you can help me. I would be gratefull if you could send me a makefile to this platform or a comliled file (*.pyd). I 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 <ergul@acm.org>
HI, i'm trying to learn how to make products, i have been able to modify the poll product that comes with the product tutorial, and now i'm creating a new product however i need to restart zope for the changes to take effect, i think i can omit this if i can compile (generate the *.pyc) in the product directory, can anybody send me a few bits of how can i made that? thanks, -- Nestor A. Diaz Ingeniero de Desarrollo Engendro.com - Comercio Electronico sobre Linux Email: nestor@engendro.com - WWW: http://www.engendro.com
http://www.zope.org/Members/hathawsh/Refresh is the only way I know of to take away the pain of testing products. Seb -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Nestor A. Diaz L. Sent: 05 October 2000 01:06 Cc: zope@zope.org Subject: [Zope] Product Testing HI, i'm trying to learn how to make products, i have been able to modify the poll product that comes with the product tutorial, and now i'm creating a new product however i need to restart zope for the changes to take effect, i think i can omit this if i can compile (generate the *.pyc) in the product directory, can anybody send me a few bits of how can i made that? thanks, -- Nestor A. Diaz Ingeniero de Desarrollo Engendro.com - Comercio Electronico sobre Linux Email: nestor@engendro.com - WWW: http://www.engendro.com _______________________________________________ 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 )
HI, thanks you for the latest answer on testing products, however i have a doubt i know how to make ZClass however i think they are more restrictive, can anyone telling me advantanges or disadvantes of using Zclass instead of products? Thank you, -- Nestor A. Diaz Ingeniero de Desarrollo Engendro.com - Comercio Electronico sobre Linux Email: nestor@engendro.com - WWW: http://www.engendro.com
Hi Nestor ! "Nestor A. Diaz L." wrote:
HI, thanks you for the latest answer on testing products, however i have a doubt i know how to make ZClass however i think they are more restrictive, can anyone telling me advantanges or disadvantes of using Zclass instead of products?
Have a look at: http://zdp.zope.org/portals/developers/designstrategies All about the different tradeoffs between developing your class as a Zope product in Python, as a ZClass, and mixing the two approaches. Add to this portal subject if you find out more. Regards, Maik Röder -- Uzopia - Digging la vida Zopa - http://uzopia.editthispage.com
HI, Following with the new product user tutorial, i have a little question: How can i call a method of a product from a dtml-method? Suppose the Following: <dtml-with "Control_Panel.Products.CVProduct.CVClass.getInfo()" <dtml-var sequence-item> </dtml-with> Any idea of how to do this? thanks, -- Nestor A. Diaz Ingeniero de Desarrollo Engendro.com - Comercio Electronico sobre Linux Email: nestor@engendro.com - WWW: http://www.engendro.com
participants (4)
-
Ayhan Ergul -
Maik Roeder -
Nestor A. Diaz L. -
Seb Bacon