python-webkit2png icon indicating copy to clipboard operation
python-webkit2png copied to clipboard

setup.py install not working

Open rvernica opened this issue 9 years ago • 3 comments

Following the "Manual installation via Git" instructions, the last step:

Install with: python python-webkit2png/setup.py install

returns:

sudo python python-webkit2png/setup.py install
running install
running bdist_egg
running egg_info
writing webkit2png.egg-info/PKG-INFO
writing top-level names to webkit2png.egg-info/top_level.txt
writing dependency_links to webkit2png.egg-info/dependency_links.txt
writing entry points to webkit2png.egg-info/entry_points.txt
warning: manifest_maker: standard file 'setup.py' not found

error: package directory 'webkit2png' does not exist

If I cd into the directory and run setup from there it works.

rvernica avatar Feb 27 '15 20:02 rvernica

Duplicated BTW. (CentOs) However, afterwards I still can't use the module. When I import webkit2png python says it has no clue.

marc-hawke avatar Mar 05 '15 19:03 marc-hawke

You need to run setup.py from the directory it is in. cd python-webkit2png python setup.py install

radogast avatar Jan 11 '17 11:01 radogast

Better use pip, it does change to the dir automatically

sebix avatar Jun 10 '17 14:06 sebix