<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body style="word-wrap: break-word;" bgcolor="#ffffff" text="#000000">
<font class="Apple-style-span" face="Georgia" size="4"><span
 class="Apple-style-span" style="font-size: 14px;">I'm trying to port
an existing (and working) C# Silverlight 3 application to IronPython.
&nbsp;Right now, I working on the merging of the resource dictionaries, and
have gotten to the point where I merge the converters. &nbsp;I took a simple
converter and ported it to IronPython, however I'm getting the ever
helpful SystemError 2255.</span></font>
<div><font class="Apple-style-span" face="Georgia" size="4"><span
 class="Apple-style-span" style="font-size: 14px;"><br>
</span></font></div>
<div><font class="Apple-style-span" face="Georgia" size="4"><span
 class="Apple-style-span" style="font-size: 14px;">I can manually
import my converter class via the REPL, and do a dir on it too. &nbsp;Which
leads me to believe there's another issue I'm unaware of. &nbsp;Perhaps it's
not supported? &nbsp;Has anyone else tried implementing a converter in
IronPython yet?</span></font></div>
</body>
</html>