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.
Original issue reported on code.google.com by djfis...@gmail.com on 4 Dec 2010 at 1:47
Original issue reported on code.google.com by
djfis...@gmail.com
on 4 Dec 2010 at 1:47Attachments: