| Issue 10: | Missing MANIFEST.in prevents "python setup.py bdist_rpm" from working | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The source distribution of pyodbc-2.1.1 is missing a MANIFEST.in file. This means that when you try to run "python setup.py bdist_rpm" (to build an rpm of pyodbc), it fails because the .cpp and .h files haven't been packaged into the build environment. If a simple MANIFEST.in file is supplied, then running "python setup.py bdist_rpm" works flawlessly. The MANIFEST.in should look something like: recursive-include . *.py recursive-include src *.h recursive-include src *.cpp What version of the product are you using? On what operating system? pyodbc 2.1.1 (from zip) Fedora 8
Dec 5, 2008
Fixed in 2.1.2
Status:
Fixed
Nov 21, 2010
(No comment was entered for this change.)
Status:
Complete
|
Owner: mkleehammer