> > > Thanks for the link, although I had already found that. > I downloaded simplejson-2.0.9.tar.gz ... no readme, no install text (at > least I didn't see it) .... > I assumed I had to run 'python setup.py', but it didn't find an > appropriate .egg file and tried to download a setuptools version 0.6c7 > which is not available (anymore). I found a newer version 0.6c9 (by > judging the version code) on the pypi packages page, downloaded it and > assumed I should change the DEFAULT_VERSION in ez_setup.py to 0.6c9. > Yes, finally setup completed .....
Usually, for installing python libs: python setup.py build python setup.py install # as root or just python setup.py install # as root too > > Anyway, now 'python extract_pininfos.py' works here! Good. Wasn't that complicated right :) > > > > Though you may have something for JSON, it appears it's not simplejson. > > There are many options out there, simplejson seems to be... simple enough > :) > > Maybe for the simple-minded... Come on ! I know you handle far more complicated situations ! Anyway, I thought this unique exchange format would help developing 3rd party scripts. It seems not, so we can still go back if needed... so you'll just have to install "cat" and "sed" :) Cheers, Seb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
