Bobspadger / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

can't install pyodbc on unbuntu 9.10 #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I install pyodbc by easy_install,but I found there is an error,I had unixODBC 
installed on my machine.

here is the error:

sudo easy_install-2.5 pyodbc
Searching for pyodbc
Reading http://pypi.python.org/simple/pyodbc/
Reading http://pyodbc.sourceforge.net
Reading http://code.google.com/p/pyodbc
Reading http://code.google.com/p/pyodbc/downloads/list
Reading https://sourceforge.net/project/showfiles.php?group_id=162557
Best match: pyodbc 2.1.6
Downloading http://pyodbc.googlecode.com/files/pyodbc-2.1.6.zip
Processing pyodbc-2.1.6.zip
Running pyodbc-2.1.6/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-gLBzMJ/pyodbc-2.1.6/egg-dist-tmp-bTcIK5
warning: no files found matching 'src\*.h'
warning: no files found matching 'src\*.cpp'
warning: no files found matching 'tests\*'
no previously-included directories found matching 'setup.cfg'
warning: no files found matching 'web\*'
no previously-included directories found matching 'web\*.cmd'
no previously-included directories found matching 'setup.PY'
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
error: Setup script exited with error: command 'gcc' failed with exit status 1

Original issue reported on code.google.com by bbmyth on 22 Jan 2010 at 5:14

GoogleCodeExporter commented 9 years ago
Duplicate of issue 83.  Appears to be a result of an issue in setup.py.

Original comment by bs1...@gmail.com on 25 Jan 2010 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 21 Nov 2010 at 6:38