Hi Chris

Yes, I have an easy-install.pth file which contains:

import sys; sys.__plen = len(sys.path)
./setuptools-0.6c5-py2.4.egg
./TurboGears-1.0.2.2-py2.4.egg
./SQLObject-0.7.7-py2.4.egg
./cElementTree-1.0.5_20051216-py2.4-linux-i686.egg
./configobj-4.4.0-py2.4.egg
./DecoratorTools-1.4-py2.4.egg
./RuleDispatch-0.5a0.dev_r2306-py2.4-linux-i686.egg
./FormEncode-0.7.1-py2.4.egg
./PasteScript-1.3.4-py2.4.egg
./elementtree-1.2.6_20050316-py2.4.egg
./simplejson-1.7.1-py2.4.egg
./CherryPy-2.2.1-py2.4.egg
./TurboKid-1.0.1-py2.4.egg
./TurboCheetah-0.9.5-py2.4.egg
./TurboJson-1.0-py2.4.egg
./PyProtocols-1.0a0-py2.4-linux-i686.egg
./PasteDeploy-1.3-py2.4.egg
./Paste-1.3-py2.4.egg
./kid-0.9.5-py2.4.egg
./Cheetah-2.0rc8-py2.4-linux-i686.egg
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:];
p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p
+len(new)



On Jul 28, 10:11 pm, Christopher Arndt <[EMAIL PROTECTED]> wrote:
> zubinix schrieb:
>
> > Now my turbogears installation is in the following directory: /home/
> > zubinweb/tg/install
>
> > [rum]$ ls -l /home/zubinweb/tg/install/
> > ...
>
> > So why do I get the above error when I put this directory in my
> > sys.path?
>
> Is there a /home/zubinweb/tg/install/easy-install.pth file? Did you
> install with tgsetup.py/easy_install or just copy the eggs?
>
> Look at your development system to see how the easy-install.pyth file
> should look like. If you don't use easy_install to install the packages,
> you can still create it manually.
>
> Chris


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to