Re: Centos 6.5 Python 3.3.x Django 1.6 Apache 2.2

2014-05-13 Thread Guillem Liarte
/site-packages > > > Order allow,deny > Allow from all > > > > > Maybe something here will 'stick out' as a solution for you. > > HTH, > Tim > > > > > > > > On Tue, May 13, 2014 at 6:14 AM, Guillem Liarte > > >

Re: Centos 6.5 Python 3.3.x Django 1.6 Apache 2.2

2014-05-13 Thread Guillem Liarte
Has anybody being able to solve this problem with the locale in virtual env? I am stuck with it for the moment. It is just that Centos 6 + Django 1.7 (python3.x ) is a no-go? Thanks. On Wednesday, 7 May 2014 16:33:23 UTC+2, Guillem Liarte wrote: > > Timothy, > > Thanks you, but

Re: Centos 6.5 Python 3.3.x Django 1.6 Apache 2.2

2014-05-07 Thread Guillem Liarte
thon3.3/site-packa ges'] I am reading about the differnces for mod_wsgi from python2.x to python3.x but I fail to find clear documentation about how the wsgi.py and settings.py should look like in python3. On Wednesday, 7 May 2014 00:20:00 UTC+2, Timothy W. Cook wrote: > > > O

Re: Centos 6.5 Python 3.3.x Django 1.6 Apache 2.2

2014-05-06 Thread Guillem Liarte
PER=en_GB.UTF-8 export LC_NAME=en_GB.UTF-8 export LC_ADDRESS=en_GB.UTF-8 export LC_TELEPHONE=en_GB.UTF-8 export LC_MEASUREMENT=en_GB.UTF-8 export LC_IDENTIFICATION=en_GB.UTF-8 But I still get the locale encoding problem. Do you guys have any suggestions? Thanks! On Friday, 2 May 2014 13:11:

Re: Centos 6.5 Python 3.3.x Django 1.6 Apache 2.2

2014-05-05 Thread Guillem Liarte
compiling wsgi with python 3? I will see to produce the error I was getting once again. Many thanks for replying. Guillem On Friday, 2 May 2014 16:28:00 UTC+2, Tom Evans wrote: > > On Fri, May 2, 2014 at 12:11 PM, Guillem Liarte > > wrote: > > Hello, > > > > I

Re: Centos 6.5 Python 3.3.x Django 1.6 Apache 2.2

2014-05-05 Thread Guillem Liarte
ayname > python-path=/data/app/guillem-py3-dj17-test/lib64/python3.3/site-packages/ > > - > Brad Pitcher > > > On Fri, May 2, 2014 at 4:11 AM, Guillem Liarte > > > wrote: > >> Hello, >> >> I have looked through the web in several differe

Centos 6.5 Python 3.3.x Django 1.6 Apache 2.2

2014-05-02 Thread Guillem Liarte
Hello, I have looked through the web in several different especialised forums but I cannot find the way to do this properly. My aim is to have an environment to host Django applications running Centos 6. So far I have managed to: - Get Centos 6.5 + Ptython 3.3.2 + Django 1.6 (virtual env), run