Thomas Robitaille
                                            Thomas Robitaille
                                        
                                    @ChrisBeaumont - just to be clear, do you see this issue in master too, or only #593? WIll try and reproduce here.
Just to add a datapoint, I don't see the issue on OS 10.8.
@aagoodman saw the same issue
I posted a message to the PyQt mailing list with a minimal example.
Well I went down the rabbit hole and long story short it looks like it's that python vs pythonw thing. On MacOS X 10.8 it seems to not matter, but...
Oh, finally figured out what was missing in conda! http://conda.pydata.org/docs/building/meta-yaml.html#python-app
Yeah, it's frustrating :( MacPorts also has the two binaries the same which is why it also works. Sadly, `pythonw setup.py install` doesn't work for Anaconda either :(
Oh man, to make things worse it turns out the reason it doesn't work is because `pythonw` in conda is just a script that does: ``` #!/bin/bash export PYTHONEXECUTABLE=/Users/tom/miniconda3/envs/production/bin/python /Users/tom/miniconda3/envs/production/python.app/Contents/MacOS/python...
@ChrisBeaumont - me too. I've reported this as an issue (the resetting of the PYTHONEXECUTABLE path). Let's see what they say.
The good news is that the conda package for glue is now fixed, so at least that's one thing out of the way.