Hola,
sto tentando di utilizzare il gocept.cxoracle e alla fine del mio comando
buildout (con successo) ottengo la seguente scritta

Because this distribution was installed --multi-version, before you can

import modules from this package in an application, you will need to

'import pkg_resources' and then use a 'require()' call similar to one of

these examples, in order to select the desired version:


>     pkg_resources.require("cx-Oracle")  # latest installed version

    pkg_resources.require("cx-Oracle==5.0.3")  # this exact version

    pkg_resources.require("cx-Oracle>=5.0.3")  # this version or higher


>
> Note also that the installation directory must be on sys.path at runtime
> for

this to work.  (e.g. by being the application's script directory, by being
> on

PYTHONPATH, or by being added to sys.path by your code.)



Io utilizzo virtualenv sul mio MacOS X SL.
Ma che vuol dire? Avrò problemi nell'utilizzo?
Se vado nella console python e digito "import cx_Oracle" mi risponde come se
non l'avesse caricato... :-/

Vito


-- 
http://appuntiplone.wordpress.com (IT) - http://notasdeplone.wordpress.com(ES)
"Design is the method of putting form and content together. Design, just as
art, has multiple definitions; there is no single definition. Design can be
art. Design can be aesthetics. Design is so simple, that's why it is so
complicated." by Paul Rand
_______________________________________________
Plone-IT mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/plone-it
http://www.nabble.com/Plone---Italy-f21728.html

Rispondere a