Psycos and Pyros don't seem to play well together

Sean 'Shaleh' Perry shalehperry at attbi.com
Thu Sep 5 15:44:17 EDT 2002


On Thursday 05 September 2002 11:22, PoulsenL at capanalysis.com wrote:
> I am working on a distributed application using Pyro that I thought would
> benefit from Psyco.  All is well until I add "from psyco.classes import *"
> and then it gives me some Pyro based error messages (be happy to send them
> along if requested) when I launch the client.  I am using the "quickstart"
> method to get my objects up and running on Pyro quickly.  Anyone try to use
> these two modules together before?  What were your results?
>
> Thanks,
>
> Loren

and this is why 'from foo import *' is a bad idea.  You should just do 'import 
psyco' because you are probably seeing a name conflict.




More information about the Python-list mailing list