[web2py] Re: Error in custom_import and Pyforum

2011-11-28 Thread Anthony
Are you using the Windows binary or the source version with your own Python installation? On Monday, November 28, 2011 12:08:04 PM UTC-5, mikech wrote: > > I'm on Windows and the json library is there, but I will take Massimo's > advice and replace it. > > Thanks! > > Mike >

[web2py] Re: Error in custom_import and Pyforum

2011-11-28 Thread mikech
I'm on Windows and the json library is there, but I will take Massimo's advice and replace it. Thanks! Mike

[web2py] Re: Error in custom_import and Pyforum

2011-11-28 Thread Massimo Di Pierro
or replace import json with import gluon.contrib.simplejson as json On Nov 28, 4:59 am, Martín Mulone wrote: > I think you need json module installed on your system. You are under > windows, linux, ?. In ubuntu linux you can install it from console > doing: apt-get > install python-simplejson