Hi All<br><br><br>    Have your guys used cx_Freeze &amp; ampoule? I did try to make a standalone executable app with ampoule; however, the program failed to execute at the early stage of starting. I noticed an exception raised on utils.py:<br>
<br>p = FilePath(__main__.__file__)<br>AttributeError: &#39;module&#39; object has no attribute __file__.<br><br><br>I guess once the main file is tuned into the executable one, __file__ will be removed. It looks like ampoule need this attribute.<br>
<br>Any idea?<br><br>Thanks<br><br>gelin yan<br><br><br>