[Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Ryan Krauss
I have recently switched from Ubuntu to Mac and am having some trouble getting GIMP working the way I need. I use pygimp and a Wacom tablet to create a sort of digital white board when I teach. I use my pygimp code to correctly number each slide as I lecture so that the slides are useful to the

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Partha Bagchi
Try my version and let me know if you have issues: www.partha.com Partha On Thu, Mar 28, 2013 at 12:15 PM, Ryan Krauss ryanli...@gmail.com wrote: I have recently switched from Ubuntu to Mac and am having some trouble getting GIMP working the way I need. I use pygimp and a Wacom tablet to

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Ryan Krauss
Thanks for your help and the quick response. Your version looks promising. However, it doesn't seem to respect the PYTHONPATH set in my ~/.profile file. So, it cannot find my personal Python files. Where should I set the PYTHONPATH for your version? Thanks again, Ryan On Thu, Mar 28, 2013

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Ryan Krauss
Just to be clear, it picks up everything in ~/Library/Application Support/GIMP/2.8/plug-ins without any problems, but I only keep GIMP specific Python files in there. My general Python stuff is in other directories. My pygimp code depends on some of the general stuff and those are the files that

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Partha Bagchi
It uses it's own PYTHONPATH. Any reason you need a separate PYTHONPATH? Can you not put them in the plug-ins folder in ~/Library/Application Support/GIMP/2.8? On Thu, Mar 28, 2013 at 12:44 PM, Ryan Krauss ryanli...@gmail.com wrote: Just to be clear, it picks up everything in

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Ryan Krauss
As a quick hack, I appended my personal folders to the PYTHONPATH set in /Applications/Gimp-2.8.4.app/Contents/MacOS/Gimp. Python stuff seems to be working. Pressure sensitivity does not seem to be working. It behaves just like the X11 version I built from homebrew - the options are listed

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Ryan Krauss
While trying to debug the lack of pressure sensitivity, I deleted ~/Library/Application Support/GIMP/2.8 completely. When I relaunch your version, the Wacom pen and tablet do not show up at all under extended input devices. The settings there were apparently hanging around from the other binary

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Ryan Krauss
Yes, I plugged it before launching the second time (I have had that problem in Ubuntu). On Thu, Mar 28, 2013 at 12:45 PM, Partha Bagchi parth...@gmail.com wrote: Well I don't have the version from gimp.org :) since I build my own. Yet, I have them in my system. So, I will need to

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Michael Schumacher
On 28.03.2013 17:50, Partha Bagchi wrote: It uses it's own PYTHONPATH. Any reason you need a separate PYTHONPATH? You could probably modify your version to prepend the GIMP PYTHONPATH, this should avoid problems like that. -- Regards, Michael

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Partha Bagchi
Have you installed the Wacom drivers for the Mac from the Wacom website? On Thu, Mar 28, 2013 at 1:48 PM, Ryan Krauss ryanli...@gmail.com wrote: Yes, I plugged it before launching the second time (I have had that problem in Ubuntu). On Thu, Mar 28, 2013 at 12:45 PM, Partha Bagchi

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Partha Bagchi
Michael, I didn't know about the GIMP PYTHONPATH. Where is it defined in the source? Thanks! Partha On Thu, Mar 28, 2013 at 2:06 PM, Michael Schumacher schum...@gmx.de wrote: On 28.03.2013 17:50, Partha Bagchi wrote: It uses it's own PYTHONPATH. Any reason you need a separate PYTHONPATH?

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Ryan Krauss
I have this driver installed: http://cdn.wacom.com/U/Drivers/Mac/Consumer/532/PenTablet_5.3.2-2.dmg Pressure sensitivity works fine with the binary installation from gimp.org/downloads (but only Python 2.6). I essentially get no pressure sensitivity with your binary. On Thu, Mar 28, 2013 at