If you're doing the logging from within C#, then there's no way to recover
the originally-passed Python object if the binder has had to perform a
conversion -- as it will have in this case.
On Tue, Jan 27, 2009 at 8:41 PM, Jeff Slutter wrote:
> Curt Hagenlocher wrote:
> > If you're willing to liv
Hi all,
I am glad to announce that IronPython 2 is now capable of running my XMPP
Python library: headstock [1].
.NET has already an excellent XMPP SDK called agsXMPP [2] that is a native
.NET/C# framework. However I'm a Python developers at heart and I had
started quite a while ago writing my ow