my system is japanese winxp sp2 and python2.5 i checkout the r3936 form svn into a new folder 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!
the output information: running install running build running build_py running build_scripts creating build creating build\scripts-2.5 copying and adjusting django\bin\django-admin.py -> build\scripts-2.5 running install_lib running install_scripts copying build\scripts-2.5\django-admin.py -> c:\python25\Scripts running install_data running install_egg_info Writing c:\python25\Lib\site-packages\Django-0.95-py2.5.egg-info warning: install_lib: 'build\lib' does not exist -- no Python modules to install 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 make a mistake? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---