Hi guys,
I'm following the instructions found on: http://turbogears.org/2.0/docs/main/DownloadInstall.html ... and I noticed these: 1) the command svn co https://tgtools.googlecode.com/svn/projects/tg.ext.repoze.who/trunk tg.ext.repoze.who should be using http:// , and not https:// . The later url will prompt you about the user/password of a project maintainer. 2) The above command will create a directory called "tg.ext.repoze.who", but few lines below, the doc say: $ cd tgrepozewho $ python setup.py develop I guess tgrepozewho == tg.ext.repoze.who, but I'd suggest the use of the same directory name :) 3) Finally, when I run python setup.py develop in the tgrepozewho directory, I got these warning and error: 'tg.ext' is declared as a package namespace, but 'tg' is not: please correct this in setup.py [...] Processing dependencies for tg.ext.repoze.who==0.1dev-r26 Searching for zope.interface Reading http://dist.repoze.org/who/latest Best match: zope.interface 3.4.1 Downloading http://dist.repoze.org/who/latest/zope.interface-3.4.1.tar.gz Processing zope.interface-3.4.1.tar.gz Running zope.interface-3.4.1\setup.py -q bdist_egg --dist-dir c:\docume~1\rcd\config~1\temp\easy_install-wfx-tv\zope.interface-3.4.1\eg g-dist-tmp-xbzcpw error: Setup script exited with error: Python was built with Visual Studio version 7.1, and extensions need to be built with the same v ersion of the compiler, but it isn't installed. It seems I'll have to fight a little to get zope.interface installed on my Windowx XP machine... :) Cheers, Roger --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
