﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3829	Windows setup failed	gjgaughan@…	Adrian Holovaty	"I could be doing something daft, but I had to change the following line in setup.py:

  package = dirpath[len_root_dir:].lstrip('/').replace('/', '.')

to:

  package = dirpath[len_root_dir:].lstrip('\\').replace('\\', '.')

to make it install under Windows."		closed	Tools	0.96		fixed		dev@…	Accepted	1	0	0	0	0	0
