Post #1609: ![](https://blenderartists.org/user_avatar/blenderartists.org/julien_kaspar/48/1

πŸ“‹ Metadata

🏷️ Tags

troubleshooting beginner unsolved

  • Python Scripting
  • Pie Menu Editor

πŸ’¬ Content

Julien_Kaspar:

I can’t access the python console though. The editor is always empty and gives me this error repeatedly when I hover over it

Try to disable all addons or reinstall Blender (backup and delete config folder) and check python version in console using this code:

import sys
sys.version

πŸ”— View on Blender Artists