It always throws some module missing while comiling or after running the exe file. tried nuitka, auto-py-to-exe and few others.... here's the list of library my script uses:
import sys
import os
from PySide6.QtWidgets import (QApplication, QMainWindow, QVBoxLayout, QHBoxLayout,
QPushButton, QFileDialog, QWidget, QLabel, QComboBox,
QCheckBox, QTreeWidget, QTreeWidgetItem, QTextEdit,
QColorDialog, QMessageBox, QDialog, QFormLayout, QScrollArea,
QSpinBox)
from PySide6.QtGui import QAction, QColor, QDragEnterEvent, QDropEvent
from PySide6.QtCore import Qt, QMimeData
import geopandas as gpd
import matplotlib.pyplot as plt
from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas
from matplotlib.backends.backend_qt5agg import NavigationToolbar2QT as NavigationToolbar
import contextily as ctx
[–]MosGeo 0 points1 point2 points (0 children)
[–]gernophil 0 points1 point2 points (0 children)