[Users] [Bug 2734] hangs when requesting 'help()' in python plugin console

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Fri Sep 21 09:49:46 CEST 2012


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2734





--- Comment #2 from Ricardo Mones  2012-09-21 09:49:45 ---
After googling a bit seems it could be a known python 2.7 bug caused by corrupt
modules: http://bugs.python.org/issue10060

But trying the same after launching python directly works as intended:
-------------------------------------------
$ python
Python 2.7.3 (default, Jun 15 2012, 15:26:07) 
[GCC 4.7.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> help()

Welcome to Python 2.7!  This is the online help utility.

If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://docs.python.org/2.7/tutorial/.

Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules.  To quit this help utility and
return to the interpreter, just type "quit".

To get a list of available modules, keywords, or topics, type "modules",
"keywords", or "topics".  Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as "spam", type "modules spam".

help>
-------------------------------------------

So it must be something the python plugin adds... any idea?

-- 
Configure bugmail: http://www.thewildbeast.co.uk/claws-mail/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Users mailing list