I used pycharm and eclipse+pydev, and I also installed stackless python(2.7.1) for mac os x.
when I try to import stackless, there always are tips which is “can’t find such package/reference”, but when I switch to IDLE/Client, “import stackless” is correct. I really don’t know the reason, please help me. thanks a lot
I used pycharm and eclipse+pydev, and I also installed stackless python(2.7.1) for mac os
Share
For PyDev, provided you can launch it from a shell and it’s just not finding it in the code analysis, you should be able to make it work by adding ‘stackless’ to the forced builtins: http://pydev.org/manual_101_interpreter.html