Re: [Ironpython-users] embedding and compiling

2013-01-07 Thread Jeff Hardy
I'm pretty sure this is the best way to do it right now. It might be possible to use the import machinery directly, but I'm not sure off the top of my head. - Jeff On Sun, Jan 6, 2013 at 4:37 PM, Peter Schwalm wrote: > Hello, > > I could figure it out myself now, not for a service yet, but for a

Re: [Ironpython-users] embedding and compiling

2013-01-06 Thread Peter Schwalm
Hello, I could figure it out myself now, not for a service yet, but for a c# console program. If anybody is interested here is the code snippet: class Program { static int Main(string[] args) { int rv = 0; // load the dll that results from ipy-co

[Ironpython-users] embedding and compiling

2013-01-04 Thread Peter Schwalm
Hello, I want to use the embedding feature of ipy for implementing an ipy program as a windows service. I hope I can benefit from the good support of Visual Studio and C# for the installation of services (installUtil.exe). My question is: is it possible to use pyc-compiled programs with the e