質問するログイン新規登録

質問編集履歴

1

AttributeError: module 'time' has no attribute 'clock'とだけ記述していた、エラー部分を追記しました。

2020/04/26 08:12

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -6,9 +6,14 @@
6
6
  そこで無事にexe化出来るファイルと出来ないファイルがあります。
7
7
  出来ないファイルでのエラーで
8
8
 
9
+ ```
10
+ <module>
11
+ clocku = clocks = clock = time.clock
9
- `AttributeError: module 'time' has no attribute 'clock'`
12
+ AttributeError: module 'time' has no attribute 'clock'
13
+ The above exception was the direct cause of the following exception:
14
+ ```
15
+ 以上のエラーが出ます。
10
16
 
11
-
12
17
  ####ググってみました
13
18
  このようなエラーが出るので、ググってみたところ
14
19