[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

problem With Psyco on Wingide mac

Arash Arfaee

1/22/2008 12:46:00 AM

Hello All,

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?

Thanks,
Arash
1 Answer

Wingware Support

1/22/2008 12:53:00 AM

0

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