On 12/8/05, Zoom Quiet <[EMAIL PROTECTED]> wrote: > 在 05-12-8,Kevin Dangoor<[EMAIL PROTECTED]> 写道: > > Can you give the exact command line you ran on both Windows and FreeBSD? > > > > http://www.turbogears.org/download/index.html > > has FormEncode 0.4, so it doesn't seem like you'd have a tough time > > getting that. > thanx for u prompt... i'm sorry for hurry ask,not search frist. > so i 'll download all of TG to install!
Yep, that's your best bet. If you run the command given on the install instructions, you *should* get all the pieces you need. > > > > I'm also not certain what you're asking about in your other message > > with the directory listings... all I can tell from that is that you > > have the same elementtree egg on both platforms (which is fine, > > because it's pure python) > > sorry for my bad English,i means, these eggs is download OK, but not > be unzip complete > so so make all the other Python script auto mount modules error! > when i running Karrigell,is report not found > OSError: [Errno 20] Not a directory: > '/usr/local/lib/python2.4/site-packages/elementtree-1.2.6-py2.4.egg/elementtree/__init__.py' > ..... Ahh. Eggs don't actually have to be unzipped to be usable. Karrigell must be doing something odd in trying to access that file directly rather than just importing elementtree. easy_install has an --always-unzip option which will tell it to unzip the package. > OK, thanx again! the setuptool is perfect tool to make coherence with version > i need study it very! setuptools is still a bit new, but it does solve a lot of problems nicely. Kevin

