Re: Pain on OSX

2011-07-28 Thread Bruno Tikami
On Thu, Jul 28, 2011 at 12:35 PM, Kolbe wrote: > thanks for the pointers guys! really really helpful > > Kolbe, have you updated your Xcode ? If not, do so in order to have your gcc updated/compatible with Lion. I had problems with pycrypto and beautifulsoup that were gone after updating xcode. C

Re: Pain on OSX

2011-07-28 Thread Kolbe
thanks for the pointers guys! really really helpful On Jul 28, 11:05 pm, Andre Terra wrote: > Not to mention SQLite's 'Database is locked' issue.. I too recommend > postgres. > > Cheers, > AT > > On Thu, Jul 28, 2011 at 11:55 AM, william ratcliff < > > > > > > > > william.ratcl...@gmail.com> wrot

Re: Pain on OSX

2011-07-28 Thread Andre Terra
Not to mention SQLite's 'Database is locked' issue.. I too recommend postgres. Cheers, AT On Thu, Jul 28, 2011 at 11:55 AM, william ratcliff < william.ratcl...@gmail.com> wrote: > I also recommend the enterprisedb distribution. I don't recall rebuilding > python for snow lion, but it's been aw

Re: Pain on OSX

2011-07-28 Thread william ratcliff
I also recommend the enterprisedb distribution. I don't recall rebuilding python for snow lion, but it's been awhile...I have also noticed that sqllite does not enforce all constraints, so it's good to start with postgres sooner rather than later...I can't help you with apache... William On Thu

Re: Pain on OSX

2011-07-28 Thread Shawn Milochik
On Thu, Jul 28, 2011 at 10:08 AM, Kolbe wrote: > lol. > > what's your recommended build for OSX though if I were to use django? > I don't know what you mean by 'build,' but my standard setup was compiling my own Python (requires installing XCode) and using PostgreSQL (using the EnterpriseDB inst

Re: Pain on OSX

2011-07-28 Thread Kolbe
lol. what's your recommended build for OSX though if I were to use django? On Jul 28, 9:41 pm, Shawn Milochik wrote: > I've never had a problem with Django on OS X. I have had problems with > psycopg2 due to the default Python that comes with OS X, but if you > recompile Python you're fine. I do