Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew Jorgensen Sent: Thursday, February 10, 2011 2:52 PM To: Discussion of IronPython Cc: ironruby-c...@rubyforge.org Subject: Re: [IronPython] Contents of Lib (packaging for RPM) Okay, we're making some great progress here now. Last issue I see

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
setup that requires no additional configuration. Would it work for you? 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 8:05 AM To: Discussion of IronPython

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
) stat(/home/ajorg/packages-provo/Mono/ironruby/date.exe, 0x7fff01eb9580) = -1 ENOENT (No such file or directory) lstat(/home/ajorg/packages-provo/Mono/ironruby/date.exe, 0x7fff01eb9580) = -1 ENOENT (No such file or directory) On Fri, Feb 11, 2011 at 5:43 PM, Andrew Jorgensen and...@jorgensenfamily.us

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
Oh, nevermind, now I see this is configured in the .config files, I can probably fix this myself. On Fri, Feb 11, 2011 at 5:59 PM, Andrew Jorgensen and...@jorgensenfamily.us wrote: It still looks in the wrong place for the libraries, as you can see from this strace log grep date log read(0

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
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

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-11 Thread Andrew Jorgensen
On Fri, Feb 11, 2011 at 8:03 PM, Tomas Matousek tomas.matou...@microsoft.com wrote: 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. Ah, see I was just copying all the contents of

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-10 Thread Andrew Jorgensen
On Wed, Feb 9, 2011 at 2:42 PM, Dino Viehland di...@microsoft.com wrote: In the case of IronPython the script is just pulling the files from Languages/IronPython/StdLib/StdLib.pyproj so you could just go straight to that MSbuild file to get the list of files to use. StdLib.pyproj is generated

Re: [IronPython] Contents of Lib (packaging for RPM)

2011-02-10 Thread Andrew Jorgensen
Okay, we're making some great progress here now. Last issue I see immediately is that ir.exe crashes hard when trying to require a library, also it looks for it in all the wrong places on mono. Ideally (IMHO) it would first look under a Lib directory under the directory ir.exe lives in.

[IronPython] Contents of Lib (packaging for RPM)

2011-02-09 Thread Andrew Jorgensen
that takes the appropriate files from the correct source and puts them where I need them (the script used to build the -Bin.zip perhaps?) Thanks! Andrew Jorgensen ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users