Windows 上 Python 3.5 没有 cx_Oracle 吗?

Is there no cx_Oracle for Python 3.5 on Windows?

我一直在想我一定是漏掉了什么。 cx_Oracle 似乎是 Python 的主要 Oracle DBAPI,并且大概仍在积极开发中。然而 Python 3.5 (Windows) 在 https://pypi.python.org/pypi/cx_Oracle/5.2 -- only versions for Python 2.7 and 3.4 . The unofficial Windows Python binaries page (http://www.lfd.uci.edu/~gohlke/pythonlibs/ 上没有下载)甚至没有 cx_Oracle.

的部分

我是不是遗漏了什么明显的东西? Python 3.5 已经发布几个月了。 Python 3.5 在 Windows 上真的没有 cx_Oracle 的二进制版本吗?

现在有了。有一个延迟,因为我必须在 Windows 上设置一个环境来编译 Python 3.5。 Linux 上没有此类并发症。 :-)

https://pypi.python.org/pypi/cx_Oracle/