Skip to content

Commit 1999f28

Browse files
committed
Document the wxPython 3.x version requirement
1 parent 02dd50d commit 1999f28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/PDF_OLedit.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
| PDFBild: Bitmap image of pdf page |
4747
+-----------------------------------------+
4848
49+
Please note that you need a wxPython version 3.x for this to work.
4950
'''
5051
import os
5152
import tempfile
@@ -866,4 +867,4 @@ def make_pdf(dlg):
866867
else:
867868
wx.MessageBox("Cannot edit encrypted file\n" + infile,
868869
"Encrypted File Error")
869-
870+

0 commit comments

Comments
 (0)