I am not actually sure they want to use Python 3.1.

I think they might be using Ubuntu and the confusion is that from
memory the mod_wsgi 3.3 package on Ubuntu includes mod_wsgi.so
binaries for both Python 2.X and 3.X, so it wants to have both
versions of Python installed even if you are only intending to use
Python 2.X.

Thus why asked distro and pushed it here as others understand the
Ubuntu distro stuff better than I.

Graham

On 15 December 2011 14:05, Carl Nobile <[email protected]> wrote:
> Roman,
>
> As Graham said giving us the Linux distro that you are using would be
> helpful.
>
> However, in general it will still be another two or so years before Python
> 3.x will be widely used, many web frameworks can not use it yet. Django for
> instance is almost there, but there are no stable releases yet that can use
> Python 3.x. So my recommendation is to not use anything that requires Python
> 3.x at this time. So if indeed mod_wsgi 3.1 requires Python 3.1 I would not
> use it, leave it for the people that are experimenting with Python 3.x.
> Graham can give you a version that would still work with the Python 2.x code
> base, which is where most applications still live.
>
> Now if you are determined to use the latest mod_wsgi and therefore Python
> 3.x then it can be installed, but be careful of the distro that you use and
> how you install it or it can break you whole Linux install because so many
> distros use Python for much of their administrative work and won't run on
> Python 3.x. RedHat/Fedora is the worst offender to my knowledge their
> version of Python is old even by version 2.x standards. You will most likely
> need to have two installs of Python on your machine. Then use virtual
> environments to run your apps using Python 3.x code.
>
> I work for a large publishing company and we have not started using Python
> 3.x yet, so don't rush into it if you do not really have to.
>
> ~Carl
>
> On Wed, Dec 14, 2011 at 7:51 PM, Graham Dumpleton
> <[email protected]> wrote:
>>
>> On 15 December 2011 11:10, Роман Сорокин <[email protected]> wrote:
>> > Hello, I'm Roman.
>> > I'm beginner in Python, and I have some problem with installation
>> > mod_wsgi
>> > 3.3 on Linux (it has error) and on Windows (Apache don't want startup),
>> > I tried install mod_wsgi 3.1 on Linux, but it requiers python-dev 3.1
>> > pack,
>> > I don't know where from i can download it, research of links of Google
>> > don't
>> > give me anything useful. Please, give me workin version mod_wsgi or
>> > python-dev 3.1!
>>
>> I have forwarded your questions onto the mod_wsgi mailing list.
>> Details of list at:
>>
>>
>>  http://code.google.com/p/modwsgi/wiki/WhereToGetHelp?tm=6#Asking_Your_Questions
>>
>> I have done this because I don't use Linux in any serious way so don't
>> know very well the specifics of Linux packaging for different distros
>> or appropriate commands to install them. Other people on the list
>> therefore can better help you with the questions or point you to a
>> summarising blog post of what is required for your specific distro.
>> You will though need to indicate what Linux distro you are using. Also
>> post what commands you have used so far to install it along with the
>> specific error messages you are getting.
>>
>> Am also not a user of Windows either, but generally a startup problem
>> with Apache/mod_wsgi on Windows is because of one of the following:
>>
>> - Using a 64 bit Apache with 32 bit mod_wsgi.so from download site.
>> You can't mix 32/64 bit and need to use a 32 bit Apache.
>> - Using a 64 bit Python with 32 bit mod_wsgi.so from download site.
>> You can't mix 32/64 bit and need to use a 32 bit Python.
>> - Python was installed for current user only. You must install Python
>> for all users when installing it and not just the current user.
>>
>> Graham
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "modwsgi" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/modwsgi?hl=en.
>>
>
>
>
> --
> -------------------------------------------------------------------------------
> Carl J. Nobile (Software Engineer)
> [email protected]
> -------------------------------------------------------------------------------
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/modwsgi?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to