Re: [cx-oracle-users] Wheel distribution for cx_Oracle?
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2015-03-11 22:01:20
|
Hi Ed, I would love to be able to use wheels. The problem is that Oracle has a different ABI for Oracle 10, 11 and 12 but the Python wheel packaging format doesn't allow for that concept -- or it didn't the last time I looked at it. If you have information on what can be done to handle that I'd appreciate it. At the moment if you create a wheel for Oracle 10, 11 and 12 then pip will not distinguish between the three of them since the Python ABI is unchanged. Again, if you know otherwise, let me know! Anthony On Wed, Mar 11, 2015 at 8:18 AM, edb...@gm... <edb...@gm...> wrote: > Hi Anthony, > > With 5.2 sounding fairly close to release, I'd like to revisit building > Wheels for easier installation on Windows with pip. Sadly, I don't have a > Python-compatible compiler set up here, so there's only so much I can test. > > Would this be as simple as running "python setup.py bdist_wheel" as part > of the build process, or is there more to it? > > Thanks, > -Ed > > On Tue, Sep 23, 2014 at 5:49 PM edb...@gm... <edb...@gm...> > wrote: > >> Hello, >> >> I was wondering how feasible it would be to get Wheel distributions for >> cx_Oracle uploaded to PyPI, and I found this thread from last year: >> >> http://sourceforge.net/p/cx-oracle/mailman/message/31100757/ >> >> Did anything come of this? What would need to be done at this point to >> finish the work? >> >> (Also, please let me know if there's a better list for this conversation.) >> >> Thank you, >> -Ed Brannin >> >> edb...@gm... >> cell: 585-261-0279 >> > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > |