You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binpythonfull.py
+25-12Lines changed: 25 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
####################################
10
10
#build configure
11
11
12
-
ver="0.23-releases-full"
12
+
ver="0.25-devbuild-full"
13
13
14
14
libs_warning="1"
15
15
#1 is ture 0 is false.
@@ -114,10 +114,10 @@ def self_import(name):
114
114
print("Warning: Some file manipulation libraries for BINPython do not exist, such as filecmp and tempfile. Because they weren't built when they were built. If you need to fix this warning, please complete the support libraries imported in the source code when building (use pip or build it yourself), if your system does not support these libraries, you can remove or change this prompt in the source code and rebuild")
0 commit comments