On Wed, Feb 9, 2011 at 2:42 PM, Dino Viehland <[email protected]> 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? _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
