Yes, but the .config file doesn't need to be there at all. "../Lib" is the default value.
The files in Config directory are for development env only. Tomas -----Original Message----- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew Jorgensen Sent: Friday, February 11, 2011 6:44 PM To: Discussion of IronPython Cc: ironruby-core@rubyforge.org Subject: Re: [IronPython] Contents of Lib (packaging for RPM) On Fri, Feb 11, 2011 at 7:28 PM, Tomas Matousek <tomas.matou...@microsoft.com> wrote: > Yes, it is possible. You shouldn't need to change the config file. We don't > have a config file in the Windows installation. This comes from Config/Signed/App.config (which becomes ir.exe.config), which has the following line <set language="Ruby" option="StandardLibrary" value="..\..\Languages\Ruby\StdLib"/> which must be changed to <set language="Ruby" option="StandardLibrary" value="..\Lib"/> for ir.exe to find libraries. Of course the first is correct for the built copy, just not correct when installed. _______________________________________________ Users mailing list us...@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core