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-16 Thread Mark (Nosrednakram)
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 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=.




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=.




Re: Django/GoDaddy

2009-11-15 Thread Colin Bean
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 at 
> http://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: Django + Godaddy

2009-08-27 Thread Nanopino

I just got off the phone with godaddy for the last time. I've canceled
my hosting with them as they are reluctant to install python-sqlite2.
Something as simple as database libraries that can be yum installed
and they wouldn't budge. They really wanted me to switch to VPS with
them. It took me 2 weeks to get django up and running and when i tried
to build something with it is when i found out i couldn't hook it up
to a database because pysqlite or the mysql libraries aren't
installed. Tried to install pysqlite from source in my local directory
just like I did with django, using --prefix but pysqlite needs gcc to
compile some portions of the code and gcc is unavailable in their
jailed ssh. ARG, so angry!

Justin's correct save yourself the headache, unfortunately my head's
already throbbing.

On Aug 26, 10:45 pm, Justin Lilly  wrote:
> On 26 Aug 2009 03:58:58-0700, Nanopino wrote:
>
>
>
>
>
> > i've actually have semi success in getting django to work on godaddy.
> > It displays the "Congratulations on your first Django-powered page."
> > You will have to be signed up for the linux shared hosting Deluxe or
> > higher plan in order for fastcgi to be enabled. I can show you how to
> > get it up and running but the only problem is that once it is up and
> > running you can't do anything with it because the pysqlite2 and python
> > bindings for mysql aren't installed making django useless. I'm trying
> > to see if godaddy tech support will "yum install python-sqlite2" but i
> > really doubt it. They keep trying to upsell me to a VPS. I've been at
> > them for 2 weeks now... :-/
>
> > On Aug 25, 10:02 am, Andrés Martín - martyn
> >  wrote:
> > > Hi django Users.
>
> > > I need to know if somebody has used Django on godaddy Host service ?
>
> > > If yes, is easy to configure ? what recomended to me in that case ?
>
> > > Thank you!
>
> > > Regards
> > > --
> > > Andrés Martín Ochoa;
>
> Save yourself a headache and ditch godaddy. They're fantastic for domain
> purchasing, but leave you wanting when it comes to hosting. Especially
> for something like Django. I might suggesthttp://webfaction.com/as a
> reasonable alternative. Trust me in that any amount you may have prepaid
> for godaddy hosting will be worth nothing when compared to the amount of
> frustration you will face trying to get something setup on a host that
> isn't accomodating.
>
>  -justin
>
>  signature.asc
> < 1KViewDownload
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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=en
-~--~~~~--~~--~--~---



Re: Django + Godaddy

2009-08-26 Thread Justin Lilly
On 26 Aug 2009 03:58:58-0700, Nanopino wrote:
> 
> i've actually have semi success in getting django to work on godaddy.
> It displays the "Congratulations on your first Django-powered page."
> You will have to be signed up for the linux shared hosting Deluxe or
> higher plan in order for fastcgi to be enabled. I can show you how to
> get it up and running but the only problem is that once it is up and
> running you can't do anything with it because the pysqlite2 and python
> bindings for mysql aren't installed making django useless. I'm trying
> to see if godaddy tech support will "yum install python-sqlite2" but i
> really doubt it. They keep trying to upsell me to a VPS. I've been at
> them for 2 weeks now... :-/
> 
> On Aug 25, 10:02 am, Andrés Martín - martyn
>  wrote:
> > Hi django Users.
> >
> > I need to know if somebody has used Django on godaddy Host service ?
> >
> > If yes, is easy to configure ? what recomended to me in that case ?
> >
> > Thank you!
> >
> > Regards
> > --
> > Andrés Martín Ochoa;

Save yourself a headache and ditch godaddy. They're fantastic for domain
purchasing, but leave you wanting when it comes to hosting. Especially
for something like Django. I might suggest http://webfaction.com/ as a
reasonable alternative. Trust me in that any amount you may have prepaid
for godaddy hosting will be worth nothing when compared to the amount of
frustration you will face trying to get something setup on a host that
isn't accomodating.

 -justin



signature.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Re: Django + Godaddy

2009-08-26 Thread Nanopino

i've actually have semi success in getting django to work on godaddy.
It displays the "Congratulations on your first Django-powered page."
You will have to be signed up for the linux shared hosting Deluxe or
higher plan in order for fastcgi to be enabled. I can show you how to
get it up and running but the only problem is that once it is up and
running you can't do anything with it because the pysqlite2 and python
bindings for mysql aren't installed making django useless. I'm trying
to see if godaddy tech support will "yum install python-sqlite2" but i
really doubt it. They keep trying to upsell me to a VPS. I've been at
them for 2 weeks now... :-/

On Aug 25, 10:02 am, Andrés Martín - martyn
 wrote:
> Hi django Users.
>
> I need to know if somebody has used Django on godaddy Host service ?
>
> If yes, is easy to configure ? what recomended to me in that case ?
>
> Thank you!
>
> Regards
> --
> Andrés Martín Ochoa;
> passport: andresmar...@linuxmail.org;
> Linux Registered User #436420;
> Asterisk User Number: 1000;
> PBX: (57) 1 327 8000;
> Ext: 3011

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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=en
-~--~~~~--~~--~--~---



[Django] Django + Godaddy

2009-08-25 Thread Andrés Martín - martyn
Hi django Users.

I need to know if somebody has used Django on godaddy Host service ?

If yes, is easy to configure ? what recomended to me in that case ?

Thank you!

Regards
-- 
Andrés Martín Ochoa;
passport: andresmar...@linuxmail.org;
Linux Registered User #436420;
Asterisk User Number: 1000;
PBX: (57) 1 327 8000;
Ext: 3011

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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=en
-~--~~~~--~~--~--~---