RE: [IronPython] Python extensions

2005-07-16 Thread Keith J. Farmer
You can -- at least in asp.net 2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Jacobs Sent: Saturday, July 16, 2005 12:19 PM To: IronPython List Subject: [IronPython] Python extensions sure if you can just declare a C# class without a namespac

[IronPython] Python extensions

2005-07-16 Thread Jonathan Jacobs
Hi, Long story short: I'd like to make use of the Python stdlib email-related modules (imaplib, poplib) but these require the use of the _sockets extension (_sockets.pyd), which has not been implemented in IronPython (yet). This got me thinking about extensions in IronPython, currently there