[ANN] IronPython Community Edition r7

2007-10-15 Thread Sanghyeon Seo
This is the seventh release of IronPython Community Edition (IPCE). Download from SourceForge: http://sourceforge.net/projects/fepy FePy project aims to provide enhancements and add-ons for IronPython. http://fepy.sourceforge.net/ This work was in part supported by Mozilla Corporation. FePy pro

[ANN] IronPython Community Edition r6

2007-05-20 Thread Sanghyeon Seo
This is the sixth release of IronPython Community Edition (IPCE). Download from SourceForge: http://sourceforge.net/projects/fepy FePy project aims to provide enhancements and add-ons for IronPython. http://fepy.sourceforge.net/ This release is built with Mono 1.2.3.1. As this release has droppe

[ANN] IronPython Community Edition r5

2006-12-15 Thread Sanghyeon Seo
This is the fifth release of IronPython Community Edition (IPCE). You can download it from SourceForge. http://sourceforge.net/projects/fepy FePy project aims to provide enhancements and add-ons for IronPython. Visit the project homepage for more informations. http://fepy.sourceforge.net/ Binary

[ANN] IronPython Community Edition r3

2006-10-26 Thread Sanghyeon Seo
This is the third release of IronPython Community Edition (IPCE). Get it here. http://sparcs.kaist.ac.kr/~tinuviel/download/IPCE-r3.zip This release is also available on SourceForge mirrors near you. http://sourceforge.net/projects/fepy IPCE has a homepage. You can read about licenses and patche

[ANN] IronPython Community Edition 1.0r2

2006-09-29 Thread Sanghyeon Seo
This is the second release of IronPython Community Edition (IPCE), 1.0 revision 2, based on IronPython 1.0. Get it here: http://sparcs.kaist.ac.kr/~tinuviel/download/IPCE-1.0r2.zip Binary is built with Mono 1.1.17.1. BIG WARNING: it won't work with Mono versions below 1.1.17. Please don't mail m

Re: Using sys.executable

2006-09-18 Thread Sanghyeon Seo
Oops, sent to the wrong address! 2006/9/19, Sanghyeon Seo <[EMAIL PROTECTED]>: > Following Elliot's advice, I changed my scripts to use sys.executable > instead of hardcoding the path. Also in SVN. > > # in run_tests.py > import os, sys > os.putenv('PYTHON',

Using sys.executable

2006-09-18 Thread Sanghyeon Seo
Following Elliot's advice, I changed my scripts to use sys.executable instead of hardcoding the path. Also in SVN. # in run_tests.py import os, sys os.putenv('PYTHON', sys.executable) # in shell scripts $PYTHON alltests.py -- Seo Sanghyeon -- http://mail.python.org/mailman/listinfo/python-list

Re: [ANN] IronPython Community Edition 1.0r1

2006-09-13 Thread Sanghyeon Seo
2006/9/14, Sanghyeon Seo <[EMAIL PROTECTED]>: > I am happy to announce IronPython Community Edition (IPCE for short) > 1.0 revision 1, based on IronPython 1.0, to the world. I haven't included Python standard library or my DB-API for IronPython modules or useful third p

[ANN] IronPython Community Edition 1.0r1

2006-09-13 Thread Sanghyeon Seo
I am happy to announce IronPython Community Edition (IPCE for short) 1.0 revision 1, based on IronPython 1.0, to the world. Get it here: http://sparcs.kaist.ac.kr/~tinuviel/download/IPCE-1.0r1.zip Binary is built with Mono 1.1.17.1. Benefits of this edition: 1. You don't need to fight Mono with

Table of Python Packages

2006-08-31 Thread Sanghyeon Seo
Hello, c.l.py, and catalog-sig, This post updates last year's post: http://mail.python.org/pipermail/catalog-sig/2005-March/000506.html Believe it or not, I am still maintaining this table, and it can be now found here: http://sparcs.kaist.ac.kr/~tinuviel/package/list.cgi?name=python Now you can

ctypes for IronPython (preliminary)

2006-06-07 Thread Sanghyeon Seo
ctypes is a popular CPython extension planned for inclusion in Python 2.5. It is a foreign function interface library. Homepage: http://starship.python.net/crew/theller/ctypes/ Documentation: http://docs.python.org/dev/lib/module-ctypes.html I would like to announce a preliminary implementation o

How to run SimpleHTTPServer on IronPython on Mono

2006-03-18 Thread Sanghyeon Seo
I took some time to write this HOWTO: http://sparcs.kaist.ac.kr/~tinuviel/fepy/howto/simplehttpserver-ironpython-mono-howto.html IronPython seems to get much less interest than it deserves. This howto shows how to setup IronPython to use with Mono on Linux and how to rebuild IronPython from source