onecrayon / tea-for-espresso

An Espresso Sugar containing Textmate-style Text Editor Actions
http://onecrayon.com/tea/
58 stars 3 forks source link

TEA fails with custom Python installs #88

Closed onecrayon closed 14 years ago

onecrayon commented 14 years ago

Maybe it should always use system python by:

Py_SetProgramName("/usr/bin/python");

instead of:

Py_SetProgramName("/usr/bin/env python");
onecrayon commented 14 years ago

Switched to always use the default system version of Python

Closed by 0880bb4736e8713e33e6411735ed010c7ae7750a