Arash Arfaee wrote: > I am trying to use psyco with wingide on mac. when I open Mac Python > shell I can import psyco, but not inside the wingide. Even python > shell on wingide cannot import psyco. > Can anybody help me to solvethis problem?
I suspect Wing is finding a different Python installation than you want or expect it to. In Project Properties, you can set Python Executable to change this. Note, BTW, that running in the debugger w/ psyco may skip breakpoints in optimized code, or may not work at all. Hope that's helpful. - Stephan -- http://mail.python.org/mailman/listinfo/python-list