Re: [Ironpython-users] ImportError: No module named codecs

2011-08-02 Thread John Gietzen
Yes, this was correct. I had never installed the package, I was just grabbing the Bin zip and running that. I have now compiled the dependencies directly into my assembly using pyc.py. On Tue, Aug 2, 2011 at 1:11 AM, Markus Schaber wrote: > Hi, John, > > Von: John Gietzen > > > I'm trying to co

Re: [Ironpython-users] ImportError: No module named codecs

2011-08-01 Thread Markus Schaber
Hi, John, Von: John Gietzen > I'm trying to compile Pygments to be called from a C# library, but I've come > accross a few hurdles. > The first was an issue with function calls with more that 13 arguments > throwing an error stating that the compiler is "Unable to make a reference to > a tran

[Ironpython-users] ImportError: No module named codecs

2011-08-01 Thread John Gietzen
I'm trying to compile Pygments to be called from a C# library, but I've come accross a few hurdles. The first was an issue with function calls with more that 13 arguments throwing an error stating that the compiler is "Unable to make a reference to a transient module from a non-transient module."