質問編集履歴

2

追記

2021/08/18 02:08

投稿

skysoul
skysoul

スコア111

test CHANGED
File without changes
test CHANGED
@@ -90,6 +90,12 @@
90
90
 
91
91
 
92
92
 
93
+ https://qiita.com/bwtakacy/items/51b765b4da77a76d6f32#modulenotfounderror-%E3%81%8C%E5%87%BA%E3%82%8B
94
+
95
+ この方法で pyinstaller のhiddenimport オプションにcomtypesを追加する
96
+
97
+
98
+
93
99
  やりたいこと
94
100
 
95
101
  ---

1

追記

2021/08/18 02:08

投稿

skysoul
skysoul

スコア111

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,10 @@
13
13
  mklnk.py
14
14
 
15
15
  ```python
16
+
17
+ import comtypes
18
+
19
+ import os
16
20
 
17
21
  def mksc(link,placement):
18
22