Philip Jenvey wrote: > On Jul 7, 2006, at 2:10 PM, Matthew Burgess wrote: > > > > > Hi there. > > > > I've installed Pylons 0.8.2 using easy_install with the following > > .pydistutils.cfg: > > > > [install] > > install_lib = ~/python/lib > > install_scripts = ~/python/bin > > > However the cleanest solution for your setup is to use Ian Bicking's > virtual-python.py or the newer workingenv.py. Basically these scripts > will provide you with a full python installation in your home directory. > > http://blog.ianbicking.org/workingenv-revisited.html
Thanks very much. It didn't quite go as smoothly as is described in that blog entry. For some reason no setuptools.pth file was created which meant that easy_install wouldn't run. However, after creating that file I am now able to create the helloworld project based off the pylons template. Regards, Matt. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
