Menu

Another undeserved unresolved import

2009-05-25
2013-03-15
  • Okko Willeboordse

    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)

     
    • Fabio Zadrozny

      Fabio Zadrozny - 2009-05-28

      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