google-code-export / django-pyodbc

Automatically exported from code.google.com/p/django-pyodbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ss_loaddata included in setup.py #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by vcc.ch...@gmail.com on 24 Mar 2011 at 4:52