Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 961 by [email protected]: robot can't load c#-based keywords
http://code.google.com/p/robotframework/issues/detail?id=961
I've got a library that can import a .dll written in C#. However, when I
try to import that code I get an error like the following:
Adding keyword 'foo' to library 'CSharpLibrary' failed: TypeError:
<built-in method foo of CustomKeywords object at 0x000000000000002B> is not
a Python function
When I dig through the code I see that the Handler class expects either a
java-based or python-based function. It would be nice if either there was
no distinction, or there was a third case supporting .net objects.