installing pyodbc

T

timw.google

I just downloaded the pyodbc source to try and install on my Linux FC3
box. I see that there is a setup.py file, but when I try to do a
'python setup.py build' (or just 'python setup.py') I get

Traceback (most recent call last):
File "setup.py", line 27, in ?
revision = latest_revision('.')
File "setup.py", line 25, in latest_revision
return int(output)
ValueError: invalid literal for int(): exported

The README.txt doesn't really say anything about how to install, exept
that the easiest way is to use the Windows installer. That's fine for
Windows, but what about Linux?

Thanks for any help.
 
P

Paul Watson

timw.google said:
I just downloaded the pyodbc source to try and install on my Linux FC3
box. I see that there is a setup.py file, but when I try to do a
'python setup.py build' (or just 'python setup.py') I get

Traceback (most recent call last):
File "setup.py", line 27, in ?
revision = latest_revision('.')
File "setup.py", line 25, in latest_revision
return int(output)
ValueError: invalid literal for int(): exported

The README.txt doesn't really say anything about how to install, exept
that the easiest way is to use the Windows installer. That's fine for
Windows, but what about Linux?

Thanks for any help.

Have you read the http://sourceforge.net/projects/pyodbc/ summary page
where the "Operating System" indicates which platforms are supported?
That might be relevant information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top