Hey Carlos, I've been trying to follow your outline, and I made a lot of headway doing it now, where I'm pretty close to building the app. Then I just noticed that you've already built them and uploaded the dmg's.
First of all, thanks for your humongous effort. I can still work on building it on my own, and compare notes if you think that would help since you have some tweaks as well in your write-up? On Tuesday, December 9, 2014 8:07:25 PM UTC-5, Carlos Córdoba wrote: > > Hi, > > You didn't sound rude at all! ;-) I know a lot of people is waiting the > Python 3 dmg (specially teachers for their students). If only the days > would have 36 hours :-) > > Building the app is not so straight forward but I wrote a detailed how-to > here: > > > https://bitbucket.org/spyder-ide/spyder-mac-app/src/8678bee94f6632753089949f165926164dadc8a0/Howto%20build%20the%20app.md?at=default > > That repo (spyder-mac-app) also contains the scripts I use to make my life > easier, in case you want to try them. > > Cheers, > Carlos > > El 09/12/14 a las 20:00, statmobile escribió: > > Oh, I didn't mean to sound rude. I can surely wait a few more days, > thanks Carlos. I did try py2app 0.8 instead of 0.9, but I'm getting other > errors. I don't know py2app well enough to debug. On the plus side, > bootstrap.py does work for me. > > Thank you for responding so promptly! > > On Tuesday, December 9, 2014 6:25:27 PM UTC-5, Carlos Córdoba wrote: >> >> Hi, >> >> Please be patient. I will upload a 3.4 dmg in a couple of days. I created >> a build env for Python 3 a couple of months ago but now I need to update it >> to the latest numpy, pandas, scipy, etc. >> >> If you want to build the app, I recommend you to use py2app 0.8 and its >> dependencies. That's the last version it's working fine for me :-) >> >> Cheers, >> Carlos >> >> El 09/12/14 a las 17:17, statmobile escribió: >> >> Hey all, >> >> I love this project, but I've been patiently waiting for Python 3 >> support in OS X. I believe it is now supported, but the dmg for 2.3.2 >> still has not been posted. I thought I'd just compile the app from source, >> why not? This is a prime example of a great Python project that I'd love >> to explore. Anyway, >> I followed the directions on create_app.py, and first built the >> documentation. Then when I tried to run. >> >> python create_app.py py2app >> >> >> I get the following Traceback error: >> >> >> Traceback (most recent call last): >> File "create_app.py", line 97, in <module> >> options={'py2app': OPTIONS} >> File >> "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/core.py", >> >> line 148, in setup >> dist.run_commands() >> File >> "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py", >> >> line 955, in run_commands >> self.run_command(cmd) >> File >> "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py", >> >> line 974, in run_command >> cmd_obj.run() >> File >> "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/py2app/build_app.py", >> >> line 659, in run >> self._run() >> File >> "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/py2app/build_app.py", >> >> line 865, in _run >> self.run_normal() >> File >> "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/py2app/build_app.py", >> >> line 939, in run_normal >> mf = self.get_modulefinder() >> File >> "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/py2app/build_app.py", >> >> line 814, in get_modulefinder >> debug=debug, >> File >> "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/modulegraph/find_modules.py", >> >> line 341, in find_modules >> find_needed_modules(mf, scripts, includes, packages) >> File >> "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/modulegraph/find_modules.py", >> >> line 266, in find_needed_modules >> path = m.packagepath[0] >> TypeError: 'NoneType' object is not subscriptable >> >> >> I'm using Python 3.4.2 from MacPorts on OS X 10.10.1 >> >> Any help would be much appreciated, thank you. >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/spyderlib. >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at http://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
