Currently, tempfile module doesn't import on IronPython for various reasons. If you only need tempfile.mktemp, this should be enough:
# tempfile.py import System mktemp = System.IO.Path.GetTempFileName Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
