Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Jythonで省略されている「signal」クラスへの参照が見つかりません。Jython2.1の使用。
ありがとう
JVMにはシグナルの概念がないため、UnixスタイルのシグナルをJVMで実行するのは難しいと思います。これを機能させるには、JNIマジックが必要になる可能性があります。
Jython 2.5 にはモジュールが存在しますが、NotImplementedErrorほとんどの関数でスローされるようです。
NotImplementedError