Re: [IronPython] Newbie mono question (setting up lib path)

2006-01-16 Thread m h
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 > > __

[IronPython] Newbie mono question (setting up lib path)

2006-01-13 Thread m h
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