-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include qt_menu.nib file in MacOS app bundle #4116
Comments
Is this a Qt bug or a problem with the Anaconda distribution? |
It looks like this is a bug in Anaconda. Should try to figure something else out. |
@stevengj are you sure IPython is running with the |
@ihnorton, the problem is that we are running from within the We need to have Qt properly installed as a framework with the |
I've posted a query on the Anaconda mailing list about this. |
Here's another possible stopgap: run julia as a symlink from within the anaconda directory.
|
That's a great (albeit evil) hack, thanks for the suggestion! |
I have been trying to get PyPlot working with Anaconda's Python distribution, and am running into
I've been searching, and so far I can't find any clean way to work around this other than to copy the qt_menu.nib directory into the
Resources
directory of the application bundle.It's incredibly annoying, but I wonder if it would be okay to just ship this in the Julia MacOS download? It's only 16kB, and this seems like it may affect any Qt-based libraries.
The text was updated successfully, but these errors were encountered: