virtualenv-pythonw-osx icon indicating copy to clipboard operation
virtualenv-pythonw-osx copied to clipboard

any way to get this to work with ipython?

Open dalupus opened this issue 12 years ago • 4 comments

Is there anyway to get this to fix ipython as well?

dalupus avatar Nov 03 '13 23:11 dalupus

If you install IPython within a virtualenv that is altered by virtualenv-pythonw-osx, it should behave the same as any other GUI app installed into that virtualenv.

Are you running into a specific problem? If so post any error messages you get, or any other details that would help, and one of us could probably help you work through it.

Matthew Scott Elevencraft Inc.

On Nov 3, 2013, at 5:25 PM, dalupus wrote:

Is there anyway to get this to fix ipython as well?

— Reply to this email directly or view it on GitHub.

matthewryanscott avatar Nov 04 '13 15:11 matthewryanscott

I'm not really getting any error, I am having the issue where matplotlib can't keep focus if I launch a plot via ipython. This is the same issue I had before with python but using this fixed it.
Note that I installed ipython before using the install-pythonw script.

dalupus avatar Nov 04 '13 15:11 dalupus

Going through the issues in this repo. @dalupus I know this is old but are you still experiencing this problem?

matthewryanscott avatar Apr 03 '15 03:04 matthewryanscott

I have the problem that scripts installed using setuptools`s entry_points are not fixed by this.

IPython use this to install the ipython executable so this is the actual culprit.

nils-werner avatar May 12 '15 09:05 nils-werner