Re: newbie - deploy error

2007-03-27 Thread Frank Rocco
Can't I have a deploy like ASP or PHP apps that use the same port and use a different directory for each app? Thanks Frank On Mar 27, 2007, at 5:30 PM, risomt wrote: > > You have both virtual hosts connecting on the same port - switch > mysite3 to something like :8081 and it should work > > O

how do I install MySqldb on mac?

2007-04-05 Thread Frank Rocco
Hello, I just installed django on my mac, but cannot get mysqldb installed. I have mysql running from mamp. What do I need to do to install this? Regards, Frank Rocco [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are

Re: how do I install MySqldb on mac?

2007-04-05 Thread Frank Rocco
t found" % mysql_config.path EnvironmentError: mysql_config not found Regards, Frank Rocco [EMAIL PROTECTED] >From: "Jeremy Dunck" <[EMAIL PROTECTED]> >Reply-To: django-users@googlegroups.com >To: django-users@googlegroups.com >Subject: Re: how do I install MyS