[IronPython] Contents of Lib (packaging for RPM)

Andrew Jorgensen andrew at jorgensenfamily.us
Thu Feb 10 22:57:38 CET 2011


On Wed, Feb 9, 2011 at 2:42 PM, Dino Viehland <dinov at 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 from Languages/IronPython/StdLib/MakeModuleList.py
> which you could run on Linux to see if there's any differences between the
> modules which can be successfully imported.

Excellent. Thank you! For now I'll just parse StdLib.pyproj, in future
I'll modify MakeModuleList.py to work on Linux and output a plain list
of paths or something.

Further question though: when I build using "xbuild
Solutions/IronPython.Mono.sln" some files get put into
bin/<Configuration>/Lib, specifically __future__.py iptest/ runpy.py
site.py, and these files are not the same as the ones in
External.LCA_RESTRICTED. Which one should be in my Lib directory in my
package?



More information about the Ironpython-users mailing list