Ulf I haven't played with this second solution, but I did just check
out a copy of the django-pyodbc project.  You should be OK following
the author's instructions.  He said to add the django-pydobc directory
(where ever you choose to put it) to your PYTHONPATH.  The name of the
module(s) that get imported do not have a "-" in them... they are
entities like contrib.admin.models and db.mssql.  By adding  django-
pydobc to your PYTHONPATH you are just giving Python another place to
look when importing stuff.

--gordon


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to