Closed GoogleCodeExporter closed 9 years ago
Fixed with:
https://github.com/pymssql/pymssql/commit/daace623450efefe6a587f8519e9d688d3f797
50
If there are no C files:
(py26.venv)marca@marca-mac:~/dev/git-repos/pymssql$ rm .so .c (py26.venv)marca@marca-mac:~/dev/git-repos/pymssql$ rm -rf Cython-0.19.1-py2.6-macosx-10.8-x86_64.egg/ (py26.venv)marca@marca-mac:~/dev/git-repos/pymssql$ python setup.py build_ext -i Compiling module Cython.Plex.Scanners ... Compiling module Cython.Plex.Actions ... Compiling module Cython.Compiler.Lexicon ... ... Installed /Users/marca/dev/git-repos/pymssql/Cython-0.19.1-py2.6-macosx-10.8-x86_64.egg ... cythoning _mssql.pyx to _mssql.c building '_mssql' extension .. cythoning pymssql.pyx to pymssql.c building 'pymssql' extension ...
With the C files already present:
(py26.venv)marca@marca-mac:~/dev/git-repos/pymssql$ rm .so (py26.venv)marca@marca-mac:~/dev/git-repos/pymssql$ rm -rf Cython-0.19.1-py2.6-macosx-10.8-x86_64.egg/ (py26.venv)marca@marca-mac:~/dev/git-repos/pymssql$ ls -l .c -rw-r--r-- 1 marca staff 984673 Sep 21 23:15 _mssql.c -rw-r--r-- 1 marca staff 603301 Sep 21 23:15 pymssql.c (py26.venv)marca@marca-mac:~/dev/git-repos/pymssql$ python setup.py build_ext -i ... building '_mssql' extension ... building 'pymssql' extension ...
Original comment by msabr...@gmail.com
on 22 Sep 2013 at 6:20
Original issue reported on code.google.com by
msabr...@gmail.com
on 22 Sep 2013 at 6:09