Archives

You are currently viewing archive for 15 October 2008
Category: Web dev
Posted by: hajime osako
Compiling PythonCode

import py_compile
py_compile.compile("mymodule.py")
Category: Web dev
Posted by: hajime osako