Download the json-py package and edit the setup.py to say from setuptools import setup
instead of from distutils.core import setup (This wouldn't be necessary if json-py was at the Cheeseshop, but I don't know that it is. If it's at the cheeseshop, you just easy_install json-py) Kevin On 12/3/05, evan <[EMAIL PROTECTED]> wrote: > > Dan Jacob wrote: > > PS the latest version of json-py on sourceforge corrects the bug but > > the version in json_py-3.2.1-py2.4.egg was buggy. > > So how does one replace the json_py-3.2.1-py2.4.egg thats in my > site-packages with the contents of json-py-3_4.zip? > > Thanks in advance, > Evan > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

