-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unable to Build Mac OS X Application #2209
Comments
What version of py2app are you using? |
I'm using 0.9 (output of
|
I'm using py2app 0.8 to build the app right now because I encountered this error myself (or something similar, I don't remember exactly ;-). |
Thanks, but unfortunately I got the same error even after downgrading to py2app 0.8. I was able to get past the recursion limit by adding
to
Any idea what the problem could be? |
I think you need to use the exact modulegraph and other py2app El 01/03/15 a las 22:14, Kyle Medley escribió:
|
Okay thanks! |
Any word on the correct versions? |
|
Thanks, but I still run into the error below (and I still need to add
Btw all packages now have correct versions:
|
No idea, I'm creating the app on 10.7 and it works fine here |
Oh well, thanks for your help anyway! Just one question before I close this - can you say which Python version you're using to run create_app.py and if it is installed via homebrew? |
I'm using Python 2.7.8 at the moment. But please don't close this issue, I'll try to simplify this whole process by using Anaconda instead of Homebrew. |
@0u812 I uploaded new dmg for Python 2 and Python 3 to our download site https://bitbucket.org/spyder-ide/spyderlib/downloads Would you mind to test if any of them work on 10.9.5? Thanks :-) |
Sure thing! But I'm traveling right now and have intermittent internet On 3/9/15 9:15 PM, Carlos Cordoba wrote:
|
I'm finally back from traveling and I was able to test the new dmgs (sorry it took so long). I'm running 10.10 (Yosemite) now, and here's what I found:
Has anyone experienced this before? Should I file an issue? |
Good! The problems with the IPython console are known. At least Spyder with Python 2.7 is working well now! I'm closing this one because I don't think there is anything else to do. |
I'm trying to build a self-contained Mac app by following these instructions:
https://bitbucket.org/spyder-ide/spyder-mac-app/src/8678bee94f6632753089949f165926164dadc8a0/Howto%20build%20the%20app.md?at=default
For the purposes of this issue, I'm using the official Spyder master branch at a67dfc9. Basically, I am interested in how the official Spyder dmg is currently being built. Are these instructions still current? As you can see, they don't work for me. I'm on Mavericks FWIW.
I've followed all of the instructions to the letter up to
python setup.py build_doc
, which fails withFurthermore, if I try to run
(I need to use
/usr/local/bin/python
and not simplypython
because this is where pip installs its packages), the create_app.py script fails withThe backtrace contains this:
and then has many repeats of
The text was updated successfully, but these errors were encountered: