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.
