On Monday 29 June 2009 12:09:58 pm Miguel wrote:
> Hi all,
>
> I made an mistake of upgrading ubuntu to the last version. This new version
> is running python 2.6 and it has also install the mod python for apache
> linked to this python version. All my code is running django 0.96 with
> python 2.5.
> Now, the developments don't work. It says I have the following error:

Hi Miguel,

More detail about the exact import error is needed.  But from what you've said 
so far, there are a few possibilities.

First, your python code itself should be able to work fine with python2.6.  
Python 2.x is almost entirely backwords-compatible as versions increase, so 
your python 2.5 code should run just fine.

However, Django 0.96 itself might be incompatible.  I know that in the run up 
to the 1.0 release, they had to shake out some unicode and other minor errors 
that reared up in 1.0. 

If that is the case, you would probably want to try running your web app in 
django 1.0, porting it if need be.

Finally: is it possible that the import error just has to do with a change in 
virtual host settings?  I.e., in the Apache (virtual) host configuration, are 
you sure the PythonPath setting is correct?  Perhaps some library location 
shifted, or something related to this changed during the upgrade.

I'm afraid "downgrading" the server itself - even just mod_python - is really 
hard, messy and error-prone. Hopefully something written above points you to 
an easy solution.  If not, I'd say (without knowing anything about your web 
app) your best bet is to port the site to django 1.0.

Good luck.

Aaron

>
> MOD_PYTHON ERROR
>
> ProcessId:      5225
> Interpreter:    'xxxxx'
>
> ServerName:     'xxxx'
> DocumentRoot:   '/htdocs'
>
> URI:            '/'
> Location:       '/'
> Directory:      None
> Filename:       '/htdocs'
> PathInfo:       '/'
>
> Phase:          'PythonHandler'
> Handler:        'django.core.handlers.modpython'
>
>
> At the end, it says I have an error importing a module.
>
>
> does anybody know how to go back to the 2.5 python module? or how can I
> resolve this problem?
>
>
> thank you very much,
> best regards,
>
>
> Miguel
>
> 


-- 
Aaron Maxwell
http://redsymbol.net/

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to