I often run TG2 apps under Circus (usually those using GEVENT). There is also a guide on TG2 doc http://turbogears.readthedocs.org/en/latest/cookbook/deploy/circus.html
Sadly I never used Windows servers, so I cannot help much with this specific error :( But it looks like it's related to a bug in Python: http://bugs.python.org/issue20614 It's something related with the way python is started, you should try asking on circus ML On Thu, Dec 17, 2015 at 7:47 AM, Kay Pac <[email protected]> wrote: > Has anyone had any luck running a turbogears app under windows with Circus > and Chausette (and waitress?) > > I am getting python crash after the message "Failed to initialize Windows > random API (CryptoGen)" > I don't need anything crypto related so I don't know why this is happening > I had to downgrade to python 3.3 in order to use circus. > > I am running in a virtual env with virtualenvwrapper-win. Since circus > seems to require running in a virtual env. > I am not having the greatest experienceǃ > > Kay > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" 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 https://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" 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 https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

