Re: Django/GoDaddy

2009-11-16 Thread mkumm
Thanks everyone. I was able to resolve my issues by getting the
easy_install tools and then using that to update MySQL. phew!


On Nov 16, 10:07 am, "Mark (Nosrednakram)" 
wrote:
> I'd check rpmforge 
> see:http://wiki.centos.org/AdditionalResources/Repositories/RPMForge
> for centos notes
>
> On Nov 15, 3:27 pm, mkumm  wrote:
>
>
>
> > Colin thanks - I will try installing all of the -devel stuff. ha - 2.4
> > - thanks!
>
> > On Nov 15, 2:32 pm, Colin Bean  wrote:
>
> > > On Sun, Nov 15, 2009 at 6:15 AM, mkumm  wrote:
> > > > I recently took on a new project for a new client where I was forced
> > > > into using aGoDaddyVirtual Server (literally it was a deal breaker).
> > > > Anyway I have configured about 1/2 dozen servers to run django - but I
> > > > am stumped on this. I am looking for help from anyone who may have
> > > > this experience.
> > > > Server: CentOS 5
> > > > Python 1.4
> > > > Django 1.1.1
>
> > > > 1. mod_wsgi was not available so I tried to compile from source. The
> > > > apache apsx was not available and other attempts to config failed. I
> > > > grabbed the apache source-dev to get the apsx, but the config failed.
> > > > No problem I moved on to mod_python
>
> > > > 2. Attempted to launch the app and got an error that there was no
> > > > pysqlite2, they had the previous version. I pulled the latest version
> > > > but again had failed at config. I moved to mysql and again the version
> > > > that was available on yum was too old and trying to compile by the
> > > > newer version failed at config.
>
> > > > Their technical support person was mean and less helpful than a sharp
> > > > stick.
>
> > > > In short: I can't compile any of the necessary components, all of the
> > > > yum updates are too old. My only other options for server are Cent OS
> > > > 4 and Fedora Core 7 (I come from the Debian World mostly). Any
> > > > recommendations?
>
> > > > --
>
> > > > You received this message because you are subscribed to the Google 
> > > > Groups "Django users" group.
> > > > To post to this group, send email to django-us...@googlegroups.com.
> > > > To unsubscribe from this group, send email to 
> > > > django-users+unsubscr...@googlegroups.com.
> > > > For more options, visit this group 
> > > > athttp://groups.google.com/group/django-users?hl=.
>
> > > If it's a normal CentOS 5 install you should be able to yum install
> > > httpd-devel to get aspx.  If your pysqlite build is failing because of
> > > prerequisites, there might be other development packages that you
> > > could install with yum (python-devel at the very least, probabaly
> > > sqlite-devel too).  'yum search' is helpful for finding out what
> > > packages are out there.
>
> > > Also are you really running python 1.4?
>
> > > Colin

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.




Re: Django/GoDaddy

2009-11-15 Thread mkumm
Colin thanks - I will try installing all of the -devel stuff. ha - 2.4
- thanks!

On Nov 15, 2:32 pm, Colin Bean  wrote:
> On Sun, Nov 15, 2009 at 6:15 AM, mkumm  wrote:
> > I recently took on a new project for a new client where I was forced
> > into using a GoDaddy Virtual Server (literally it was a deal breaker).
> > Anyway I have configured about 1/2 dozen servers to run django - but I
> > am stumped on this. I am looking for help from anyone who may have
> > this experience.
> > Server: CentOS 5
> > Python 1.4
> > Django 1.1.1
>
> > 1. mod_wsgi was not available so I tried to compile from source. The
> > apache apsx was not available and other attempts to config failed. I
> > grabbed the apache source-dev to get the apsx, but the config failed.
> > No problem I moved on to mod_python
>
> > 2. Attempted to launch the app and got an error that there was no
> > pysqlite2, they had the previous version. I pulled the latest version
> > but again had failed at config. I moved to mysql and again the version
> > that was available on yum was too old and trying to compile by the
> > newer version failed at config.
>
> > Their technical support person was mean and less helpful than a sharp
> > stick.
>
> > In short: I can't compile any of the necessary components, all of the
> > yum updates are too old. My only other options for server are Cent OS
> > 4 and Fedora Core 7 (I come from the Debian World mostly). Any
> > recommendations?
>
> > --
>
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=.
>
> If it's a normal CentOS 5 install you should be able to yum install
> httpd-devel to get aspx.  If your pysqlite build is failing because of
> prerequisites, there might be other development packages that you
> could install with yum (python-devel at the very least, probabaly
> sqlite-devel too).  'yum search' is helpful for finding out what
> packages are out there.
>
> Also are you really running python 1.4?
>
> Colin

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.




Django/GoDaddy

2009-11-15 Thread mkumm
I recently took on a new project for a new client where I was forced
into using a GoDaddy Virtual Server (literally it was a deal breaker).
Anyway I have configured about 1/2 dozen servers to run django - but I
am stumped on this. I am looking for help from anyone who may have
this experience.
Server: CentOS 5
Python 1.4
Django 1.1.1

1. mod_wsgi was not available so I tried to compile from source. The
apache apsx was not available and other attempts to config failed. I
grabbed the apache source-dev to get the apsx, but the config failed.
No problem I moved on to mod_python

2. Attempted to launch the app and got an error that there was no
pysqlite2, they had the previous version. I pulled the latest version
but again had failed at config. I moved to mysql and again the version
that was available on yum was too old and trying to compile by the
newer version failed at config.

Their technical support person was mean and less helpful than a sharp
stick.

In short: I can't compile any of the necessary components, all of the
yum updates are too old. My only other options for server are Cent OS
4 and Fedora Core 7 (I come from the Debian World mostly). Any
recommendations?

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.




Re: Mediatemple/Django

2009-11-15 Thread mkumm
I looked at it, but at the time they charged $20 for the and then $20
for the container with metered GPU. FOr $50 a month I got their
equivalent of a virtual dedicated with unmetered GPU (they still watch
bandwidth etc) which worked out really well. I have about 6 django
sites running on that server and they snappy :)

On Nov 14, 2:23 pm, kurious oranj  wrote:
> Has anyone tried the Mediatemple/Django grid component? Does it work
> nice?

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.