On Thu, March 27, 2008 1:21 am, Bernd Viehmann said: > Hi Curt, > > thanks, but I am not allowed to install FePy on the Production-Server. So > I > need a solution with pure IronPython ;-).
Bernd, AFAIK, you should try to get the CPython libraries installed with IronPython, otherwise you're missing functionality that you can use. Many of the CPython libraries are pure-Python, and can be used directly by IronPython. FePy also includes the CPython libraries, but that is independent of Mono/.NET issues. -Doug > Regards > > Bernd > > > 2008/3/26, Curt Hagenlocher <[EMAIL PROTECTED]>: >> >> On Wed, Mar 26, 2008 at 8:04 AM, Bernd Viehmann >> <[EMAIL PROTECTED]> wrote: >> > >> > How can i use the copy-module-functionality in ipy? >> >> >> Have you tried just using the py files that ship with CPython? >> >> You can get a distribution of IronPython that incorporates these files >> from Seo's FePy project at http://fepy.sourceforge.net >> >> >> -- >> Curt Hagenlocher >> [EMAIL PROTECTED] >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- Douglas S. Blank Associate Professor, Bryn Mawr College http://cs.brynmawr.edu/~dblank/ Office: 610 526 6501 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
