<br><br><div><span class="gmail_quote">On 6/21/05, <b class="gmail_sendername">Thomas Heller</b> &lt;<a href="mailto:theller@python.net">theller@python.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&quot;Schollnick, Benjamin&quot; &lt;<a href="mailto:Benjamin.Schollnick@xerox.com">Benjamin.Schollnick@xerox.com</a>&gt; writes:<br><br>&gt;&gt; &gt; It's okay....&nbsp;&nbsp;I just miss McMillian's installer...<br>&gt;&gt; &gt; It's unsupported, so I've moved to py2exe...&nbsp;&nbsp;But
<br>&gt;&gt; &gt; McMillian's package seemed to be better with<br>&gt;&gt; &gt; the dependency issues....&nbsp;&nbsp;And offered a few<br>&gt;&gt; &gt; features that don't exist in py2exe... (Or at least<br>&gt;&gt; &gt; are not easily handled in py2exe...)
<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; On the plus side, py2exe has handled packages lately<br>&gt;&gt; &gt; that I just could not get McMillian's installer<br>&gt;&gt; &gt; to work reliably with...&nbsp;&nbsp;Which is why I switched...
<br>&gt;&gt;<br>&gt;&gt; I always wondered why no one picked up McMillan and continued<br>&gt;&gt; to develop or at least maintain it - it's open source after<br>&gt;&gt; all, isn't it?<br>&gt;<br>&gt; Yes... It was...<br>
&gt;<br>&gt; In my case, I never was motivated, and I suspect it's got<br>&gt; quite complex code behind it...<br>&gt;<br>&gt; Py2exe is a good replacement...&nbsp;&nbsp;I'm generally happy, there's<br>&gt; only a few issues that I have not been able to solve.
<br>&gt;<br>&gt; For example, making a plugin based, expandable, generic<br>&gt; build.py....&nbsp;&nbsp;If I do, the typlibs that I attempt to import<br>&gt; die...<br>&gt;<br>&gt; Plus right now, I have solved the LsaLookupNames2 issue, but
<br>&gt; it appears that I need different typelibs between W2000 &amp; WinXp.<br>&gt; But here I am on a development XP system, and can't generate the<br>&gt; ones for 2000.... (Yes this isn't py2exe's fault...&nbsp;&nbsp;But....)<br>
<br>(Should I change the subject, again, to py2exe ? ;-)<br><br>We recently had this issue with wmi, which also needs different typelibs<br>on XP and 2K, maybe you can look up the thread.<br>Since Tim was only using the typelib wrapper to access some constants,
<br>it was possible to avoid the typelib at all by using some code I posted<br>to find the constants at runtime.<br><br>The best solution, imo, would be to let the frozen exe create the<br>wrapper at runtime if it is not found in the exe - but this may require
<br>some nontrivial pywin32 hacking.<br><br>Thomas<br><br>_______________________________________________<br>Python-win32 mailing list<br><a href="mailto:Python-win32@python.org">Python-win32@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-win32">
http://mail.python.org/mailman/listinfo/python-win32</a><br></blockquote></div><br>what ever happend to cx_freeze instead of McMillian's installer ?