Re: [IronPython] Sockets and Standard Library Modules in IronPython

2007-06-07 Thread Martin Maly
We are tracking the plea on codeplex:

http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10825

Thanks!
Martin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fuzzyman
Sent: Tuesday, June 05, 2007 3:11 AM
To: Discussion of IronPython
Subject: [IronPython] Sockets and Standard Library Modules in IronPython

Hello all,

A plea to 'the team'. urllib and urllib2 are Python standard libraries
modules that provide a high level interface to accessing internet
resources. They are widely used.

These modules are broken for the official IronPython distribution, but
they work with FePy thanks to patches that Seo has applied.

Seo says that the IronPython support for Python sockets has improved
greatly in IronPython 1.1 - but unfortunately not to the point where
these modules functions.

This is a request for these issues to be addressed as soon as possible. :-)


Many Thanks


Michael Foord
http://www.voidspace.org.uk/ironpython/index.shtml
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] Sockets and Standard Library Modules in IronPython

2007-06-05 Thread Fuzzyman
Hello all,

A plea to 'the team'. urllib and urllib2 are Python standard libraries 
modules that provide a high level interface to accessing internet 
resources. They are widely used.

These modules are broken for the official IronPython distribution, but 
they work with FePy thanks to patches that Seo has applied.

Seo says that the IronPython support for Python sockets has improved 
greatly in IronPython 1.1 - but unfortunately not to the point where 
these modules functions.

This is a request for these issues to be addressed as soon as possible. :-)


Many Thanks


Michael Foord
http://www.voidspace.org.uk/ironpython/index.shtml
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Sockets and Standard Library Modules in IronPython

2007-06-05 Thread Eric Larson
I would suppose getting these libs to work would also make httplib2
work as well. httplib2 is a *great* library that does an excellent job
with caching, etags and authentication, all of which are huge
regarding RESTful services (ie Atom Publishing Protocol).

I only mention it in hopes of fueling the fire to get these things working :)

Thanks!

Eric Larson

On 6/5/07, Fuzzyman [EMAIL PROTECTED] wrote:
 Hello all,

 A plea to 'the team'. urllib and urllib2 are Python standard libraries
 modules that provide a high level interface to accessing internet
 resources. They are widely used.

 These modules are broken for the official IronPython distribution, but
 they work with FePy thanks to patches that Seo has applied.

 Seo says that the IronPython support for Python sockets has improved
 greatly in IronPython 1.1 - but unfortunately not to the point where
 these modules functions.

 This is a request for these issues to be addressed as soon as possible. :-)


 Many Thanks


 Michael Foord
 http://www.voidspace.org.uk/ironpython/index.shtml
 ___
 users mailing list
 users@lists.ironpython.com
 http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Sockets and Standard Library Modules in IronPython

2007-06-05 Thread Dave Fugate
Thanks for reporting this Michael.  Are there any open work items on CodePlex 
WRT socket that are blocking urllib/urllib2 from being used?  If not, please 
let me know and I'll investigate this.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fuzzyman
Sent: Tuesday, June 05, 2007 3:11 AM
To: Discussion of IronPython
Subject: [IronPython] Sockets and Standard Library Modules in IronPython

Hello all,

A plea to 'the team'. urllib and urllib2 are Python standard libraries
modules that provide a high level interface to accessing internet
resources. They are widely used.

These modules are broken for the official IronPython distribution, but
they work with FePy thanks to patches that Seo has applied.

Seo says that the IronPython support for Python sockets has improved
greatly in IronPython 1.1 - but unfortunately not to the point where
these modules functions.

This is a request for these issues to be addressed as soon as possible. :-)


Many Thanks


Michael Foord
http://www.voidspace.org.uk/ironpython/index.shtml
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Sockets and Standard Library Modules in IronPython

2007-06-05 Thread Sanghyeon Seo
2007/6/6, Eric Larson [EMAIL PROTECTED]:
 I would suppose getting these libs to work would also make httplib2
 work as well. httplib2 is a *great* library that does an excellent job
 with caching, etags and authentication, all of which are huge
 regarding RESTful services (ie Atom Publishing Protocol).

 I only mention it in hopes of fueling the fire to get these things working :)

I must mention that httplib2 already works with IPCE. Actually I
submitted a patch for that in December 2006!

See
http://sourceforge.net/mailarchive/forum.php?thread_name=5b0248170612180038x2eb2d8c9t3a655e0d5eff1060%40mail.gmail.comforum_name=httplib2-discuss

-- 
Seo Sanghyeon
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Sockets and Standard Library Modules in IronPython

2007-06-05 Thread Eric Larson
On 6/5/07, Sanghyeon Seo [EMAIL PROTECTED] wrote:
 2007/6/6, Eric Larson [EMAIL PROTECTED]:
  I would suppose getting these libs to work would also make httplib2
  work as well. httplib2 is a *great* library that does an excellent job
  with caching, etags and authentication, all of which are huge
  regarding RESTful services (ie Atom Publishing Protocol).
 
  I only mention it in hopes of fueling the fire to get these things working 
  :)

 I must mention that httplib2 already works with IPCE. Actually I
 submitted a patch for that in December 2006!

 See
 http://sourceforge.net/mailarchive/forum.php?thread_name=5b0248170612180038x2eb2d8c9t3a655e0d5eff1060%40mail.gmail.comforum_name=httplib2-discuss


Of course they work with IPCE! It would just be nice if they could
work out of the box :)

Eric

**FWIW, I do use IPCE and it rocks!
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com