We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6b85b commit 9cb5bd9Copy full SHA for 9cb5bd9
geopytool/CustomClass.py
@@ -1,6 +1,6 @@
1
-version="1.1"
+version="1.2"
2
3
-date = '2024-02-07'
+date = '2024-02-18'
4
5
dpi = 64
6
# coding:utf-8
geopytool/__init__.py
@@ -1,6 +1,10 @@
#!/usr/bin/python3
import sys, os
+import platform
+
+if platform.system() == 'Linux':
7
+ os.environ['QT_QPA_PLATFORM'] = 'wayland'
8
9
print(sys.path)
10
0 commit comments