Skip to content
This repository was archived by the owner on May 30, 2020. It is now read-only.

easy_install HtmlCssInclude - Not working in windows #1

Closed
ewdurbin opened this issue Apr 18, 2013 · 1 comment
Closed

easy_install HtmlCssInclude - Not working in windows #1

ewdurbin opened this issue Apr 18, 2013 · 1 comment

Comments

@ewdurbin
Copy link
Member

Originally reported by: Anonymous


I installed Python 2.7 and easy_install-2.7.exe on my Windows 2003 server, then set %PATH% to C:\Python27;C:\Python27\Scripts;. Also installed lxml-2.2.8.win32-py2.7.exe Then I tried to install a python package with easy_install, but easy_install failed. The failure follows:


C:>easy_install HtmlCssInclude
Searching for HtmlCssInclude
Reading http://pypi.python.org/simple/HtmlCssInclude/
Best match: HtmlCssInclude 0.1.2
Downloading http://pypi.python.org/packages/source/H/HtmlCssInclude/HtmlCssInclu
de-0.1.2.tar.gz#md5=0b4438bf62ae66842a514dcff67c0cd7
Processing HtmlCssInclude-0.1.2.tar.gz
Running HtmlCssInclude-0.1.2\setup.py -q bdist_egg --dist-dir c:\docume~1\admini
1\locals1\temp\1\easy_install-qpossf\HtmlCssInclude-0.1.2\egg-dist-tmp-haku7q
C:\Python27\Lib\distutils\dist.py:267: UserWarning: Unknown distribution option:
'auther'
warnings.warn(msg)
warning: no files found matching 'testdata'
error: Setup script exited with error: can't copy 'sample.css': doesn't exist or
not a regular file.


I think this package contains an error argument in setup.py that named 'auther' instead of 'author'


@ewdurbin
Copy link
Member Author

Original comment by Richard Jones (Bitbucket: r1chardj0n3s, GitHub: r1chardj0n3s):


This is the bug tracker for PyPI, not any individual package. Please contact that author of the package.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant