On windows if I do;
import signal
pydef issues an unresolved import
However this lib can be imported under windows (albeit acting a little weird)
The 'signal' library should be in the forced builtins (see: http://fabioz.com/pydev/manual_101_interpreter.html ). Is it there for you?
Cheers,
Fabio
On windows if I do;
import signal
pydef issues an unresolved import
However this lib can be imported under windows (albeit acting a little weird)
The 'signal' library should be in the forced builtins (see: http://fabioz.com/pydev/manual_101_interpreter.html ). Is it there for you?
Cheers,
Fabio