Hi, I just saw the email with the update.
A quick try with ``go-pylons.py --no-site-packages mydevenv`` finishes without error on Windows XP. Creating a pylons project with paster works and is served correctly. I haven't tested much more than creating a hello world controller. One possible improvement would be to make a binary egg for simplejson available, since with my current setting it does not build the C extension in the virtual environment. (I think, easy_install downloads the egg if both egg and source are available) Because the download folder http://pylonshq.com/download/0.9.7/ contains only the source file for simplejson, simplejson is installed without C extension. Searching for simplejson>=1.8.1 Best match: simplejson 1.8.1 Downloading http://pylonshq.com/download/0.9.7/simplejson-1.8.1.tar.gz Below is the output showing how the compilation failed: command 'gcc' failed with exit status 1 WARNING: The C extension could not be compiled If I download the source of simplejson and build the egg with my regular python not the virtualenv python, then I get a completed build of the C extension (with MingW/gcc). cd C:\path\to\unzipdir\simplejson-1.8.1 setup.py bdist_egg Then I can easy_install this egg in my virtualenv: (mydevenv) > easy_install -U C:\path\to\unzipdir\simplejson-1.8.1\dist \simplejson-1.8.1-py2.4-win32.egg Thanks for the update, Josef --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en -~----------~----~----~----~------~----~------~--~---