On Monday, February 21, 2011 6:14:21 PM UTC-5, Jack315 wrote: 
>
> Plumo- 
>
> Web2Py is using 2.5.1, I have 2.7 on my computer.
>
 
If you want to use the Python 2.7 on your computer with web2py, you can run 
web2py from source instead of the binary (the binary automaticaly uses the 
2.5 interpreter that ships with web2py). If you've got 2.7 on your computer 
and run from source, anyjson should find the json library (in theory -- 
haven't tried it). Or, as Jonathan explained, to get anyjson to find the 
simplejson library that ships with web2py, change the anyjson _modules code 
to refer to "gluon.contrib.simplejson" instead of just "simplejson".
 
Anthony

Reply via email to