dlenski / python-zxing

python wrapper for the ZXing barcode library
GNU Lesser General Public License v3.0
121 stars 36 forks source link

修复遍历不到jar的问题 #31

Closed 2535688890 closed 6 months ago

dlenski commented 6 months ago

:confused: What problem does this solve?

UPDATE: Based on @2535688890's comments:

On Windows, use python 3.8.9 python 3.12.0 cannot get the core.jar in the Java/* path

classpath.split(':') Will separate "D: / python / xxx / zxing" into "D" and "/ python / xxx / zxing"