ILMerge, or GAC? I think I'd prefer the latter, though that goes against the idea of no having to know anything about what language something was written in. Your diagnosis was correct -- copying the dlls worked. Out of curiosity, is there going to be the equivalent of pyw, or some switch to tell IronPython to generate a GUI app, rather than a console app? ----- Keith J. Farmer // [EMAIL PROTECTED]
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Maly Running the generated exes ... the error you are getting, I believe, means that the referenced dlls cannot be found. Solution for now is to have ironpython dlls in the same directory. We need to add the correct references into the generated exes to get this working. It will be part of our 'static compilation' project in the future. _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com