Baurzhan Ismagulov schreef:
> [...]you need to have the following environment variables set: > > PYTHONPATH = c:/temp > DJANGO_SETTINGS_MODULE = mysite.settings I did just that and it works now, thx. To recap and potentially make this post even more useful, what i learned so far: In: System properties -> Advanced -> Evironment variables I have added the following system variables: PYTHONPATH = c:\temp DJANGO_SETTINGS_MODULE = mysite.settings (solving my previously mentioned errors) probably not solving my problems, but maybe useful To add to the sys.path of Python: Create a .PTH file within a directory on sys.path (pref. .../python/lib/site-packages) To add to PYTHONPATH Edit the registry key: HKEY-LOCAL/SOFTWARE/PYTHON/PYTHONCORE/2.5/PYTHONPATH/(default) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---