﻿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
25360	Django1.8 install error when using setuptools setup	hsiao	nobody	"I wrote this in ''setup.py'':

{{{
#!div style=""font-size: 80%""
{{{
from setuptools import setup 

setup(
    ......
    zip_safe=False,
    install_requires=['django==1.8.4'],
)
}}}
}}}

When I ran command ''$ python setup.py install'',
I got this error:
{{{
#!div style=""font-size: 80%""
{{{
Searching for django
Reading https://pypi.python.org/simple/django/
Best match: Django 1.8.4
Downloading https://pypi.python.org/packages/source/D/Django/Django-1.8.4.tar.gz
#md5=8eb569a5b9d984d9f3366fda67fb0bb8
Processing Django-1.8.4.tar.gz
error: [Errno 22] invalid mode ('wb') or filename: 'c:\\users\\user\\appdata\\local\\temp\\easy_install-sqik__\\Django-1.8.4\\tests\\staticfiles_tests\\apps\\test\\static\\test\\\xe2\x8a\x97.txt'
}}}
}}}

Same error occurs when I use easy_install to install django 1.8.

( I ran the script on windows7 )"	Bug	closed	Uncategorized	1.8	Normal	needsinfo	install	django@…	Unreviewed	0	0	0	0	0	0
