On Wed, Feb 23, 2011 at 5:40 PM, John de la Garza <[email protected]> wrote:
> I > line 205, in <module> > 'No package found to encode python objects to JSON! Please install > a supported package. See INSTALL file for more information.' > AssertionError: No package found to encode python objects to JSON! > Please install a supported package. See INSTALL file for more > information. > > i changed json.py to have this: > use_python_cjson=False > > > Anyone using this stuff? > > What version of python are you using? Try "python -v" if it's <2.6 , you'll want to do something like "sudo easy install simplejson". 2.5 doesn't have a built in json lib. > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
