Hi,<br>I&#39;m running the pyc.py IronPython compiler. In the GenerateExe method, there is a call to ....GetMethod(&quot;InitializeModule&quot;). This method was available in IP 2.6 but seems to have disappeared in IP 2.7.<br>

<br>I used &quot;GetMethods()&quot; to confirm that in IP 2.6 we have:<br><br>Int32<b> InitializeModule</b>(System.Reflection.Assembly, System.String, System.String[])<br><br>but if I run in IP 2.7, the method is non-existent. This causes the GenerateExe method to fail, and the stub .exe file is not created. Fortunately, the old stub module .exe still works with the new .dll created.<br>

<br>Anyone know if there is something else that will work, or if the method has been renamed, or...??????<br>Thanks,<br>Ken<br>