Re: [Fink-users] Importing gtk.deprecation Fails in python2.7

2014-08-16 Thread Sean Lake
Ok, found the problem. I recently cleared out the database OS X uses for "Open with" because it was getting cluttered with literally 8-10 copies of the same program (TeXShop.app was especially bad). Turns out that fried the ability of terminal programs to launch XQuartz. A manual launch of XQuar

Re: [Fink-users] Importing gtk.deprecation Fails in python2.7

2014-08-16 Thread Daniel Macks
On Fri, 15 Aug 2014 20:15:55 -0700, Sean Lake wrote: Hello all, > > I'm attempting to use a python package from outside of Fink for > producing triangle plots. It can be found at: > https://github.com/dfm/triangle.py > > I have it installed using /sw/bin/python2.7 setup.py install --user. > It w

[Fink-users] Importing gtk.deprecation Fails in python2.7

2014-08-15 Thread Sean Lake
Hello all, I'm attempting to use a python package from outside of Fink for producing triangle plots. It can be found at: https://github.com/dfm/triangle.py I have it installed using /sw/bin/python2.7 setup.py install --user. It worked in the past, and reinstalling today seems to work fine. Whe