-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
AttributeError: 'QWebEngineProfile' object has no attribute 'clearHttpCache' #114
Comments
@andfoy, please take a look at this one. |
It seems that QWebEngineProfile.clearHttpCache was introduced after Qt 5.7. We should clear the caché on QWebEngine instances only if the version is later than 5.7 |
@ccordoba12, does Qt 5.6.2 has QWebEngine? |
Not the Anaconda version. It comes with Webkit.
But instead of using the Qt version, you need to rely on the WEBENGINE
constant of qtpy instead.
El 03/10/17 a las 10:24, Edgar Andrés Margffoy Tuay escribió:
…
@ccordoba12 <https://github.com/ccordoba12>, does Qt 5.6.2 has QWebEngine?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#114 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAWS7XG6-CI3ANCIAkbpbX1I3Mt7iWnuks5solHIgaJpZM4PsRDb>.
|
@ccordoba12 that's the current behaviour |
Weird... Then please add a try/except to catch this error.
El 03/10/17 a las 10:38, Edgar Andrés Margffoy Tuay escribió:
…
@ccordoba12 <https://github.com/ccordoba12> that's the current behaviour
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#114 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAWS7ahU8uLYj0ke1c5dnEssO2LVFKAdks5solUQgaJpZM4PsRDb>.
|
I install a Spyder Plugin for displaying a virtual terminal called |
@bhmit commented on Tue Oct 03 2017
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "/anaconda/lib/python3.6/site-packages/spyder_terminal/terminalplugin.py", line 165, in __wait_server_to_start
self.create_new_term(give_focus=False)
File "/anaconda/lib/python3.6/site-packages/spyder_terminal/terminalplugin.py", line 315, in create_new_term
font=font.family())
File "/anaconda/lib/python3.6/site-packages/spyder_terminal/widgets/terminalgui.py", line 63, in init
self.view = TermView(self, term_url=url, handler=self.handler)
File "/anaconda/lib/python3.6/site-packages/spyder_terminal/widgets/terminalgui.py", line 147, in init
self.document.profile().clearHttpCache()
AttributeError: 'QWebEngineProfile' object has no attribute 'clearHttpCache'
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: