[Users] [Bug 2935] New: name 'clawsmail' is not defined
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Tue Jun 4 21:19:06 CEST 2013
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2935
Bug ID: 2935
Summary: name 'clawsmail' is not defined
Classification: Unclassified
Product: Claws Mail
Version: 3.9.1
Hardware: PC
OS: Linux
Status: NEW
Severity: minor
Priority: P3
Component: Plugins/Python
Assignee: users at lists.claws-mail.org
Reporter: cra7yh0rse at yopmail.com
Opening the python shell and trying to type in "help(clawsmail)" will cause a
"NameError: global name 'clawsmail' is not defined"
Even if trying some scripting in ~/.claws-mail/python-scripts/ and launching
claws-mail from the console, it will report:
=====================================================
RuntimeError: could not find _PyGtk_API object
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'clawsmail' is not defined
Traceback (most recent call last):
File "/home/?????/.claws-mail/python-scripts/auto/startup", line 92, in
<module>
add_python_documentation_menu_item()
File "/home/????/.claws-mail/python-scripts/auto/startup", line 29, in
add_python_documentation_menu_item
group = clawsmail.get_mainwindow_action_group()
NameError: global name 'clawsmail' is not defined
Traceback (most recent call last):
File "/home/????/.claws-mail/python-scripts/auto/shutdown", line 8, in
<module>
if not clawsmail.is_exiting():
NameError: name 'clawsmail' is not defined
=====================================================
Maybe I miss PyGtk_API, but I doubt it.
B. Regards
Crazy Horse
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list