Re: [Twisted-Python] ampoule & cx_Freeze

2012-03-08 Thread gelin yan
On Fri, Mar 9, 2012 at 2:00 AM, Corbin Simpson wrote: > Off the top of my head, multiprocessing.freeze_support() might help. I > wonder if dialtone is on this list, he might know more. > > ~ C. > > On Thu, Mar 8, 2012 at 11:36 PM, gelin yan wrote: > > Hi All > > > > > > Have your guys used cx

Re: [Twisted-Python] ampoule & cx_Freeze

2012-03-08 Thread Corbin Simpson
Off the top of my head, multiprocessing.freeze_support() might help. I wonder if dialtone is on this list, he might know more. ~ C. On Thu, Mar 8, 2012 at 11:36 PM, gelin yan wrote: > Hi All > > >     Have your guys used cx_Freeze & ampoule? I did try to make a standalone > executable app with a

[Twisted-Python] ampoule & cx_Freeze

2012-03-08 Thread gelin yan
Hi All Have your guys used cx_Freeze & 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: p = FilePath(__main__.__file__) AttributeError: 'module' object has no