Re: Start the interactive shell within an application
On Jun 9, 11:49 am, Jean-Michel Pichavant wrote: > I'm sometimes tired of adding prints to scan the current namespace so > I'd like to pause the execution and give the user the shell prompt. > This is obviously for debugging purpose. This is definitely doable, have look at rhythmbox or gedit - they provide an interactive console. Also, have a look at IPython, they have a recipe and an example of embedding IPython into a user's application. -- http://mail.python.org/mailman/listinfo/python-list
Re: error when use libgmail with proxy
On 22 июн, 10:33, 马不停蹄的猪 wrote: > Hi all, > Does anybody use libgmail with proxy? I met error here. I wouldn't recommend to use this module at all. It was writtent at the time when no IMAP was available at Google. Now there are POP and IMAP, so it's better to use them. -- http://mail.python.org/mailman/listinfo/python-list