simplejson was dropped, as we target 2.7 only and there's the json module globally available. you should use that.
I **think** this still works, but it's the only thing permitted. from gluon.contrib.simplejson import json On Friday, December 2, 2016 at 2:37:36 AM UTC+1, Dave S wrote: > > As a move to use tcpdump to look at the actual raw response (my issue > where it appears I need to force an ascii response), > I copied my controller code from my dev machine to a test machine. And > ran into import errors trying to import simplejson. (The ticket says it was > trying to load applications.myapp.modules.simplejson, so I tried changing > it with a "from contrib.simplejson.simplejson" -- oops, there's no > simplejson.py in gluon/contrib/simplejson, so that still errors (different > ticket). > > What am I missing? I'm seeing this on both 2.14.4 and 2.14.6 on the test > machine (which has been running the other functions of the controller for > ages and ages). > > /dps > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

