About 7,840,000 results
Open links in new tab
  1. Building a minimal plugin architecture in Python - Stack Overflow

    May 31, 2009 · Mine is, basically, a directory called "plugins" which the main app can poll and then use imp.load_module to pick up files, look for a well-known entry point possibly with …

  2. python - How to fix "could not find or load the Qt platform plugin ...

    Feb 2, 2017 · I am getting the error "could not find or load the Qt platform plugin windows" while using matplotlib in PyCharm. How can I solve this?

  3. How do I install Gimp-Python on windows? - Stack Overflow

    Sep 14, 2022 · I try to write a simple plugin with gimpfu in python and I tried following those instructions. 1.2. Installation Gimp-python consists of a Python module written in C and some …

  4. import QGIS modules into Python (Anaconda) - Stack Overflow

    Feb 25, 2016 · import sys sys.path.append("C:\Program Files\QGIS Pisa\apps\Python27\Lib") import qgis.core But be aware that the QGIS Python packages were likely built for a different …

  5. Intellij IDEA: After upgrading to 2025.1 cannot run Python ...

    Jun 6, 2025 · 1 I had an installation of some 2024 version of Intellij IDEA and had no issues running Python configurations, like just running .py file in it. Today I got a notification to …

  6. How to install python modules in blender - Stack Overflow

    Jun 22, 2012 · Install the Package Using Blender's Python: Use Blender's Python executable to install the cryptography package (or any other required package). Replace path/to/python with …

  7. python - How to compile the resources.qrc file with pyrcc5 - Stack …

    10 From the OSGeo4W Shell, run qt5_env.bat and py3_env.bat. Then, change the directory to C:\Users\Arnold Kilaini …

  8. python - Plugin architecture - Plugin Manager vs inspecting from ...

    See for instance, this answer or this one. Option 2 - Use a plugin manager library Randomly picking a couple straight.plugin yapsy this approach My question is - on the proviso that the …

  9. python - EnMAP-Box3 (3.13.2) installation error in QGIS version …

    After clicking on install missing packages in the tool, I still get the following error. How to fix it? I want this plug-in to work. Its not working. An error has occurred while executing Python co...

  10. Cannot install PyQt6 tools in Python 3.11 on Windows

    Apr 29, 2022 · I do not believe PyQt6 is compatible with Python 3.10 or 3.11. you have to have Python 3.9. This is what I found but maybe someone else has found a different solution.