niklasb / webkit-server

[not actively maintained] The C++ webkit-server from capybara-webkit with useful extensions and Python bindings
MIT License
48 stars 38 forks source link

Installation fails with error: [Errno 2] No such file or directory: 'src/webkit_server' #29

Open varshithr opened 7 years ago

varshithr commented 7 years ago

Trying to install via pip using command pip install webkit-server The python version is 2.7 OS = Ubuntu 16.04 We get the below issue

selection_005

tarun7singh commented 7 years ago

I'm getting the same error, were you able to find any solution?

ODudek commented 7 years ago

I got the same problem on Mac Os X Sierra

neic commented 7 years ago

I had the same error og macOS 10.12.4. qmake is a part of qt which I did not have installed. As this package needs qt<=5.5 I installed it with brew install qt@5.5 and added it (for this shell session) to my path with export PATH="/usr/local/opt/qt@5.5/bin:$PATH". After that pip install webkit-server works.

Something similar should be possible on Ubuntu.

aneekroy commented 7 years ago

I am getting the same problem too and the solution for exporting the pathway for qmake does not work in ubuntu.

XCanG commented 7 years ago

Same error on Windows 10 x64.

isaccavalcante commented 6 years ago

I got it working with #34

joshmarion777 commented 6 years ago

Worked out... thanks @neic saved my day.