Thanks Martin for your quick reply and sorry for my delayed reply ! For me removing the default reactor from rt-hook made it work but I could not uninstall the default reactor. selectReactor in twisted only seems to expose the installReactor function. With that being the case, I would vote for a solution where I don't have to modify the pyinstaller code to make it work for my code even if that means making slight changes to my code. So, I would prefer to have the solution 1 as default.
what instructions would you be providing for option 2 ? Will it be to remove the rt hook or something else? Thanks, Abhishek. On Thursday, August 1, 2013 10:47:56 AM UTC-7, Martin Z wrote: > > Abhishek Ranjan píše v Čt 01. 08. 2013 v 08:19 -0700: > > Is this a known issue ? Is there a work around for this ? > > There is an rt-hook for twisted that sets the default reactor and thus > you get this msg 'reactor already installed'. > > You could try to uninstall the default reactor in your code or remove > the rt_hook. > > > Do you have suggestion how to solve this in pyinstaller in general? We > could: > > 1) remove the twisted rt_hook and provide instructions how to set the > default reactor or > 2) keep rt_hook and provide instructions how to get working custom > reactor. > > Which way would you prefer as the default solution in pyinstaller? > > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
