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

can't open file 'scripts/webkit2png' #58

Open
manmadewind opened this issue Jul 16, 2015 · 11 comments
Open

can't open file 'scripts/webkit2png' #58

manmadewind opened this issue Jul 16, 2015 · 11 comments

Comments

@manmadewind
Copy link

I used pip install webkit2png to install.
It looks like installed successful.
However, when I tried to run scripts/webkit2png -h I got this,

$ python: can't open file 'scripts/webkit2png': [Errno 2] No such file or directory

Some info you might wanna know,

  • OS: Mac OS X, 10.9.5
  • Python ,2.7
@duncanmcdowell
Copy link

pip install looks to be broken on my environment (OSX 10.10.4, Python 3.4). It claims a successful install, but only the egg_info directory is available in site packages.

@Eunoia
Copy link

Eunoia commented Nov 5, 2015

+1

@konoufo
Copy link

konoufo commented Nov 19, 2015

I experience the same behavior.
Ubuntu 14.0.4
Python 2.7

@thebaer
Copy link

thebaer commented Jan 2, 2016

+1

Ubuntu 14.04
Python 2.7

1 similar comment
@eppeters
Copy link

+1

Ubuntu 14.04
Python 2.7

@eppeters
Copy link

FWIW, the "Manual instructions via Git" instructions in the README do work on Py 2.7/Ubuntu 14.04.

Run python webkit2png/scripts.py -h instead of python scripts/webkit2png -h inside the folder you downloaded the repo to and it should work.

@djui
Copy link

djui commented Feb 11, 2016

👍 Something is wrong here... The files don't get installed. For me, it just hangs:

/ # python python-webkit2png/setup.py install
running install
running bdist_egg
running egg_info
creating webkit2png.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
writing manifest file 'webkit2png.egg-info/SOURCES.txt'

@marcelohfilho
Copy link

Same Problem:

ElementaryOS
Python 2.7

@ghost
Copy link

ghost commented Jun 14, 2017

Same problem:

Ubuntu 16.04
Python 2.7

@marcpope
Copy link

marcpope commented Jun 20, 2017

Ubuntu 14.04 / same here... where is it installed?

@sebix
Copy link

sebix commented Jun 21, 2017

You need to call the script directly

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

10 participants