my system is japanese winxp sp2 and python2.5

i checkout the r3936 form svn and run "setup.py install", but meet the
strange thing: all the file under the folder '''django''' do not be
copied to site-packages, where only one file created:
Django-0.95-py2.5.egg-info!

i browse the source of setup.py, find the code like below:

    if '__init__.py' in filenames:
        packages.append(dirpath.replace('/', '.'))

it seemed it could not work under windows, because the path separator
is '\\' not '/', maybe something is wrong or i have a mistaken anywhere?


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