Re: problem running helloworld

2011-09-01 Thread James Murty
I have come across similar problems compiling Python libraries on OS X, caused by not having the Mac OS X 10.4 Support libraries installed (they're optional in X-Code) and by the Mac's version of GCC being incompatible with some code. This blog post might give you some pointers:

Re: problem running helloworld

2011-09-01 Thread Steve Piercy
This one may be helpful too: https://docs.pylonsproject.org/projects/pyramid_cookbook/dev/mac_install.html You are welcome to update the instructions for 10.4. --steve On 8/31/11 at 11:21 PM, ja...@misterm.org (James Murty) pronounced: I have come across similar problems compiling Python

Re: problem running helloworld

2011-09-01 Thread Siddhartha Kasivajhula
Thanks guys, I was able to get it running using those instructions. Though, while working through those I realized that I'd never activated my virtualenv during my initial install attempt -- are the instructions missing that step? link:

Re: problem running helloworld

2011-09-01 Thread Chris McDonough
On Thu, 2011-09-01 at 13:11 -0700, Siddhartha Kasivajhula wrote: Thanks guys, I was able to get it running using those instructions. Though, while working through those I realized that I'd never activated my virtualenv during my initial install attempt -- are the instructions missing that