[IronPython] socket for IronPython update

M. David Peterson xmlhacker at gmail.com
Wed May 3 08:57:52 CEST 2006


Hi Seo,

Let me first thank you for all of your work...  It's helped me a TON as I
attempt to both learn the Python language as well as attempt to utilize
IronPython in a couple of projects that I am working on that have been or
are in process of being developed in C#, to then utilize Python > IronPython
to extend and simplify from there.  In fact one of these projects,
AtomicRSS.NET (which is a simple binding to Microsoft's RSS/Web Feed API to
allow (hopefully) a losless two-way data exchange of Atom web feeds with the
RSS engine as well as a simple, straight forward to store and publish
content using Atom Publishing Protocol  (APP)), has a specific focus to
integrate CherryPy and Demokritos (an APP engine written by James Tauber)
via IronPython to accomplish the overall task at hand.

I mention this mainly because of the fact that it was through your work that
I passed along to Sylvain, which then through his recommendation convinced
me that this was the proper route to take with this project.  If you start
here > http://dev.extensibleforge.net/wiki/AtomicRSS.NET < and move through
to 'Evaluate' you'll notice several of your tutorials and code samples that
have peeked my interest and have made note of on the project wiki for
reference.  With all of this... Thanks!  You've been a great help and I
really appreciate.

So coming back to your questions:

re: socket.py > Yes, I do know that Sylvain has been using this, as have I.

re: the rest... Definitely a question for Sylvain.

NOTE: My current project > GlobalClip (an extension to MS's LiveClipboard
that implements a globally accessible clipboard for storing and sharing
content > http://dev.extensibleforge.net/wiki/GlobalClip < ), while the core
engine (in the repository accessible from the above link) is written in C#,
my intention is to extend from the core engine the client-side application
that implements a XAML-based GUI that ties into a local CherryPy instance
(this actually will (more than likely) be running via nuxle.us >
http://dev.extensibleforge.net/wiki/nuXle.us < Yet Another Project that
Sylvain and I are working together on) to act as a personal clipboard
repository that is accessible to any machine you give permission to access.
Your work already has, and will continue to be a part of both of these
mentioned projects...

With this in mind... I owe you a huge amount of gratitude for helping in
getting me over various issues I have run across along the way as well as
providing these modules to implement and extend from.

Thanks a TON!! :D


On 5/2/06, Sanghyeon Seo <sanxiyn at gmail.com> wrote:
>
> 2006/5/3, Sylvain Hellegouarch <sh at defuze.org>:
> > > I've copied Sylvain Hellegouarch, one of the CP project developers as
> > > I know he has had this on his list of things to get working.
> > Indeed. I've tried a few things already but I always ran into issues.
>
> Just out of curiousity, are you using my socket.py?
>
> My current plan is to implement settimeout() and zlib, and try again
> running CP. A curious fact is that CP *does* check for presense of
> settimeout() on socket in one place (and fallback), but not in other
> places. Oversight?
>
> Seo Sanghyeon
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>



--
<M:D/>

M. David Peterson
http://www.xsltblog.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060503/ff94be56/attachment.html>


More information about the Ironpython-users mailing list