Sorry, this is for UN*X users only, for now. Let's assume that you have IronPython-1.0 directory with IronPython release, and fepy directory with checkout of https://svn.sourceforge.net/svnroot/fepy/trunk/
$ cd IronPython-1.0 $ ../fepy/script/setup This will install (link) all my modules to Lib directory, and link CPython standard libraries and some 3rd party libraries. It also installs some shell scripts. To launch the console: $ ./ipy If you have Mono installed outside of your PATH, export MONO to point to mono binary you want to use. ./getm <name> links a standard library module <name>. ./gets <name> links a 3rd party module <name>. ./getp <name> links a module from FePy checkout. -- Seo Sanghyeon _______________________________________________ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com