On 10/31/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
> I'm not sure how python on windows handles imports, since the native
> file system isn't case-sensitive, but try making MYSITE lowercase;
> python is case-sensitive.

The importing behavior on Windows and other case-insensitive
filesystems is defined in PEP 235[1]; if I'm reading it correctly,
trying 'import MYSITE' should work if 'MYSITE' (case-sensitively) is
the actual name of the directory.

I can't see anything in management.py which would normalize the path
before doing things (that *would* screw things up, since normalization
lowercases the names on Windows); can anyone else running Windows
verify this as a bug?


[1] http://www.python.org/dev/peps/pep-0235/


-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to