ds like IronPython couldn't find the string module. try:
>
> >>> import sys
> >>> sys.path
>
> and make sure it found its way there correctly. If in doubt, try absolute
> paths.
>
> Hopefully this helps
> Martin
>
> __
Folks, I'm new to IronPython (and Mono!).
Following what I read in Jim's recent email, I tried copying my
python2.3 lib directory into the "Lib" directory and added "Lib" to
the sys.path in Lib/site.py. Then I tried to import string but it
failed. Any hints?
mharrison[1080] mono IronPythonConsol