如何在PyPy中安装/使用cx_Oracle

时间:2012-02-10 15:30:54

标签: python cx-oracle pypy

我似乎无法在Google或SO上找到任何关于让cx_Oracle与PyPy一起工作的信息。有人可以告诉我是否有可能,如果有的话,我怎么能做到这一点?

2 个答案:

答案 0 :(得分:4)

PyPy实际上拥有它自己的cx_Oracle模块,你需要自己编译它,看起来像:

./pypy/translator/goal/translate.py pypy/translator/goal/targetpypystandalone.py --withmod-oracle

答案 1 :(得分:2)

花了很多时间研究不同的解决方案后,我整理出只有这一个足够稳定:使用cx_oracle_on_types:https://github.com/lameiro/cx_oracle_on_ctypes