Scott Talbert
Scott Talbert
It's supposed to. I'm just wondering if this problem is reliably reproducible or not.
It looks like it's probably a problem with the wheels we started producing with 7.45.3. As a workaround, you could probably do: `pip install pycurl --no-binary :all:`
Your error isn't the same as #791. Your error seems to be related to a check for a MSVC version number, to turn off a very old compiler flag. We...
You might be able to work around the issue by changing your encoding to UTF-8 (or use another computer with UTF-8 encoding).
Not the file, it's your system encoding. The error is happening when setup.py invokes cl.exe (part of MS Visual Studio) on your system.
Hmm, so is this really the same as Issue #1, then? (Plugin crashes but wrapper does not)
Well, whatever is causing acroread to crash may be present in Firefox, too. When I run the same test (view PDF, hit back button) on a 32-bit machine, acroread goes...
I have been working on trying to sort this one out for quite some time as it really annoys me. :-) From what I've gathered, this doesn't seem to be...
Yes, I figured that was why you went kind of quiet. :-) I know that when you looked at this, you were seeing acroread segfault, but in 99% of the...
How are you re-creating the problem then? All I ever do is view a PDF, hit the home button (which goes to a blank page for me) then wait. Your...