jd...@jdege.us
unread,Jan 9, 2012, 11:34:19 AM1/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyodbc, jd...@korterra.com
I have a AMD64 server running Ubuntu 10.04 (Lucid Lynx), on which I
need to run a script that inserts records into a Sql Server database.
I'd been thinking that Python and pyodbc would work. Which it might,
except that the Ubuntu package python-pyodbc only exists for Maverick
+.
So I tried installing pyodbc-3.0.2-1.x86_64.rpm, using an .rpm->.deb
converter, and it seems to have installed OK, but only in /usr/lib/
python2.7. And Lucid only includes Python 2.6.
So my choices seem to be:
1. Build Python 2.7 from source, and to an alt-install
2. Build pyodbc from source, targeting Python 2.6
3. Find a binary package that includes Python 2.6 that will install on
a 64-bit Ubuntu 10.04
Before I start messing about with nos. 1 or 2, I thought I'd ask about
no. 3.
Does anyone know of a binary install package that will work on a 64-
but Ubuntu 10.04, that includes a build of pyodbc that targets Python
2.6?
Thanks.