Live data from Hacker News

Chrome Extension: Python Shell

chrome.google.com

1–10 of 24 posts

Re: Chrome Extension: Python Shell

#3
I 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.

Re: Chrome Extension: Python Shell

#7
There is a python shell plugin for gedit that gives you access to your text document.

If 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

#8
post #3

I 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.

>>> 2+2

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.

Post reply on HN