google-code-export / pymssql

Automatically exported from code.google.com/p/pymssql
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Installation failure pymssql-1.9.908 Ubuntu server 10.04 LTS error message "ImportError: No module named ez_setup" #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. From Ubuntu server 10.04 LTS fully patched run the following:
sudo su
# Python mssql (Microsoft SQL) module requirements
apt-get -y --force-yes install freetds-dev
# Python mssql module
cd /usr/local/src
wget http://pymssql.googlecode.com/files/pymssql-1.9.908.tar.gz
tar xvzf pymssql-1.9.908.tar.gz
cd pymssql-1.9.908/
python setup.py install
2. Recieve error:
 Traceback (most recent call last):
  File "setup.py", line 33, in <module>
    import ez_setup
ImportError: No module named ez_setup

What is the expected output? What do you see instead?
Unknown expected other than successful install.

What version of the product are you using? On what operating system?
Product version: pymssql-1.9.908
OS: Ubuntu server 10.04.2 LTS

Please provide any additional information below.
I have had difficulty finding an error similar to this with this module.  
However, this "ez_setup" has been mentioned elsewhere in other python 
installation failures.

Original issue reported on code.google.com by peterwor...@gmail.com on 11 Feb 2011 at 3:04

GoogleCodeExporter commented 9 years ago
Until just now I was unaware that this project had a stable code base.  I 
didn't realize I wasn't using the stable release.  Still, the installation 
failure should probably point out a glitch to the beta testers.  Thanks for a 
great add-on module!

Original comment by peterwor...@gmail.com on 11 Feb 2011 at 3:08

GoogleCodeExporter commented 9 years ago
I just fixed this with r235, thanks!

Original comment by dam...@gmail.com on 24 Feb 2011 at 3:51