Vista and extensions for simplejson and other libraries give me headaches all the time too. Anyway. I think the "simplejson" library was included in the python 2.6 under the name "json". Creating quite a mess because there is already "json" in python.org/pypi, but different one. Probably the best would be conditional installation of simplejson only for python <=2.5 (or is this dependency really necessary at all?)
Tibor On Sun, Nov 23, 2008 at 7:07 PM, Rod Morison <[EMAIL PROTECTED]> wrote: > > I'm starting a new project and am trying to install Pylons 0.9.7 on a > fresh install of Windows Vista/64 with Python 2.6. Easy install quits on > an error installing simplejson. I see a thread on the subject > ( > http://groups.google.com/group/pylons-discuss/browse_thread/thread/48d0a48a5ccc4a6e/22f12c08cf642b63?lnk=gst&q=simplejson#22f12c08cf642b63 > ) > , but I don't see a workaround I can use. > > The top and bottom of my install output, with -v, is below. Any > suggestions or help for a workaround is appreciated, I want to get > started with this project! > > ---- > python ez_setup.py -v -f http://pylonshq.com/download/0.9.7 -U Pylons > Searching for Pylons > Reading http://pylonshq.com/download/0.9.7 > Found link: http://pylonshq.com/download/0.9.7/Babel-0.9.3-py2.3.egg > > [cut] > > copying simplejson\tests\test_indent.py -> > build\lib.win-amd64-2.6\simplejson\tests > copying simplejson\tests\test_pass1.py -> > build\lib.win-amd64-2.6\simplejson\tests > copying simplejson\tests\test_pass2.py -> > build\lib.win-amd64-2.6\simplejson\tests > copying simplejson\tests\test_pass3.py -> > build\lib.win-amd64-2.6\simplejson\tests > copying simplejson\tests\test_recursion.py -> > build\lib.win-amd64-2.6\simplejson\tests > copying simplejson\tests\test_scanstring.py -> > build\lib.win-amd64-2.6\simplejson\tests > copying simplejson\tests\test_separators.py -> > build\lib.win-amd64-2.6\simplejson\tests > copying simplejson\tests\test_unicode.py -> > build\lib.win-amd64-2.6\simplejson\tests > copying simplejson\tests\__init__.py -> > build\lib.win-amd64-2.6\simplejson\tests > running build_ext > building 'simplejson._speedups' extension > error: Setup script exited with error: None > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
