[modwsgi] Re: Problem with Python versions

2010-04-22 Thread Diego H.
Thankyou yesterday, i've download those package by "error" :P, and i realized that was the mistake On Apr 22, 9:33 am, Carl Nobile wrote: > These are the packages on Ubuntu 9.10 > > apache2-dev > apache2-threaded-dev > python-dev > python2.6-dev > > $ sudo aptitude install apache2-dev apache2-thr

Re: [modwsgi] Re: Problem with Python versions

2010-04-22 Thread Carl Nobile
These are the packages on Ubuntu 9.10 apache2-dev apache2-threaded-dev python-dev python2.6-dev $ sudo aptitude install apache2-dev apache2-threaded-dev python-dev python2.6-dev The above should do it for him. ~Carl On Thu, Apr 22, 2010 at 3:42 AM, Graham Dumpleton wrote: > Those types of err

Re: [modwsgi] Re: Problem with Python versions

2010-04-22 Thread Graham Dumpleton
Those types of errors normally indicate you don't have Python header files, or perhaps Apache header files, installed. You need the appropriate '-dev' or '-devel' packages for same version of Python/Apache you are using installed. Can someone here say what the package names are under Ubuntu? Gra

[modwsgi] Re: Problem with Python versions

2010-04-21 Thread Diego H.
This is all the capture. mod_wsgi.c:4737: error: expected expression before ‘module’ mod_wsgi.c:4757: error: ‘path’ undeclared (first use in this function) mod_wsgi.c:4759: error: expected identifier or ‘(’ before ‘=’ token mod_wsgi.c:4762: error: expected expression before ‘module’ mod_wsgi.c:47

Re: [modwsgi] Re: Problem with Python versions

2010-04-12 Thread Graham Dumpleton
On 13 April 2010 05:03, Diego H. wrote: > > I've been compiling the module but gave an error to big for post over > here, but says something about apsx2. > > apxs:Error: Command failed with rc=65536 > . > make: *** [mod_wsgi.la] Error 1 > > Thats the last part of the error what says to me. It is

[modwsgi] Re: Problem with Python versions

2010-04-12 Thread Diego H.
I've been compiling the module but gave an error to big for post over here, but says something about apsx2. apxs:Error: Command failed with rc=65536 . make: *** [mod_wsgi.la] Error 1 Thats the last part of the error what says to me. On Apr 11, 3:33 pm, Carl Nobile wrote: > You need to recom