I'm using Textmate 2.0 in a Mac OSX and I can't get it to stop printing an error message every time I run a script. It keeps saying:
Error in sitecustomize; set PYTHONVERBOSE for traceback:
AttributeError: 'NoneType' object has no attribute 'name'
All I have done is to add the value /usr/local/bin/python3
to a TM_PYTHON
variable in the Preferences menu.
Does anyone know what's going on?