Chrome Extension: Python Shell
chrome.google.com
Chrome Extension: Python Shell
1–10 of 24 posts
Re: Chrome Extension: Python Shell
#2Re: Chrome Extension: Python Shell
#3>>> 2+2
401 Unauthorized Unauthorized
The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
In case you are allowed to request the document, please check your user-id and password and try again.
Re: Chrome Extension: Python Shell
#4Re: Chrome Extension: Python Shell
#5Re: Chrome Extension: Python Shell
#6Re: Chrome Extension: Python Shell
#7If someone could do that for this plugin, i.e. Giving you access to the main tab/window object, that would be seriously cool. Prototyping screen scraping, building easy extentions using python, and hacking a quick change into a website would all be so easy.
Re: Chrome Extension: Python Shell
#8I guess that's one answer. >>> 2+2 401 Unauthorized Unauthorized The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required. In case you are allowed to request the document, please check your user-id and password and try again.
4
However,
>>> import gc
500 Internal Server Error
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
Re: Chrome Extension: Python Shell
#9Re: Chrome Extension: Python Shell
#10How is a Python shell related to the browser? I mean if you had a Python API available to google chrome, or if you could browse the DOM tree it would be useful..