[IronPython] PYC Bug in 2.6

Davy Mitchell daftspaniel at gmail.com
Sat May 30 14:52:51 CEST 2009


Thanks for the new PYC - much appreciated.

There's a bug in there that affects anyone building a winexe.

I've raised a while ago it on a comment on another bug (not a good idea):
http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=19409

Just comment out the line shown below.
        if arg.startswith("/main:"):
            main_name = main = arg[6:]
            #target = System.Reflection.Emit.PEFileKinds.ConsoleApplication

Cheers,
Davy

--
  Davy Stuff  - http://daftspaniel.blogspot.com
  Geeky Stuff  - http://daftpython.blogspot.com
  Davy's Ironpython Editor - http://code.google.com/p/davysironpythoneditor/



More information about the Ironpython-users mailing list