Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py install not working #53

Open
rvernica opened this issue Feb 27, 2015 · 3 comments
Open

setup.py install not working #53

rvernica opened this issue Feb 27, 2015 · 3 comments

Comments

@rvernica
Copy link

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.

@marc-hawke
Copy link

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

@radogast
Copy link

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

@sebix
Copy link

sebix commented Jun 10, 2017

Better use pip, it does change to the dir automatically

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

No branches or pull requests

4 participants