Re: [IronPython] Python Standard Library in IronPython

2008-11-18 Thread Jimmy Schementi
Will do, but you can just keep an eye on http://github.com/jschementi/agdlr ... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Miller Sent: Tuesday, November 18, 2008 4:00 PM To: Discussion of IronPython Subject: Re: [IronPython] Python Standard Library in IronPython

Re: [IronPython] Python Standard Library in IronPython

2008-11-18 Thread Kenneth Miller
u. =) ~js -Original Message- From: [EMAIL PROTECTED] [mailto:users- [EMAIL PROTECTED] On Behalf Of Dan Eloff Sent: Friday, October 31, 2008 2:06 PM To: Discussion of IronPython Subject: Re: [IronPython] Python Standard Library in IronPython On Fri, Oct 31, 2008 at 3:05 PM, Kenneth Mil

Re: [IronPython] Python Standard Library in IronPython

2008-11-18 Thread Jimmy Schementi
raries once and only once. But, I'm not going to be the guy to stop you. =) ~js > -Original Message- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Dan Eloff > Sent: Friday, October 31, 2008 2:06 PM > To: Discussion of IronPython > Subj

Re: [IronPython] Python Standard Library in IronPython

2008-10-31 Thread Kenneth Miller
Dan, Thanks for the encouragement, it's much appreciated. If you don't mind discussing off the list, I'd love to ask you some questions about silverlight and see what you're doing with it. Regards, Ken On Oct 31, 2008, at 3:03 PM, Dan Eloff wrote: On Thu, Oct 30, 2008 at 5:27 PM, Kenn

Re: [IronPython] Python Standard Library in IronPython

2008-10-31 Thread Dan Eloff
On Fri, Oct 31, 2008 at 3:05 PM, Kenneth Miller <[EMAIL PROTECTED]> wrote: > Dan, > Thanks for the encouragement, it's much appreciated. If you don't mind > discussing off the list, I'd love to ask you some questions about > silverlight and see what you're doing with it. > Regards, > Ken Nothi

Re: [IronPython] Python Standard Library in IronPython

2008-10-31 Thread Dan Eloff
On Thu, Oct 30, 2008 at 5:27 PM, Kenneth Miller <[EMAIL PROTECTED]> wrote: > So, >Before I get to into this, does this project hold merit for anyone but > myself? Would anyone outside of Seo and I like to see it move forward. I > like to spend my time on worthwhile adventures. Like I said befor

Re: [IronPython] Python Standard Library in IronPython

2008-10-30 Thread Michael Foord
Kenneth Miller wrote: So, Before I get to into this, does this project hold merit for anyone but myself? Would anyone outside of Seo and I like to see it move forward. I like to spend my time on worthwhile adventures. Like I said before, the main motivation here is to have access to common

Re: [IronPython] Python Standard Library in IronPython

2008-10-30 Thread Kenneth Miller
So, Before I get to into this, does this project hold merit for anyone but myself? Would anyone outside of Seo and I like to see it move forward. I like to spend my time on worthwhile adventures. Like I said before, the main motivation here is to have access to common python standard l

Re: [IronPython] Python Standard Library in IronPython

2008-10-30 Thread Michael Foord
Seo Sanghyeon wrote: 2008/10/31 Michael Foord <[EMAIL PROTECTED]>: Kenneth Miller wrote: http://www.bitbucket.org/xkenneth/atheneum/src/tip/atheneum/ Where are the tests? Apparently here: http://www.bitbucket.org/xkenneth/atheneum/src/ A sibling directory, not a child di

Re: [IronPython] Python Standard Library in IronPython

2008-10-30 Thread Seo Sanghyeon
2008/10/31 Michael Foord <[EMAIL PROTECTED]>: > Kenneth Miller wrote: >> http://www.bitbucket.org/xkenneth/atheneum/src/tip/atheneum/ > Where are the tests? Apparently here: http://www.bitbucket.org/xkenneth/atheneum/src/ A sibling directory, not a child directory. -- Seo Sanghyeon

Re: [IronPython] Python Standard Library in IronPython

2008-10-30 Thread Michael Foord
Kenneth Miller wrote: Seo, I started a new project on bitbucket.org as I wanted the project to have a different name and a broader scope than simply clipath. Take a look, and let's keep rolling. http://www.bitbucket.org/xkenneth/atheneum/src/tip/atheneum/ Where are the tests? Michael

Re: [IronPython] Python Standard Library in IronPython

2008-10-30 Thread Kenneth Miller
Seo, I started a new project on bitbucket.org as I wanted the project to have a different name and a broader scope than simply clipath. Take a look, and let's keep rolling. http://www.bitbucket.org/xkenneth/atheneum/src/tip/atheneum/ Regards, Ken On Oct 29, 2008, at 11:19 AM, Seo Sangh

Re: [IronPython] Python Standard Library in IronPython

2008-10-29 Thread Seo Sanghyeon
2008/10/30 Kenneth Miller <[EMAIL PROTECTED]>: > Seo, >Can you give me access to this code? I signed up on bitbucket as > xkenneth. Done. -- Seo Sanghyeon ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/us

Re: [IronPython] Python Standard Library in IronPython

2008-10-29 Thread Kenneth Miller
Seo, That makes sense to me as well. I want to run python unaltered python scripts on silverlight and (maybe) ironpython without using the python standard library. It makes sense to use the python standard library in IronPython as it's there, and you can use it. However this doesn't m

Re: [IronPython] Python Standard Library in IronPython

2008-10-29 Thread Kenneth Miller
Seo, Can you give me access to this code? I signed up on bitbucket as xkenneth. Regards, Ken On Oct 29, 2008, at 2:19 AM, Seo Sanghyeon wrote: 2008/10/29 Kenneth Miller <[EMAIL PROTECTED]>: How would these modules be structured, I'd simply just recreate what we need out of the standar

Re: [IronPython] Python Standard Library in IronPython

2008-10-29 Thread Kenneth Miller
Would have used it had I known about it, but it doesn't provide as python of an interface as I'd like, so I think I'll stick with my work for now. Regards, Ken On Oct 29, 2008, at 1:16 AM, Seo Sanghyeon wrote: 2008/10/29 Kenneth Miller <[EMAIL PROTECTED]>: http://github.com/xkenneth/gxml/

Re: [IronPython] Python Standard Library in IronPython

2008-10-29 Thread Seo Sanghyeon
2008/10/29 Kenneth Miller <[EMAIL PROTECTED]>: > How would these modules be structured, I'd simply just recreate what we need > out of the standard library using .NETs classes. So for instance for os.path > i'd literally write a new module. I've got the pure python implementation of > elementtree a

Re: [IronPython] Python Standard Library in IronPython

2008-10-28 Thread Seo Sanghyeon
2008/10/29 Kenneth Miller <[EMAIL PROTECTED]>: > http://github.com/xkenneth/gxml/tree/master What do you think about http://trac.defuze.org/wiki/bridge ? -- Seo Sanghyeon ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/lis

Re: [IronPython] Python Standard Library in IronPython

2008-10-28 Thread Kenneth Miller
All, This is a good idea, and I actually planned to do this for path manipulation some time ago, named "clipath" (analogy to "ntpath", "posixpath", etc.). Another obvious candidate is "clidom", reusing .NET's DOM classes. How would these modules be structured, I'd simply just recreate what

Re: [IronPython] Python Standard Library in IronPython

2008-10-28 Thread Seo Sanghyeon
2008/10/29 Kenneth Miller <[EMAIL PROTECTED]>: > I know I can access just about everything in the python standard library > by simply adding it to the ironpython path, however this is not a good > solution when writing dynamic applications in Silverlight. I can include the > standard library with

[IronPython] Python Standard Library in IronPython

2008-10-28 Thread Kenneth Miller
All, I know I can access just about everything in the python standard library by simply adding it to the ironpython path, however this is not a good solution when writing dynamic applications in Silverlight. I can include the standard library with my silverlight application, but this b