2006/3/13, henry show <[EMAIL PROTECTED]>:
> i am new to ironpython, so my question might be silly:
> why i can not even import os and atexit?

You need to copy Lib directory from CPython 2.4 distribution. (And
delete site.py after copying.)

To import os module, you need os, ntpath or posixpath, stat, copy_reg,
and types module.

Seo Sanghyeon
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to