Posted on Dec 4, 2010 by
Grumpy Dog
What steps will reproduce the problem? 1. sync the trunk 2. python setup.py install 3. verify that sql_server/extras/management is not copied to site-packages
What is the expected output? What do you see instead? Because the ss_loaddata management command is not installed with python setup.py install, it cannot be used.
What version of the product are you using? On what operating system? trunk r183 on RHEL5.5
The solution is simply to include it in the installable packages in setup.py.
- ss_loaddata.diff 577
Comment #1
Posted on Mar 24, 2011 by Swift Panda(No comment was entered for this change.)
Status: Accepted
Labels:
Type-Defect
Priority-Medium