<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Seo,<div><br></div><div>&nbsp;&nbsp; &nbsp;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 make a whole lot of sense in Silverlight for the reasons I mentioned before, mainly bloat. So I suppose we should just rehash what functions we need and build them into an identical structure as found in the standard python libraries?</div><div><br></div><div>I hope to hear back from you soon! I'm excited to work on a joint project.</div><div><br></div><div>Regards,</div><div>Ken</div><div><br><div><div>On Oct 29, 2008, at 2:19 AM, Seo Sanghyeon wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>2008/10/29 Kenneth Miller &lt;<a href="mailto:xkenneth@gmail.com">xkenneth@gmail.com</a>>:<br><blockquote type="cite">How would these modules be structured, I'd simply just recreate what we need<br></blockquote><blockquote type="cite">out of the standard library using .NETs classes. So for instance for os.path<br></blockquote><blockquote type="cite">i'd literally write a new module. I've got the pure python implementation of<br></blockquote><blockquote type="cite">elementtree along PDIS-XPATH for xpath operations. I've written a few<br></blockquote><blockquote type="cite">modules here:<br></blockquote><blockquote type="cite"><a href="http://github.com/xkenneth/gpath/tree/master">http://github.com/xkenneth/gpath/tree/master</a><br></blockquote><blockquote type="cite"><a href="http://github.com/xkenneth/gxml/tree/master">http://github.com/xkenneth/gxml/tree/master</a><br></blockquote><br>Okay, here is my take on how clipath would be structured:<br><a href="http://www.bitbucket.org/sanxiyn/clipath/">http://www.bitbucket.org/sanxiyn/clipath/</a><br><br>-- <br>Seo Sanghyeon<br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>http://lists.ironpython.com/listinfo.cgi/users-ironpython.com<br></div></blockquote></div><br></div></body></html>