Re: [IronPython] Making A Windows Form App

2005-07-07 Thread xtian
, notably, these are likely to be candidates for the GAC, or > some similar cache. > It could essentially do what Jython does, but hold off until the reference() call was issued, to avoid (some) startup penalty. xtian ___ users-

Re: [IronPython] Error Message

2005-07-04 Thread xtian
Good advice - also, try running tabnanny.py (in the standard library) on your source. On 7/4/05, Konstantin Veretennicov <[EMAIL PROTECTED]> wrote: > On 7/4/05, Shidan <[EMAIL PROTECTED]> wrote: > > Another message I can't figure out is the following: > > > > C:\MontLingua\python>ironpythonconsole

Re: [IronPython] Error Message

2005-07-04 Thread xtian
- that could help you to work out whether you're seeing a bug, or standard Python behaviour. Hope that helps! xtian On 7/4/05, Shidan <[EMAIL PROTECTED]> wrote: > Hi I'm getting the following message, couldn't find anything similar > on the bug tracker: &