<br><br><div class="gmail_quote">On Fri, Nov 27, 2009 at 1:20 AM, Olivier Parisy <span dir="ltr">&lt;<a href="mailto:olivier.parisy@free.fr">olivier.parisy@free.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Godson Gera a écrit :<br>
<div class="im">&gt;<br>
&gt; Twisted is used for writing StreamHarvester&#39;s network functionality.<br>
&gt;<br>
</div>Hearing about full-fledged twisted applications is always nice!<br>
<br>
How did you package the Windows version? Was there any gotcha?<br>
<br>
Regards,<br>
Olivier.<br></blockquote><div><br>I&#39;ve used py2exe for making exe application. Initially there were some issues like required data files were left out. And some python modules were not automatically included, for which I&#39;ve used &#39;includes&#39; option of py2exe. After initial package the look&amp;feel of  app was like a old MFC application, solution was to include correct manifest file. Once the exe was made I&#39;ve used Inno setup for creating a setup file.  ( wxPython is used to build GUI )<br>
<br>Also there were some issues in using wxreactor. On windows if I call reactor.stop() to close the application it works perfectly. But on linux it hangs forever, work around was to call sys.exit()<br><br>You can use GUI2Exe which will give a easy start for packaging python applications. <br>
<br><br></div><div>-- <br></div></div>Thanks &amp; Regards,<br>Godson Gera<br><br>