You're on some variety of Windows. Your site-packages has been hosed by not following the directions that are spelled out here http://www.turbogears.org/2.0/docs/main/DownloadInstall.html#installing-turbogears
Looking at the commands you listed above, something is not making much sense. You list the commands you ran as follows: ------------------ (tg2dev)$ svn co http://svn.turbogears.org/projects/tg.devtools/trunktgdevtools (tg2dev)$ svn co http://svn.turbogears.org/trunk tg2 ------------------ That $ in the command line prompt is usually only seen on Linux and UNIX like systems. Are you using Cygwin, maybe, or some other command line shell providing you with a UNIX-ish shell? Also, to get to the real heart of the matter: Why are you checking out the code from svn? TG2.0.3 is available via easy_install (though you do need to follow some specific directions, and they can vary slightly depending on the version of Python you are using). So, the following questions need to be answered: 1. What version of Python are you using? 2. Which OS (and version of that OS) are you using? 3. If on Windows, are you using some sort of Cygwin environment? 4. If so, are you actually using the Python from that environment, instead of the system wide Python you would have downloaded and installed from http://www.python.org/download/? 5. Why are you checking out code, as opposed to using easy_install? (depending on your reason, you may be better served by working with TG2.1, or by using the easy_install of 2.0) 6. Judging from the directory listing you provided, you either have done no other Python package installations, or you were using a virtualenv. Which of these is true? Emptying out the site-packages varies slightly depending on which answer you provide. Once we have those questions answered, we can go ahead and work on getting you the help you need. -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- 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.

