The setup.py problem on windows in django 0.96

6 views
Skip to first unread message

kernel1983

unread,
May 19, 2007, 10:44:45 AM5/19/07
to Django users
There is a problem while installing django 0.96 on windows

It's in the setup.py,line 24

package = dirpath[len_root_dir:].lstrip('/').replace('/', '.')

I think it should also consider the '\\'

package = dirpath[len_root_dir:].lstrip('/').replace('/',
'.').lstrip('\\').replace('\\', '.')

Malcolm Tredinnick

unread,
May 19, 2007, 12:19:24 PM5/19/07
to django...@googlegroups.com

It's been fixed in trunk, just after 0.96 was released. So you could
grab setup.py from a recent subversion checkout and just drop that into
place without too much trouble (although you'll probably want an updated
version of MANIFEST.in as well).

Regards,
Malcolm


Reply all
Reply to author
Forward
0 new messages