-
Notifications
You must be signed in to change notification settings - Fork 18
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
Dependency Problem #5
Comments
Seems like you can not install webbrowser via PIP, right? |
ok i test to install the files by .whl file can you tell me what python version i need and maybe link all the Dependencys files please? |
You need to check out which specific python version you are on. We are using python 3.6 64 bit on Anaconda on Windows. So we would choose to download files with "cp36" "amd64" "win64" substrings. If you are using Anaconda it's a lot easier, for most packages you just type instructions like "conda install xxx". If you simply want to use this tool just feel free to use the pre-compiled version, since Bluehole won't even care. Or if you have some special demands on some features you can just reply here, and we will see what we can do. |
i want to learn how all this works but this seems to complicated for me :/ |
The error code: |
@gokhyildiz |
in python 3 you donot need to install webbrowser. pip install PyUserInput if you need PyHook |
webbrowser is part of the python standard library, you don't have to install a separate package to use it because it comes bundled with your python installation. If you want to get recognized browsers on your system:
If you directly use webbrowser.open() - it will always open the link in the default browser. What you can do is to register the any other browser and then launch a new tab. Something like this:
Once a python browser type is registered, the get() function can return a controller for that browser type. You can run open, open_new and open_new_tab on the controller object. This will ensure the commands are executed on the same browser instance you opened.
|
Hey. I cannot install all Dependencys.
webbrowser, win32gui, win32con & win32process are not able to install
Error Code:
Could not find a version that satisfies the requirement webbrowser (from versions: )
No matching distribution found for webbrowser
any solution for me?
The text was updated successfully, but these errors were encountered: