this sounds 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
From: [EMAIL PROTECTED] On Behalf Of m h
Sent: Frid
Hello all!
I'm new to C# and don't have a lot of experience with advanced Python,
so pardon this if it seems to be an obvious question.
I have a C# project I'm working on for personal use that requires a
functional RADIUS client library. I've searched high and low and have
only found a single com
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
Runtime: Mono-1.1.13Version: IronPython 1.0.2190When executing IronPython from the following batch file I get some weird behavior in IronPythonConsole.exe. It seems that as I type in the console it sends two of each character. This behavior only occurs when I pass the "-X:TabCompletion" parameter.
Sorry for the delayed response - this is the same issue we're seeing with code
not working properly at the console. What's happening here is that we are
making a call into TryGetLocal and passing in a variable of the wrong type (we
end up passing in an instance of your Rectangle1 class but expe