-
Notifications
You must be signed in to change notification settings - Fork 307
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
Unable to find nss3.dll on Windows (Python 64bits, Firefox 32bits) #8
Comments
Yes, the Can you paste the location of your Firefox installation? Can you also run |
Okay cool, I have firefox in the default location of "C:\Program Files (x86)\Mozilla Firefox" and can confirm nss3.dll is located there This is the output I get,
|
I suspect this might be an incompatibility between your Python version and your Firefox version. Can you confirm by checking your list of installed programs or following these instructions. |
Yep turned out it was Python 2.7 64bit, thank you for your help really really appreciate it :) |
Glad it works now. You are welcome. |
@unode Why does the version of Python have to be the same as the version of Firefox? Is this because 32-bit python would be trying to load 64-bit dll? |
@Ike-Clinton it's a limitation. Not versions but architecture. |
Trying to get this to work on Windows, the script can't seem to find the nss3.dll
The path to the firefox directory for Windows in the script is:
line 186 -- firefox = r"C:\Program Files (x86)\Mozilla Firefox"
Is that 'r' supposed to be there?
Running Python 2.7 and Win10
The text was updated successfully, but these errors were encountered: