You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice, if Python-GSearch will support Python 3.3.
2. Justification
I write plugin for Sublime Text 3 for scraping first link in Google SERP. Python-GSearch — is only Python module for Google SERP scraping, that works for me in Python 3.6.4 interpreter without bugs. Thank you very much!
But Sublime Text 3 have environment, based on Python 3.3. See reasons, because Sublime Text developers not migrated to 3.6 in these topics:
Thank you for the detailed issue, @Kristinita.
This would be definitely nice to have. Here is a way on how to do this. https://stackoverflow.com/a/2360639/2295672
I would try to solve it sometime. In the meanwhile, if you want to, you can send a PR.
1. Request
It would be nice, if Python-GSearch will support Python 3.3.
2. Justification
I write plugin for Sublime Text 3 for scraping first link in Google SERP. Python-GSearch — is only Python module for Google SERP scraping, that works for me in Python 3.6.4 interpreter without bugs. Thank you very much!
But Sublime Text 3 have environment, based on Python 3.3. See reasons, because Sublime Text developers not migrated to 3.6 in these topics:
Plugin developers can't use modules, not compatible with Python 3.3.
3. Settings
For example, I write simple plugin:
4. Steps to reproduce
I run
GoogleSearchCommand
in Sublime Text 3.5. Expected behavior
As in interpreter:
6. Actual behavior
I read, that function was introduced in Python 3.4, not in Python 3.3.
Thanks.
The text was updated successfully, but these errors were encountered: