Complete success on installing on Mac OS X 10.5 with virtualenv, a little difficulty installing on Vista Ultimate 32-bit due to simplejson, but no success on installing on OS X 10.5 Server.
On the first install attempt, easy_install quit while trying to install tg.ext.repoze.who, and complained about an outdated setuptools (10.5 Server had 0.6c7, tg.ext.repoze.who, requires 0.6c8). After we updated setuptools, we retried the installation and it failed, again complaining about outdated setuptools. We weren't using virtualenv before (not my fault, I wanted to :/) , but we decided to see if using it would let us get around OS X Server's default install, so we created a new environment with --no-site-packages, and it allowed us to continue. We ran the installation script again, and it appeared to run correctly, no errors were thrown anyway. When we tried typing 'paster --help', though, we recieved a response that said, "Cannot load command quickstart: tg.ext.repoze.who". The response was also missing the TG2 stuff at the end. I had the guy sitting at the keyboard type 'paster tginfo', which resulted in the virtual environment becoming unusuable, due to a missing formencode. We tried this three times, and ended up with three unusable virtual environments. In the end I think this is 99% our fault for not using virtualenv to start with, but people above me decided that virtualenv was a security risk for no real reason at all, and decided to install globally. We still don't have it working, and I can send the terminal session along if anybody's interested. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
