Hi,

trying to enable Base64Packager plugin results in following traceback:
(using Leo-4.5 final under MacOSX)

  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoGlobals.py",
line 2816, in doHook
    return f(tag,keywords)
  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoGlobals.py",
line 2816, in doHook
    return f(tag,keywords)

  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoPlugins.py",
line 97, in doPlugins
    return doHandlersForTag(tag,keywords)
  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoPlugins.py",
line 97, in doPlugins
    return doHandlersForTag(tag,keywords)

  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoPlugins.py",
line 76, in doHandlersForTag
    val = callTagHandler(bunch,tag,keywords)
  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoPlugins.py",
line 76, in doHandlersForTag
    val = callTagHandler(bunch,tag,keywords)

  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoPlugins.py",
line 55, in callTagHandler
    result = handler(tag,keywords)
  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoPlugins.py",
line 55, in callTagHandler
    result = handler(tag,keywords)

  File "/Users/scalet/Desktop/Leo-4-5-final/leo/plugins/
base64Packager.py", line 88, in addMenu
    c.add_command(imen, label = "Import To base64", command = lambda c
= c: base64Import( c ) )
  File "/Users/scalet/Desktop/Leo-4-5-final/leo/plugins/
base64Packager.py", line 88, in addMenu
    c.add_command(imen, label = "Import To base64", command = lambda c
= c: base64Import( c ) )

  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoCommands.py",
line 5815, in add_command
    menu.add_command(**keys)
  File "/Users/scalet/Desktop/Leo-4-5-final/leo/core/leoCommands.py",
line 5815, in add_command
    menu.add_command(**keys)

AttributeError: 'NoneType' object has no attribute 'add_command'
AttributeError: 'NoneType' object has no attribute 'add_command'


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to