I'm writing some ETL scripts in Iron Python and have found that I could benefit from using the date parser in module dateutil. I know I can use my standard python library by pointing Iron Python at the appropriate location. My scripts, however, will likely run on a machine with Iron Python but without plain vanilla Python installed.
How can I install dateutil (or other standard Python modules) into my Iron Python library?
I've tried simply copying the .egg from the standard site-packages directory to the Iron Python site-packages directory, but this results in an ImportError when I import dateutil.