質問編集履歴
2
環境追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,8 +4,10 @@
|
|
4
4
|
pdfのパスワードは予めコードに記載する
|
5
5
|
|
6
6
|
### 前提
|
7
|
+
OS:windows10 64bit
|
7
|
-
Python
|
8
|
+
Python 3.9.5
|
8
9
|
pikepdf 7.2.0
|
10
|
+
pip 23.1.2
|
9
11
|
コードファイル:pdf.py
|
10
12
|
実行ファイル作成時のコマンド:pyinstaller pdf.py --onefile
|
11
13
|
|
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -35,7 +35,7 @@
|
|
35
35
|
File "PyInstaller loader #py i mod02_importers.py", line 385, in exec_module
|
36
36
|
File "pikepdf_init__.py", line 19, in <module>
|
37
37
|
ImportError: Failed to determine version
|
38
|
-
[26464] Failed to execute script '
|
38
|
+
[26464] Failed to execute script 'pdf' due to unhandled exception!
|
39
39
|
|
40
40
|
|
41
41
|
### 該当のソースコード
|