On Sun, Apr 13, 2008 at 02:34:21AM -0700, bobjack wrote:
> PS
>
> You must use leo from the Trunk if you want to develop using rClick as
> the module was in a state of flux at the time of the last leo release
> and the new API is significantly different from the 4.4.8 version.
Hi! I enabled rClick.py in myLeoSettings.
In the log pane on startup, reading testAtPopup.leo, I see:
Traceback (most recent call last):
File "/home/kayvan/src/leo/leo/src/leoGlobals.py", line 2548, in doHook
return f(tag,keywords)
File "/home/kayvan/src/leo/leo/src/leoPlugins.py", line 91, in doPlugins
return doHandlersForTag(tag,keywords)
File "/home/kayvan/src/leo/leo/src/leoPlugins.py", line 70, in
doHandlersForTag
val = callTagHandler(bunch,tag,keywords)
File "/home/kayvan/src/leo/leo/src/leoPlugins.py", line 49, in callTagHandler
result = handler(tag,keywords)
File "/home/kayvan/src/leo/leo/plugins/rClick.py", line 584, in onCreate
c.theContextMenuController = ContextMenuController(c)
File "/home/kayvan/src/leo/leo/plugins/rClick.py", line 647, in __init__
self.rSetupMenus()
File "/home/kayvan/src/leo/leo/plugins/rClick.py", line 742, in rSetupMenus
menus[key] = copy.deepcopy(item)
File "/usr/lib64/python2.4/copy.py", line 174, in deepcopy
y = copier(x, memo)
File "/usr/lib64/python2.4/copy.py", line 241, in _deepcopy_list
y.append(deepcopy(a, memo))
File "/usr/lib64/python2.4/copy.py", line 174, in deepcopy
y = copier(x, memo)
File "/usr/lib64/python2.4/copy.py", line 248, in _deepcopy_tuple
y.append(deepcopy(a, memo))
File "/usr/lib64/python2.4/copy.py", line 204, in deepcopy
y = _reconstruct(x, rv, 1, memo)
File "/usr/lib64/python2.4/copy.py", line 336, in _reconstruct
y = callable(*args)
File "/usr/lib64/python2.4/copy_reg.py", line 92, in __newobj__
return cls.__new__(cls, *args)
TypeError: function() takes at least 2 arguments (0 given)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---