I know almost nothing about setuptools, but you may be able to do: python setup.py develop
from your svn directory to tell setuptools to use the trunk. Otherwise, you need to manipulate your python search path either in the shell or in code. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

