質問編集履歴

1

エラー内容の追記

2017/09/21 22:20

投稿

World
World

スコア44

test CHANGED
File without changes
test CHANGED
@@ -29,3 +29,15 @@
29
29
  signal.setitimer(signal.ITIMER_REAL, 1, 1)
30
30
 
31
31
  ```
32
+
33
+
34
+
35
+ エラー内容:
36
+
37
+ Traceback (most recent call last):
38
+
39
+ File "C:\python\test.py", line 7, in <module>
40
+
41
+ signal.signal(signal.SIGALRM, task)
42
+
43
+ AttributeError: module 'signal' has no attribute 'SIGALRM'