I've just finished installing py-spyder onto a clean install of Macports. I didn't trust the legacy Macports install from before I upgraded to Mountain Lion, and as Spyder is my current main reason for Macports, I thought I'd give it a fresh start. Initial tests suggest that it works properly.
However, I did strike one problem, which caused libunwind-headers to abort installing. The message in the log file (now erased by a successful install) said I had not agreed to the Xcode license. I had to run: sudo xcodebuild -license and enter 'agree' to accept the license, then clean lib-unwind-headers, before I could continue the installation. (BTW, the 'c' key now works :-) DN On 07/08/2012, at 11:12 PM, Eric Borisch <[email protected]> wrote: > On Monday, August 6, 2012 11:35:48 PM UTC-5, huhwhat wrote: > Just popping in to say that I'm having the exact same problem after upgrading > to Mountain Lion. I've tried uninstalling all ports and macports itself, but > the problem persists. > > Please do a 'sudo port selfupdate' and then 'sudo port upgrade py27-spyder' > (or py26-) to make sure you have 'py27-spyder @2.1.11_2' returned when you > type 'port echo active and py27-spyder' > > This should be fixed now. > > Thanks, > Eric > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/spyderlib/-/F7PyIiD55zoJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
