Hi Curt,
Thanks very much. That worked a treat. I'm new to the DLR and IP2 so I didn't
know about GetVariable.
Cheers
Barry Carr
Curt Hagenlocher wrote:
You never actually assign a value to "obj". SetVariable doesn't create
a linkage between your local variable a
self.msg = msg
def Up(self):
print self.msg
def Down(self):
print "Down"
instance = Hello()
Am I close or barking up the wrong tree? Thanks.
Cheers
Barry Carr
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
Hi,
I've figured it out and got it working. I created a module and made sure that
it was published and
that seems to have been the answer. Thanks Dino for pointing me in the right
direction.
Cheer
Barry Carr
___
Users mailing list
self.destFile = destFile
self.TokenExpression = Regex("{(.+)}$", RegexOptions.Compiled)
print self.TokenExpression
...
Surely, this can't be right?
Cheers
Barry Carr
Barry Carr wrote:
> Hi Dino,
>
> Dino Viehland wrote:
>> Does this simple case wo
Hi Dino,
Dino Viehland wrote:
> Does this simple case work for you? It works for me on 1.0, 1.1, and 1.1.1:
>
Yes, it works fine.
Cheers
Barry Carr
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi
dback("*** Python Engine reports ***", "*** " +
pne.Message + " ***");
}
catch( Exception ex ) {
UpdateFeedback("*** Unexpected Error ***", "*** " + ex.Message
+ " ***");
}