By happy coincidence I'll be setting up a new OSX 10.5 system this week, so I will try to dig into this.
Doug On Sep 21, 7:47 pm, "Mark Ramm" <[EMAIL PROTECTED]> wrote: > I have not had time to do this and realistically I won't in the next > couple of weeks, but I think it would be helpful to talk to Ian > Bicking about python/virtualenv/osx issues and see if we can't get him > enough information to help get this resolved in virtualenv. > > So, if anybody who's been bit by this wants to report it and help > debug I would personally be very grateful, as would hords of osx users > who want to use TurboGears on their macs. > > --Mark Ramm > > > > On Fri, Sep 19, 2008 at 1:21 PM, mbertoldi <[EMAIL PROTECTED]> wrote: > > > Hi Lucas, > > on osx i had some problems with apple default python and virtualenv, > > i resolved installing official python from > > here:http://www.python.org/download/ > > > On 19 Set, 15:08, Luke Hamilton <[EMAIL PROTECTED]> wrote: > >> Hi ppl, > > >> I have just followed the easy_install doc¹o > >> (http://www.turbogears.org/2.0/docs/main/DownloadInstall.html) to install > >> TG2. > > >> Everything downloaded without any errors, but when I ran ³paster ‹help² I > >> get the following output: > > >> (tg2)luke-hamiltons-macbook-pro:workspace lukehamilton$ paster --help > >> Usage: paster [paster_options] COMMAND [command_options] > > >> Options: > >> --version show program's version number and exit > >> --plugin=PLUGINS Add a plugin to the list of commands (plugins are Egg > >> specs; will also require() the Egg) > >> -h, --help Show this help message > > >> Commands: > >> create Create the file layout for a Python distribution > >> help Display help > >> make-config Install a package and create a fresh config file/directory > >> points Show information about entry points > >> post Run a request for the described application > >> request Run a request for the described application > >> serve Serve the described application > >> setup-app Setup an application, given a config file > > >> And if I try and run easy_install again I get the following output: > > >> (tg2)luke-hamiltons-macbook-pro:workspace lukehamilton$ easy_install > >> -ihttp://www.turbogears.org/2.0/downloads/current/indextg.devtools > >> Traceback (most recent call last): > >> File "/Users/lukehamilton/workspace/tg2/bin/easy_install", line 5, in > >> <module> > >> from pkg_resources import load_entry_point > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/setuptools-0 > >> . > >> 6c8-py2.5.egg/pkg_resources.py", line 2581, in <module> > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/setuptools-0 > >> . > >> 6c8-py2.5.egg/pkg_resources.py", line 640, in subscribe > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/setuptools-0 > >> . > >> 6c8-py2.5.egg/pkg_resources.py", line 2581, in <lambda> > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/setuptools-0 > >> . > >> 6c8-py2.5.egg/pkg_resources.py", line 2130, in activate > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/setuptools-0 > >> . > >> 6c8-py2.5.egg/pkg_resources.py", line 1734, in declare_namespace > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/setuptools-0 > >> . > >> 6c8-py2.5.egg/pkg_resources.py", line 1749, in declare_namespace > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/setuptools-0 > >> . > >> 6c8-py2.5.egg/pkg_resources.py", line 1720, in _handle_ns > >> File > >> "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pkg > >> u > >> til.py", line 238, in load_module > >> mod = imp.load_module(fullname, self.file, self.filename, self.etc) > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/TurboGears2- > >> 1 > >> .9.7a4-py2.5.egg/tg/__init__.py", line 53, in <module> > >> from tg.wsgiapp import TGApp > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/TurboGears2- > >> 1 > >> .9.7a4-py2.5.egg/tg/wsgiapp.py", line 2, in <module> > >> from pylons.wsgiapp import PylonsApp, class_name_from_module_name > >> File > >> "/Users/lukehamilton/workspace/tg2/lib/python2.5/site-packages/Pylons-0.9.7 > >> r > >> c1-py2.5.egg/pylons/__init__.py", line 2, in <module> > >> from paste.registry import StackedObjectProxy > >> ImportError: No module named paste.registry > > >> Any ideas? > > >> Thanks, > >> Luke Hamilton > > -- > Mark Ramm-Christensen > email: mark at compoundthinking dot com > blog:www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

