DCOracle Need Help
Jose Martin
joseamartin at venmex.com
Thu Dec 7 10:47:02 EST 2000
More information about the Python-list mailing list
Thu Dec 7 10:47:02 EST 2000
- Previous message (by thread): UML and Python
- Next message (by thread): DCOracle Need Help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, tanks. i am trying to make the binares for buffer and oci it is hard !. How can i use DCOracle on Windows ? there is an easy way ? ----- Original Message ----- From: Andreas Jung To: Jose Martin Cc: python-list at python.org Sent: Thursday, December 07, 2000 11:44 AM Subject: Re: DCOracle Need Help On Thu, Dec 07, 2000 at 10:48:32AM -0400, Jose Martin wrote: > I am trying to use DCOracle on Python 2.0 under Windows or Linux > but when i try to make my scritp : > > The first line is > from DCOracle import * This is not the recommended way to use DCOracle because DCOracle is a Python package. Instead use the following: import DCOracle conn = DCOracle.Connect('my_code/is_bad') .... This initializes and imports all neccessary modules you need for DCOracle. Hope it works ! Cheers, Andreas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20001207/b7a27954/attachment.html>
- Previous message (by thread): UML and Python
- Next message (by thread): DCOracle Need Help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list