Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4541406
By: boostpy2005

Thanks again.

I have tested again, where I get the error message. I found that there will
be wrong if I use sys.modules because
psyco is already paared with Null object, not with <module 'psyco' from
'C:\Programme\Python243\lib\site-packages\psyco\__init__.pyc'> as value!

My workaround is, I added the following code segment at the beginning of my
application
 if "psyco" in sys.modules:
        del sys.modules["psyco"]

It works for me, but it is only for me because in this project i do not use
psco for optimation!

I think your pydev has manipulated sys.modules, Is it right? Why do you need
to manipulate it?

Sorry, I have not enough knowleage to patch your pydev.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to