Re: [IronPython] socket for IronPython update

2006-05-02 Thread Sanghyeon Seo
2006/5/2, Chu Kevin [EMAIL PROTECTED]:
 I always wish that IronPython can run Zope/Plone.
 a importance module is socket, but your socket still not run sample
 network application eg: edna

What is edna and where can I download it?

I currently test my socket.py against SimpleHTTPServer in Python
Standard Library, CherryPy (in progress), and dnspython for UDP
support.

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


Re: [IronPython] socket for IronPython update

2006-05-02 Thread Anders Olme
Hello,

I found this edna on sourceforge http://edna.sourceforge.net/ don't know if it is the right edna though..

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


Re: [IronPython] socket for IronPython update

2006-05-02 Thread Sanghyeon Seo
2006/5/2, Anders Olme [EMAIL PROTECTED]:
 I found this edna on sourceforge http://edna.sourceforge.net/ don't know
 if it is the right edna though..

Yeah, already found it and experimented with it. It actually runs with
my socket module and a tiny patch. See my time since the epoch post
for an interesting problem edna discovered.

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


[IronPython] Time since the epoch

2006-05-02 Thread Sanghyeon Seo
Hello,

Python library reference 6.11 says, The epoch is the point where the
time starts. On January 1st of that year, at 0 hours, the time since
the epoch'' is zero. For Unix, the epoch is 1970.

To me this seems to suggest that the epoch may vary among platforms
and implementations as long as it's consistent. Am I correct?

For example, does it make sense to file bug reports to Python projects
assuming that time.time() returns seconds since the Unix epoch?

I am asking because currently Python and IronPython returns very
different values for time.time() even if they run on the same computer
and at the same time.

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


Re: [IronPython] socket for IronPython update

2006-05-02 Thread M. David Peterson
Do you have CherryPy running via IronPython?

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.

There's a lot of folks, including myself, that  would LOVE to see CP
running via IronPython...  Sylvain, it seems that maybe Seo and you
could compare notes?  I'd love to help where I can just not quite
sure where/what work needs to be done.

On 5/2/06, Sanghyeon Seo [EMAIL PROTECTED] wrote:
 2006/5/2, Chu Kevin [EMAIL PROTECTED]:
  I always wish that IronPython can run Zope/Plone.
  a importance module is socket, but your socket still not run sample
  network application eg: edna

 What is edna and where can I download it?

 I currently test my socket.py against SimpleHTTPServer in Python
 Standard Library, CherryPy (in progress), and dnspython for UDP
 support.

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



--
M:D/

M. David Peterson
http://www.xsltblog.com/
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] socket for IronPython update

2006-05-02 Thread Sylvain Hellegouarch
Hi all,



 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.

 There's a lot of folks, including myself, that  would LOVE to see CP
 running via IronPython...  Sylvain, it seems that maybe Seo and you
 could compare notes?  I'd love to help where I can just not quite
 sure where/what work needs to be done.
I'd love to check out your progress Seo and help as I can.

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


Re: [IronPython] socket for IronPython update

2006-05-02 Thread Sanghyeon Seo
2006/5/3, Sylvain Hellegouarch [EMAIL PROTECTED]:
  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@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com