can't copy 'webview\lib\WebBrowserInterop.x64.dll'
See original GitHub issueSpecification
- Platform: Windows
- Version: 10
- Python 3.6.4
- pip 10.0.1
Description
Installing pywebview 2.0
fails on Windows 10 64-bit using pip install pywebview
. The following error occurs:
error: can't copy 'webview\lib\WebBrowserInterop.x64.dll': doesn't exist or not a regular file
Similar error occurs using easy_install pywebview
:
error: Setup script exited with error: can't copy 'webview\lib\WebBrowserInterop.x64.dll': doesn't exist or not a regular file
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
I can't copy/paste any .dll file on my laptop even after
Hi,. 1. What exactly happen when you try to copy/paste .dll file? Are you getting any error message? 2. Which .dll files are...
Read more >copy of system dll doesn't work - Stack Overflow
When you copy in Explorer, the copied file is therefore a 64 bit DLL and so cannot be loaded into your process. When...
Read more >Can't copy any text from extensions pages (#69315) - GitHub
Issue Type: Bug go to any extensions page and try to copy any text from there. ... 2019-02-12T02:16:38.656Z) OS version: Darwin x64 18.2.0...
Read more >Copying 64-bit DLL to SYSDIR on W7-64 - NSIS Forums
I'm trying to install both a Win32 and Win64 version of a DLL ... NSIS has built-in to throw an error message if...
Read more >Reinstalling Windows XP -- cannot copy dll's - Dell Community
I'm reinstalling Windows XP and getting copy errors that it canot copy various dll's - so far cmprops.dll, licwmi.dll and mmfutil.dll.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Code-ReaQtor confirmed - the package on PYPI is missing the pywebview\lib folder:
In the meantime install directly from github:
pip install git+https://github.com/r0x0r/pywebview
@r0x0r 2.0.2 verified! Thanks.