[IronPython] compiled "builtin" modules (os, sys, etc)
oren at held.org.il
oren at held.org.il
Thu Nov 13 01:39:14 PST 2008
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
More information about the Users
mailing list