Re: [IronPython] no module named re

2011-03-15 Thread Slide
Yes, but I just found that it was not being copied to the bin directory during build for some reason. Sorry for the noise. slide On Tue, Mar 15, 2011 at 9:29 AM, Jimmy Schementi wrote: > Is IronPython.Modules.dll referenced by the host app? > ~Jimmy > > > On Tue, Mar 15, 2011 at 12:22 PM, Slide

Re: [IronPython] no module named re

2011-03-15 Thread Jimmy Schementi
Is IronPython.Modules.dll referenced by the host app? ~Jimmy On Tue, Mar 15, 2011 at 12:22 PM, Slide wrote: > I am embedding IronPython in my app to allow some script capabilities. > I have the following code: > > _content = content.Trim(); > >string script = string.Format(@" > imp