[IronPython] compiled "builtin" modules (os, sys, etc)

Curt Hagenlocher curt at hagenlocher.org
Thu Nov 13 13:43:39 CET 2008


"os" is not a builtin module at all -- it's an external .py file that loads
the internal "nt" module.  I don't know why you'd need to include sys, but I
imagine Dino will answer. :)

On Thu, Nov 13, 2008 at 10:39 AM, <oren at held.org.il> wrote:

> Hi,
>
> This question is regarding IronPythong *compiled* code (I use pyc.py):
>
> It seems that I have to "compile" even the "builtin" modules such as sys,
> os, if my script imports them.
>
> 1. Aren't they supposed to be included in IronPython.dll? Am I doing
> something wrong? :)
> 2. Do you know of any "make" script that follows all the imported modules
> recursively and compiles them as well?
>
> Thanks!
>
>  - Oren
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20081113/419f8c0c/attachment.html>


More information about the Ironpython-users mailing list