Re: Serializer "serpent" is unknown or not available
Irmen de Jong <[email protected]> Fri, 18 Oct 2013 23:40:37 +0200
| Newsgroups | gmane.comp.python.pyro |
|---|---|
| Message-ID | <[email protected]> |
On 18-10-2013 21:08, FC wrote: > > 2) Check in Windows: "c:\Python\lib\site-package\Pyro4\configuration.py", open this file > and put True by remove False at the line: > > self.FLAME_ENABLED=*True* Flame is off-topic for the problem at hand, but I have to reply on this, because what you are suggesting here is actually bad advice. Please avoid editing the installed source files of the Pyro4 package itself. There are several ways of setting Pyro4's config items that don't involve editing Pyro's source files. You can use environment variables, or do Pyro4.config.Pyro4.config.FLAME_ENABLED=True in your own source. See http://pythonhosted.org/Pyro4/config.html Irmen ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk