On Thu, Nov 10, 2005 at 10:02:26AM -0500, Kevin Dangoor wrote: > This is true. I did notice a typo in the wiki page: it said > .pydistutil*e*.cfg, so if you cut-and-pasted it, you might have the > wrong thing, but I doubt it since it sounds like you had gotten > farther than that.
Yeah, the type is gone from the wiki. > Does pkg_resources.py exist in /usr/local/lib/python2.4/site-packages? > (I'm assuming not). What does appear in that directory? No, it's in /usr/local/lib/python2.4/site-packages/setuptools-0.6a7-py2.4.egg/ Here is what I have in /usr/local/lib/python2.4/site-packages after a fresh install: [EMAIL PROTECTED]:/usr/local/lib/python2.4/site-packages$ ls -l total 280 -rw-r--r-- 1 martin martin 198794 2005-11-10 16:20 cElementTree-1.0.2_20050302-py2.4-linux-i686.egg drwxr-sr-x 4 martin staff 36 2005-11-10 16:20 CherryPy-2.1.0_rc2-py2.4.egg -rw-r--r-- 1 martin martin 51660 2005-11-10 16:20 elementtree-1.2.6-py2.4.egg drwxr-sr-x 4 martin staff 38 2005-11-10 16:20 FormEncode-0.2.3dev_r1104-py2.4.egg -rw-r--r-- 1 martin martin 13652 2005-11-10 16:20 json_py-3.2.1-py2.4.egg drwxr-sr-x 4 martin staff 31 2005-11-10 16:20 kid-0.7adev_r186-py2.4.egg drwxr-sr-x 4 martin staff 4096 2005-11-10 16:20 setuptools-0.6a7-py2.4.egg drwxr-sr-x 4 martin staff 37 2005-11-10 16:20 SQLObject-0.7.0-py2.4.egg -rw-r--r-- 1 martin martin 11420 2005-11-10 16:19 TestGears-0.2-py2.4.egg drwxr-sr-x 4 martin staff 38 2005-11-10 16:20 TurboGears-0.8a3-py2.4.egg I was wondering why the isn't a single .py file in the top. -- Regards Martin Skøtt

