Actually, from a new site-packages folder, on windowsXP :

- easy_install -i http://www.turbogears.org/2.0/downloads/current/index
tg.devtools
- paster quickstart JustATry
- paster setup-app development.ini
launch wamp
- http://localhost/login_handler?login=manager&password=managepass

I got the problem.
AuthKit is not installed as far as I can see.


My mod_wsgi script:
*****************
import os, sys
root_server = "D:\Sandbox\JustATry"

sys.path.append(root_server)
os.environ['PYTHON_EGG_CACHE'] = root_server+'/python-eggs'

import pkg_resources
from paste.script.util.logging_config import fileConfig
fileConfig( root_server+'/development.ini' )

from paste.deploy import loadapp

application = loadapp('config:'+root_server+'/development.ini')
*****************



My httpd.conf file:
*****************
<VirtualHost *:80>
        ServerName localhost
        ServerAdmin [EMAIL PROTECTED]

        WSGIScriptAlias / D:/Sandbox/JustATry/apache/dev_wsgi.wsgi

        <Directory D:/Sandbox/JustATry/apache>
        Order deny,allow
        Allow from all
        </Directory>
</VirtualHost>
*****************



The installation log:
************************
Searching for tg.devtools
Reading http://www.turbogears.org/2.0/downloads/current/index/tg.devtools/
Best match: tg.devtools 1.9.7b1
Downloading http://www.turbogears.org/2.0/downloads/current/tg.devtools-1.9.7b1.
tar.gz
Processing tg.devtools-1.9.7b1.tar.gz
Running tg.devtools-1.9.7b1\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\loc
als~1\temp\easy_install-cnezea\tg.devtools-1.9.7b1\egg-dist-tmp-vsytkb
c:\python25\lib\distutils\dist.py:263: UserWarning: Unknown
distribution option:
 'index'
  warnings.warn(msg)
Adding tg.devtools 1.9.7b1 to easy-install.pth file

Installed c:\python25\lib\site-packages\tg.devtools-1.9.7b1-py2.5.egg
Processing dependencies for tg.devtools
Searching for BeautifulSoup
Reading http://www.turbogears.org/2.0/downloads/current/index/BeautifulSoup/
Best match: BeautifulSoup [unknown version]
Downloading http://www.turbogears.org/2.0/downloads/current/BeautifulSoup.tar.gz

Processing BeautifulSoup.tar.gz
Running BeautifulSoup-3.0.7a\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\lo
cals~1\temp\easy_install-dqthyy\BeautifulSoup-3.0.7a\egg-dist-
tmp-7wrve_
zip_safe flag not set; analyzing archive contents...
c:\python25\lib\site-packages\setuptools\command\bdist_egg.py:422:
UnicodeWarnin
g: Unicode equal comparison failed to convert both arguments to
Unicode - interp
reting them as being unequal
  symbols = dict.fromkeys(iter_symbols(code))
Adding beautifulsoup 3.0.7a to easy-install.pth file

Installed c:\python25\lib\site-packages\beautifulsoup-3.0.7a-py2.5.egg
Searching for WebTest
Reading http://www.turbogears.org/2.0/downloads/current/index/WebTest/
Best match: WebTest 1.0.2
Downloading http://www.turbogears.org/2.0/downloads/current/WebTest-1.0.2.tar.gz

Processing WebTest-1.0.2.tar.gz
Running WebTest-1.0.2\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\
temp\easy_install-v7u5du\WebTest-1.0.2\egg-dist-tmp-gpk7q3
Adding webtest 1.0.2 to easy-install.pth file

Installed c:\python25\lib\site-packages\webtest-1.0.2-py2.5.egg
Searching for SQLAlchemy>=0.5beta3
Reading http://www.turbogears.org/2.0/downloads/current/index/SQLAlchemy/
Best match: SQLAlchemy 0.5.0beta3
Downloading http://www.turbogears.org/2.0/downloads/current/SQLAlchemy-0.5.0beta
3.tar.gz
Processing SQLAlchemy-0.5.0beta3.tar.gz
Running SQLAlchemy-0.5.0beta3\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\l
ocals~1\temp\easy_install-d6iq_j\SQLAlchemy-0.5.0beta3\egg-dist-
tmp-8mnshm
zip_safe flag not set; analyzing archive contents...
sqlalchemy.databases.mysql: module MAY be using inspect.stack
Adding sqlalchemy 0.5.0beta3 to easy-install.pth file

Installed c:\python25\lib\site-packages\sqlalchemy-0.5.0beta3-
py2.5.egg
Searching for TurboJson
Reading http://www.turbogears.org/2.0/downloads/current/index/TurboJson/
Best match: TurboJson 1.2
Downloading http://www.turbogears.org/2.0/downloads/current/TurboJson-1.2.tar.gz

Processing TurboJson-1.2.tar.gz
Running TurboJson-1.2\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\
temp\easy_install-gu1hlh\TurboJson-1.2\egg-dist-tmp-k6go4w
Adding turbojson 1.2 to easy-install.pth file

Installed c:\python25\lib\site-packages\turbojson-1.2-py2.5.egg
Searching for Paste>=1.7
Reading http://www.turbogears.org/2.0/downloads/current/index/Paste/
Best match: Paste 1.7.1
Downloading http://www.turbogears.org/2.0/downloads/current/Paste-1.7.1.tar.gz
Processing Paste-1.7.1.tar.gz
Running Paste-1.7.1\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\te
mp\easy_install-auklhe\Paste-1.7.1\egg-dist-tmp-8wwtdt
Adding paste 1.7.1 to easy-install.pth file

Installed c:\python25\lib\site-packages\paste-1.7.1-py2.5.egg
Searching for wsgiref==0.1.2
Reading http://www.turbogears.org/2.0/downloads/current/index/wsgiref/
Best match: wsgiref 0.1.2
Downloading http://www.turbogears.org/2.0/downloads/current/wsgiref-0.1.2.zip
Processing wsgiref-0.1.2.zip
Running wsgiref-0.1.2\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\
temp\easy_install-e_rvdy\wsgiref-0.1.2\egg-dist-tmp-43vurh
zip_safe flag not set; analyzing archive contents...
Adding wsgiref 0.1.2 to easy-install.pth file

Installed c:\python25\lib\site-packages\wsgiref-0.1.2-py2.5.egg
Searching for tgext.authorization
Reading http://www.turbogears.org/2.0/downloads/current/index/tgext.authorizatio
n/
Best match: tgext.authorization 0.9a1dev-r117
Downloading http://www.turbogears.org/2.0/downloads/current/tgext.authorization-
0.9a1dev-r117.zip
Processing tgext.authorization-0.9a1dev-r117.zip
Running tgext.authorization-0.9a1dev-r117\setup.py -q bdist_egg --dist-
dir c:\do
cume~1\gus\locals~1\temp\easy_install-iopxrl
\tgext.authorization-0.9a1dev-r117\e
gg-dist-tmp-zavsf2
Adding tgext.authorization 0.9a1dev-r117 to easy-install.pth file

Installed c:\python25\lib\site-packages
\tgext.authorization-0.9a1dev_r117-py2.5.
egg
Searching for DBSprockets>=0.5dev-r380
Reading http://www.turbogears.org/2.0/downloads/current/index/DBSprockets/
Best match: DBSprockets 0.5dev-r411
Downloading http://www.turbogears.org/2.0/downloads/current/DBSprockets-0.5dev-r
411.tar.gz
Processing DBSprockets-0.5dev-r411.tar.gz
Running DBSprockets-0.5dev-r411\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus
\locals~1\temp\easy_install-g-yfyh\DBSprockets-0.5dev-r411\egg-dist-
tmp-x__ilr
Adding dbsprockets 0.5dev-r411 to easy-install.pth file

Installed c:\python25\lib\site-packages\dbsprockets-0.5dev_r411-
py2.5.egg
Searching for tw.forms>=0.9
Reading http://www.turbogears.org/2.0/downloads/current/index/tw.forms/
Best match: tw.forms 0.9.1
Downloading http://www.turbogears.org/2.0/downloads/current/tw.forms-0.9.1.tar.g
z
Processing tw.forms-0.9.1.tar.gz
Running tw.forms-0.9.1\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1
\temp\easy_install-3ohnyc\tw.forms-0.9.1\egg-dist-tmp-mvk8ko
Adding tw.forms 0.9.1 to easy-install.pth file

Installed c:\python25\lib\site-packages\tw.forms-0.9.1-py2.5.egg
Reading http://toscawidgets.org/download/
Searching for ToscaWidgets>=0.9
Reading http://www.turbogears.org/2.0/downloads/current/index/ToscaWidgets/
Best match: ToscaWidgets 0.9.5dev-20081026
Downloading http://www.turbogears.org/2.0/downloads/current/ToscaWidgets-0.9.5de
v-20081026.tar.gz
Processing ToscaWidgets-0.9.5dev-20081026.tar.gz
Running ToscaWidgets-0.9.5dev-20081026\setup.py -q bdist_egg --dist-
dir c:\docum
e~1\gus\locals~1\temp\easy_install-tolgxi
\ToscaWidgets-0.9.5dev-20081026\egg-dis
t-tmp-omapgy
Adding toscawidgets 0.9.5dev-20081026 to easy-install.pth file

Installed c:\python25\lib\site-packages\toscawidgets-0.9.5dev_20081026-
py2.5.egg

Searching for sqlalchemy-migrate>=0.4.4
Reading http://www.turbogears.org/2.0/downloads/current/index/sqlalchemy-migrate
/
Best match: sqlalchemy-migrate 0.4.4
Downloading http://www.turbogears.org/2.0/downloads/current/sqlalchemy-migrate-0
.4.4.tar.gz
Processing sqlalchemy-migrate-0.4.4.tar.gz
Running sqlalchemy-migrate-0.4.4\setup.py -q bdist_egg --dist-dir c:
\docume~1\gu
s\locals~1\temp\easy_install-09nguz\sqlalchemy-migrate-0.4.4\egg-dist-
tmp-xxnvr-

Checking .pth file support in .
c:\python25\pythonw.exe -E -c pass
Searching for py>=0.9.0-beta
Reading http://codespeak.net/download/py/
Best match: py 0.9.1
Downloading http://codespeak.net/download/py/py-0.9.1.win32.exe
Processing py-0.9.1.win32.exe
WARNING: can't process usr/lib/python2.5/site-packages/py/LICENSE
WARNING: can't process usr/lib/python2.5/site-packages/py/env.cmd
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/
py.countloc
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/
pytest.cmd
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/
_docgen.py
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/
_findpy.py
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/
py.cleanup
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/
py.lookup
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/
_makepyrelease.py
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/
_update_website.py

WARNING: can't process usr/lib/python2.5/site-packages/py/bin/py.rest
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/py.test
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/win32/
py.countloc.
cmd
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/win32/
py.rest.cmd
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/win32/
py.lookup.cm
d
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/win32/
py.cleanup.c
md
WARNING: can't process usr/lib/python2.5/site-packages/py/bin/win32/
py.test.cmd
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/xml.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
changes-0.9.1.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/TODO.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
style.css
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
execnet.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
why_py.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/code.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/log.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/test.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/path.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/coding-
style.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
greenlet.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/io.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
index.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/misc.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/impl-
test.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
future.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
apigen.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/bin.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
links.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
release-0.9.0.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
release-0.9.1.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
contact.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/
download.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/
makeref.py
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/
pytest-overvi
ew.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/
make.py
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/
execnet-overv
iew.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
merlinux-k
lein.png
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
py.css
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
py-web.png

WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/bl
ank.gif
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/ou
tline.css
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/ie
pngfix.htc
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/pr
etty.css
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/sl
ides.css
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/s5
-core.css
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/fr
aming.css
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/op
era.css
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/py
-web.png
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/sl
ides.js
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/talk/ui/
default/pr
int.css
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/example/
genhtml.py

WARNING: can't process usr/lib/python2.5/site-packages/py/doc/example/
genhtmlcss
.py
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/example/
genxml.py
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/example/
pytest/tes
t_setup_flow_example.py
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/example/
pytest/fai
lure_demo.py
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/example/
pytest/tes
t_failures.py
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/future/
rsession_to
do.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/future/
code_templa
te.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/future/
planning.tx
t
WARNING: can't process usr/lib/python2.5/site-packages/py/doc/future/
pylib_pypy.
txt
WARNING: can't process usr/lib/python2.5/site-packages/py/misc/testing/
data/svnl
ookrepo.dump
WARNING: can't process usr/lib/python2.5/site-packages/py/path/svn/
quoting.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/path/svn/
testing/repot
est.dump
WARNING: can't process usr/lib/python2.5/site-packages/py/path/gateway/
TODO.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/rest/
rest.sty.template

WARNING: can't process usr/lib/python2.5/site-packages/py/rest/testing/
data/part
1.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/rest/testing/
data/part
2.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/rest/testing/
data/exam
ple.rst2pdfconfig
WARNING: can't process usr/lib/python2.5/site-packages/py/rest/testing/
data/form
ula.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/rest/testing/
data/tocd
epth.rst2pdfconfig
WARNING: can't process usr/lib/python2.5/site-packages/py/rest/testing/
data/form
ula1.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/rest/testing/
data/exam
ple1.dot
WARNING: can't process usr/lib/python2.5/site-packages/py/rest/testing/
data/grap
hviz.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/test/
rsession/webdata/
index.html
WARNING: can't process usr/lib/python2.5/site-packages/py/test/
rsession/webdata/
source.js
WARNING: can't process usr/lib/python2.5/site-packages/py/test/testing/
import_te
st/package/absolute_import_shared_lib.py
WARNING: can't process usr/lib/python2.5/site-packages/py/test/testing/
import_te
st/package/module_that_imports_shared_lib.py
WARNING: can't process usr/lib/python2.5/site-packages/py/test/testing/
import_te
st/package/shared_lib.py
WARNING: can't process usr/lib/python2.5/site-packages/py/test/testing/
import_te
st/package/test_import.py
WARNING: can't process usr/lib/python2.5/site-packages/py/test/testing/
import_te
st/package/__init__.py
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
conftest.p
y
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/s
witch_x86_msvc.h
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/d
ummy_greenlet.py
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/s
witch_x86_unix.h
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/s
lp_platformselect.h
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/s
witch_ppc_macosx.h
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/t
est_greenlet.py
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/s
witch_amd64_unix.h
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/s
witch_ppc_unix.h
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/t
est_generator_nested.py
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/s
witch_sparc_sun_gcc.h
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/R
EADME.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/s
witch_s390_unix.h
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/t
est_throw.py
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/t
est_remote.py
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/g
reenlet.c
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/g
reenlet.h
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/s
etup.py
WARNING: can't process usr/lib/python2.5/site-packages/py/c-extension/
greenlet/t
est_generator.py
WARNING: can't process usr/lib/python2.5/site-packages/py/apigen/
apigen.js
WARNING: can't process usr/lib/python2.5/site-packages/py/apigen/todo-
apigen.txt

WARNING: can't process usr/lib/python2.5/site-packages/py/apigen/
style.css
WARNING: can't process usr/lib/python2.5/site-packages/py/apigen/
api.js
WARNING: can't process usr/lib/python2.5/site-packages/py/apigen/
todo.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/apigen/
source/index.cg
i
WARNING: can't process usr/lib/python2.5/site-packages/py/execnet/
NOTES
WARNING: can't process usr/lib/python2.5/site-packages/py/execnet/
script/quitser
ver.py
WARNING: can't process usr/lib/python2.5/site-packages/py/execnet/
script/sockets
erverservice.py
WARNING: can't process usr/lib/python2.5/site-packages/py/execnet/
script/xx.py
WARNING: can't process usr/lib/python2.5/site-packages/py/execnet/
script/loop_so
cketserver.py
WARNING: can't process usr/lib/python2.5/site-packages/py/execnet/
script/sockets
erver.py
WARNING: can't process usr/lib/python2.5/site-packages/py/execnet/
script/shell.p
y
WARNING: can't process usr/lib/python2.5/site-packages/py/compat/
LICENSE
WARNING: can't process usr/lib/python2.5/site-packages/py/compat/
testing/test_do
ctest.txt
WARNING: can't process usr/lib/python2.5/site-packages/py/compat/
testing/test_do
ctest2.txt
py.initpkg: module references __file__
py.initpkg: module references __path__
py.apigen.htmlgen: module MAY be using inspect.getsourcefile
py.apigen.rest.genrest: module references __file__
py.apigen.rest.testing.test_rest: module references __file__
py.apigen.source.path: module references __file__
py.apigen.tracer.description: module MAY be using inspect.getsource
py.apigen.tracer.description: module MAY be using inspect.stack
py.apigen.tracer.docstorage: module MAY be using inspect.getsourcefile
py.apigen.tracer.testing.test_docgen: module references __file__
py.apigen.tracer.testing.test_package: module references __file__
py.code.code: module references __path__
py.code.code: module MAY be using inspect.getsource
py.code.source: module MAY be using inspect.getsource
py.code.testing.test_source: module MAY be using inspect.getsource
py.compat.doctest: module references __file__
py.compat.doctest: module MAY be using inspect.getsourcefile
py.compat.testing._findpy: module references __file__
py.doc.conftest: module references __file__
py.execnet.register: module references __file__
py.execnet.register: module MAY be using inspect.getsource
py.execnet.rsync: module references __file__
py.execnet.testing.test_gateway: module MAY be using inspect.getsource
py.magic.autopath: module references __file__
py.magic.autopath: module references __path__
py.magic.greenlet: module references __file__
py.magic.testing.test_autopath: module references __file__
py.misc.conftest-socketgatewayrun: module references __file__
py.misc.dynpkg: module references __file__
py.misc._dist: module references __file__
py.misc.testing.test_initpkg: module references __file__
py.path.common: module references __file__
py.path.common: module references __path__
py.path.local.local: module references __file__
py.test.collect: module MAY be using inspect.getsourcefile
py.test.collect: module MAY be using inspect.findsource
py.test.config: module references __file__
py.test.item: module MAY be using inspect.stack
py.test.rsession.web: module references __file__
py.test.rsession.testing.test_rsession: module references __file__
py.test.terminal.terminal: module references __file__
py.test.testing.test_collect: module references __file__
py.test.testing.test_conftesthandle: module references __file__
creating 'c:\docume~1\gus\locals~1\temp\easy_install-09nguz\sqlalchemy-
migrate-0
.4.4\temp\easy_install-pdtrf5\py-0.9.1-py2.5-win32.egg' and adding 'c:
\docume~1\
gus\locals~1\temp\easy_install-09nguz\sqlalchemy-migrate-0.4.4\temp
\easy_install
-pdtrf5\py-0.9.1-py2.5-win32.egg.tmp' to it
creating c:\docume~1\gus\locals~1\temp\easy_install-09nguz\sqlalchemy-
migrate-0.
4.4\py-0.9.1-py2.5-win32.egg
Extracting py-0.9.1-py2.5-win32.egg to c:\docume~1\gus\locals~1\temp
\easy_instal
l-09nguz\sqlalchemy-migrate-0.4.4

Installed c:\docume~1\gus\locals~1\temp\easy_install-09nguz\sqlalchemy-
migrate-0
.4.4\py-0.9.1-py2.5-win32.egg
zip_safe flag not set; analyzing archive contents...
migrate.versioning.api: module MAY be using inspect.getsource
Adding sqlalchemy-migrate 0.4.4 to easy-install.pth file
Installing migrate-script.py script to c:\python25\Scripts
Installing migrate.exe script to c:\python25\Scripts

Installed c:\python25\lib\site-packages\sqlalchemy_migrate-0.4.4-
py2.5.egg
Reading http://codespeak.net/download/py/
Searching for PEAK-Rules
Reading http://www.turbogears.org/2.0/downloads/current/index/PEAK-Rules/
Best match: PEAK-Rules 0.5a1.dev-r2582
Downloading http://www.turbogears.org/2.0/downloads/current/PEAK-Rules-0.5a1.dev
-r2582.tar.gz
Processing PEAK-Rules-0.5a1.dev-r2582.tar.gz
Running PEAK-Rules-0.5a1.dev-r2582\setup.py -q bdist_egg --dist-dir c:
\docume~1\
gus\locals~1\temp\easy_install-xmdlm3\PEAK-Rules-0.5a1.dev-r2582\egg-
dist-tmp-z-
isir
zip_safe flag not set; analyzing archive contents...
Adding peak-rules 0.5a1.dev-r2582 to easy-install.pth file

Installed c:\python25\lib\site-packages\peak_rules-0.5a1.dev_r2582-
py2.5.egg
Searching for zope.sqlalchemy
Reading http://www.turbogears.org/2.0/downloads/current/index/zope.sqlalchemy/
Best match: zope.sqlalchemy 0.3
Downloading http://www.turbogears.org/2.0/downloads/current/zope.sqlalchemy-0.3.
tar.gz
Processing zope.sqlalchemy-0.3.tar.gz
Running zope.sqlalchemy-0.3\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\loc
als~1\temp\easy_install-dukpgf\zope.sqlalchemy-0.3\egg-dist-tmp-bzi8dz
Adding zope.sqlalchemy 0.3 to easy-install.pth file

Installed c:\python25\lib\site-packages\zope.sqlalchemy-0.3-py2.5.egg
Searching for repoze.tm2
Reading http://www.turbogears.org/2.0/downloads/current/index/repoze.tm2/
Best match: repoze.tm2 1.0a3
Downloading http://www.turbogears.org/2.0/downloads/current/repoze.tm2-1.0a3.tar
.gz
Processing repoze.tm2-1.0a3.tar.gz
Running repoze.tm2-1.0a3\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\locals
~1\temp\easy_install-iwrmqi\repoze.tm2-1.0a3\egg-dist-tmp-91jxnu
Adding repoze.tm2 1.0a3 to easy-install.pth file

Installed c:\python25\lib\site-packages\repoze.tm2-1.0a3-py2.5.egg
Searching for TurboGears2
Reading http://www.turbogears.org/2.0/downloads/current/index/TurboGears2/
Best match: TurboGears2 1.9.7b1
Downloading http://www.turbogears.org/2.0/downloads/current/TurboGears2-1.9.7b1.
tar.gz
Processing TurboGears2-1.9.7b1.tar.gz
Running TurboGears2-1.9.7b1\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\loc
als~1\temp\easy_install-8rnicj\TurboGears2-1.9.7b1\egg-dist-tmp-pakdq3
warning: no files found matching 'paver-minilib.zip'
Adding turbogears2 1.9.7b1 to easy-install.pth file

Installed c:\python25\lib\site-packages\turbogears2-1.9.7b1-py2.5.egg
Searching for Pylons>=0.9.7beta5
Reading http://www.turbogears.org/2.0/downloads/current/index/Pylons/
Best match: Pylons 0.9.7rc2
Downloading http://www.turbogears.org/2.0/downloads/current/Pylons-0.9.7rc2.tar.
gz
Processing Pylons-0.9.7rc2.tar.gz
Running Pylons-0.9.7rc2\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\locals~
1\temp\easy_install-lvkdhz\Pylons-0.9.7rc2\egg-dist-tmp-s5rizu
warning: no previously-included files matching '*' found under
directory 'tests\
test_units\session'
warning: no previously-included files matching '.DS_Store' found
anywhere in dis
tribution
warning: no previously-included files matching '*.hgignore' found
anywhere in di
stribution
warning: no previously-included files matching '*.hgtags' found
anywhere in dist
ribution
Adding pylons 0.9.7rc2 to easy-install.pth file

Installed c:\python25\lib\site-packages\pylons-0.9.7rc2-py2.5.egg
Searching for WebOb
Best match: WebOb dev
Downloading http://svn.pythonpaste.org/Paste/WebOb/trunk#egg=WebOb-dev
Doing subversion checkout from http://svn.pythonpaste.org/Paste/WebOb/trunk
to c
:\docume~1\gus\locals~1\temp\easy_install-j4r0pd\trunk
Processing trunk
Running setup.py -q bdist_egg --dist-dir c:\docume~1\gus\locals~1\temp
\easy_inst
all-j4r0pd\trunk\egg-dist-tmp-jtnaik
Adding webob 0.9.5dev-r7623 to easy-install.pth file

Installed c:\python25\lib\site-packages\webob-0.9.5dev_r7623-py2.5.egg
Searching for simplejson>=1.9.1
Reading http://www.turbogears.org/2.0/downloads/current/index/simplejson/
Best match: simplejson 2.0.4
Downloading http://www.turbogears.org/2.0/downloads/current/simplejson-2.0.4-py2
.5-win32.egg
Processing simplejson-2.0.4-py2.5-win32.egg
Moving simplejson-2.0.4-py2.5-win32.egg to c:\python25\lib\site-
packages
Adding simplejson 2.0.4 to easy-install.pth file

Installed c:\python25\lib\site-packages\simplejson-2.0.4-py2.5-
win32.egg
Searching for repoze.who
Reading http://www.turbogears.org/2.0/downloads/current/index/repoze.who/
Best match: repoze.who 1.0.2
Downloading http://www.turbogears.org/2.0/downloads/current/repoze.who-1.0.2.tar
.gz
Processing repoze.who-1.0.2.tar.gz
Running repoze.who-1.0.2\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\locals
~1\temp\easy_install-a1owwd\repoze.who-1.0.2\egg-dist-tmp-zjufyr
Adding repoze.who 1.0.2 to easy-install.pth file

Installed c:\python25\lib\site-packages\repoze.who-1.0.2-py2.5.egg
Searching for Genshi>=0.4.4
Reading http://www.turbogears.org/2.0/downloads/current/index/Genshi/
Best match: Genshi 0.5.1
Downloading http://www.turbogears.org/2.0/downloads/current/Genshi-0.5.1.tar.gz
Processing Genshi-0.5.1.tar.gz
Running Genshi-0.5.1\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\t
emp\easy_install-fbus-p\Genshi-0.5.1\egg-dist-tmp-hrbnag
warning: no previously-included files found matching 'doc
\2000ft.graffle'
warning: no previously-included files matching '*' found under
directory 'doc\lo
go.lineform'
**********************************************************************
WARNING:
An optional C extension could not be compiled, speedups will not be
available.
**********************************************************************
Adding genshi 0.5.1 to easy-install.pth file

Installed c:\python25\lib\site-packages\genshi-0.5.1-py2.5-win32.egg
Searching for FormEncode>=1.0.1
Reading http://www.turbogears.org/2.0/downloads/current/index/FormEncode/
Best match: FormEncode 1.0.1
Downloading http://www.turbogears.org/2.0/downloads/current/FormEncode-1.0.1.tar
.gz
Processing FormEncode-1.0.1.tar.gz
Running FormEncode-1.0.1\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\locals
~1\temp\easy_install-th4ixt\FormEncode-1.0.1\egg-dist-tmp-09k_hi
warning: no files found matching '*.py' under directory '.'
warning: no files found matching '*.html' under directory 'docs'
no previously-included directories found matching '**\.svn'
zip_safe flag not set; analyzing archive contents...
formencode.api: module references __file__
formencode.fields: module references __file__
formencode.util.doctest24: module references __file__
formencode.util.doctest24: module MAY be using inspect.getsourcefile
Adding formencode 1.0.1 to easy-install.pth file

Installed c:\python25\lib\site-packages\formencode-1.0.1-py2.5.egg
Searching for Extremes>=1.1
Reading http://www.turbogears.org/2.0/downloads/current/index/Extremes/
Best match: Extremes 1.1
Downloading http://www.turbogears.org/2.0/downloads/current/Extremes-1.1-py2.5.e
gg
Processing Extremes-1.1-py2.5.egg
Moving Extremes-1.1-py2.5.egg to c:\python25\lib\site-packages
Adding Extremes 1.1 to easy-install.pth file

Installed c:\python25\lib\site-packages\extremes-1.1-py2.5.egg
Searching for AddOns>=0.6
Reading http://www.turbogears.org/2.0/downloads/current/index/AddOns/
Best match: AddOns 0.6
Downloading http://www.turbogears.org/2.0/downloads/current/AddOns-0.6-py2.5.egg

Processing AddOns-0.6-py2.5.egg
Moving AddOns-0.6-py2.5.egg to c:\python25\lib\site-packages
Adding AddOns 0.6 to easy-install.pth file

Installed c:\python25\lib\site-packages\addons-0.6-py2.5.egg
Searching for DecoratorTools>=1.7dev-r2450
Reading http://www.turbogears.org/2.0/downloads/current/index/DecoratorTools/
Best match: DecoratorTools 1.7
Downloading http://www.turbogears.org/2.0/downloads/current/DecoratorTools-1.7-p
y2.5.egg
Processing DecoratorTools-1.7-py2.5.egg
Moving DecoratorTools-1.7-py2.5.egg to c:\python25\lib\site-packages
Adding DecoratorTools 1.7 to easy-install.pth file

Installed c:\python25\lib\site-packages\decoratortools-1.7-py2.5.egg
Searching for BytecodeAssembler>=0.3.dev-r2459
Reading http://www.turbogears.org/2.0/downloads/current/index/BytecodeAssembler/

Best match: BytecodeAssembler 0.3
Downloading http://www.turbogears.org/2.0/downloads/current/BytecodeAssembler-0.
3-py2.5.egg
Processing BytecodeAssembler-0.3-py2.5.egg
Moving BytecodeAssembler-0.3-py2.5.egg to c:\python25\lib\site-
packages
Adding BytecodeAssembler 0.3 to easy-install.pth file

Installed c:\python25\lib\site-packages\bytecodeassembler-0.3-
py2.5.egg
Searching for zope.interface
Reading http://www.turbogears.org/2.0/downloads/current/index/zope.interface/
Best match: zope.interface 3.4.1
Downloading http://www.turbogears.org/2.0/downloads/current/zope.interface-3.4.1
-py2.5-win32.egg
Processing zope.interface-3.4.1-py2.5-win32.egg
creating c:\python25\lib\site-packages\zope.interface-3.4.1-py2.5-
win32.egg
Extracting zope.interface-3.4.1-py2.5-win32.egg to c:\python25\lib
\site-packages

Adding zope.interface 3.4.1 to easy-install.pth file

Installed c:\python25\lib\site-packages\zope.interface-3.4.1-py2.5-
win32.egg
Searching for transaction
Reading http://www.turbogears.org/2.0/downloads/current/index/transaction/
Best match: transaction 1.0a1
Downloading http://www.turbogears.org/2.0/downloads/current/transaction-1.0a1.ta
r.gz
Processing transaction-1.0a1.tar.gz
Running transaction-1.0a1\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\local
s~1\temp\easy_install-io7ysh\transaction-1.0a1\egg-dist-tmp-r8jxwe
Adding transaction 1.0a1 to easy-install.pth file

Installed c:\python25\lib\site-packages\transaction-1.0a1-py2.5.egg
Searching for decorator
Reading http://www.turbogears.org/2.0/downloads/current/index/decorator/
Best match: decorator 2.2.0
Downloading http://www.turbogears.org/2.0/downloads/current/decorator-2.2.0.zip
Processing decorator-2.2.0.zip
Running setup.py -q bdist_egg --dist-dir c:\docume~1\gus\locals~1\temp
\easy_inst
all--ix2wj\egg-dist-tmp-pexuuk
zip_safe flag not set; analyzing archive contents...
Adding decorator 2.2.0 to easy-install.pth file

Installed c:\python25\lib\site-packages\decorator-2.2.0-py2.5.egg
Searching for Babel
Reading http://www.turbogears.org/2.0/downloads/current/index/Babel/
Best match: Babel 0.9.2
Downloading http://www.turbogears.org/2.0/downloads/current/Babel-0.9.2.tar.gz
Processing Babel-0.9.2.tar.gz
Running Babel-0.9.2\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\te
mp\easy_install-9i89of\Babel-0.9.2\egg-dist-tmp-vxpykq
Adding babel 0.9.2 to easy-install.pth file
Installing pybabel-script.py script to c:\python25\Scripts
Installing pybabel.exe script to c:\python25\Scripts

Installed c:\python25\lib\site-packages\babel-0.9.2-py2.5.egg
Searching for Tempita>=0.2
Reading http://www.turbogears.org/2.0/downloads/current/index/Tempita/
Best match: Tempita 0.2
Downloading http://www.turbogears.org/2.0/downloads/current/Tempita-0.2.tar.gz
Processing Tempita-0.2.tar.gz
Running Tempita-0.2\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\te
mp\easy_install-l2wca8\Tempita-0.2\egg-dist-tmp-4du_xj
Adding tempita 0.2 to easy-install.pth file

Installed c:\python25\lib\site-packages\tempita-0.2-py2.5.egg
Searching for WebError>=0.9
Reading http://www.turbogears.org/2.0/downloads/current/index/WebError/
Best match: WebError 0.9
Downloading http://www.turbogears.org/2.0/downloads/current/WebError-0.9.tar.gz
Processing WebError-0.9.tar.gz
Running WebError-0.9\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\t
emp\easy_install-wxsfgr\WebError-0.9\egg-dist-tmp-gqbyaq
warning: no files found matching 'eval_template.html' under directory
'weberror'

Adding weberror 0.9 to easy-install.pth file

Installed c:\python25\lib\site-packages\weberror-0.9-py2.5.egg
Searching for Mako>=0.2.2
Reading http://www.turbogears.org/2.0/downloads/current/index/Mako/
Best match: Mako 0.2.2
Downloading http://www.turbogears.org/2.0/downloads/current/Mako-0.2.2.tar.gz
Processing Mako-0.2.2.tar.gz
Running Mako-0.2.2\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\tem
p\easy_install-tfcz5b\Mako-0.2.2\egg-dist-tmp-ghdj93
Adding mako 0.2.2 to easy-install.pth file
Installing mako-render script to c:\python25\Scripts

Installed c:\python25\lib\site-packages\mako-0.2.2-py2.5.egg
Searching for nose>=0.10.3
Reading http://www.turbogears.org/2.0/downloads/current/index/nose/
Best match: nose 0.10.3
Downloading http://www.turbogears.org/2.0/downloads/current/nose-0.10.3.tar.gz
Processing nose-0.10.3.tar.gz
Running nose-0.10.3\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\te
mp\easy_install-_dj7tp\nose-0.10.3\egg-dist-tmp-ttq9ll
zip_safe flag not set; analyzing archive contents...
nose.importer: module references __file__
nose.importer: module references __path__
nose.inspector: module MAY be using inspect.findsource
nose.loader: module references __path__
nose.suite: module references __path__
nose.util: module references __file__
nose.ext.dtcompat: module references __file__
nose.ext.dtcompat: module MAY be using inspect.getsourcefile
nose.plugins.cover: module references __file__
nose.plugins.doctests: module references __file__
Adding nose 0.10.3 to easy-install.pth file
Installing nosetests-script.py script to c:\python25\Scripts
Installing nosetests.exe script to c:\python25\Scripts

Installed c:\python25\lib\site-packages\nose-0.10.3-py2.5.egg
Searching for PasteScript>=1.6.3
Reading http://www.turbogears.org/2.0/downloads/current/index/PasteScript/
Best match: PasteScript 1.6.4dev-r7555
Downloading http://www.turbogears.org/2.0/downloads/current/PasteScript-1.6.4dev
-r7555.tar.gz
Processing PasteScript-1.6.4dev-r7555.tar.gz
Running PasteScript-1.6.4dev-r7555\setup.py -q bdist_egg --dist-dir c:
\docume~1\
gus\locals~1\temp\easy_install-bqeu-l\PasteScript-1.6.4dev-r7555\egg-
dist-tmp-te
htgs
Warning: no news for this version found
Adding pastescript 1.6.4dev-r7555 to easy-install.pth file
Installing paster script to c:\python25\Scripts
Installing paster-script.py script to c:\python25\Scripts
Installing paster.exe script to c:\python25\Scripts

Installed c:\python25\lib\site-packages\pastescript-1.6.4dev_r7555-
py2.5.egg
Searching for PasteDeploy>=1.3.2
Reading http://www.turbogears.org/2.0/downloads/current/index/PasteDeploy/
Best match: PasteDeploy 1.3.2
Downloading http://www.turbogears.org/2.0/downloads/current/PasteDeploy-1.3.2.ta
r.gz
Processing PasteDeploy-1.3.2.tar.gz
Running PasteDeploy-1.3.2\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\local
s~1\temp\easy_install-pz6cee\PasteDeploy-1.3.2\egg-dist-tmp-sw8bdu
warning: no previously-included files found matching 'docs\rebuild'
Adding pastedeploy 1.3.2 to easy-install.pth file

Installed c:\python25\lib\site-packages\pastedeploy-1.3.2-py2.5.egg
Searching for Beaker>=1.0.2
Reading http://www.turbogears.org/2.0/downloads/current/index/Beaker/
Best match: Beaker 1.0.3
Downloading http://www.turbogears.org/2.0/downloads/current/Beaker-1.0.3.tar.gz
Processing Beaker-1.0.3.tar.gz
Running Beaker-1.0.3\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\t
emp\easy_install-jwnh5i\Beaker-1.0.3\egg-dist-tmp-zdcpnq
Adding beaker 1.0.3 to easy-install.pth file

Installed c:\python25\lib\site-packages\beaker-1.0.3-py2.5.egg
Searching for WebHelpers>=0.6.1
Reading http://www.turbogears.org/2.0/downloads/current/index/WebHelpers/
Best match: WebHelpers 0.6.3
Downloading http://www.turbogears.org/2.0/downloads/current/WebHelpers-0.6.3.tar
.gz
Processing WebHelpers-0.6.3.tar.gz
Running WebHelpers-0.6.3\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\locals
~1\temp\easy_install-nkemgx\WebHelpers-0.6.3\egg-dist-tmp-q5yzmg
Adding webhelpers 0.6.3 to easy-install.pth file

Installed c:\python25\lib\site-packages\webhelpers-0.6.3-py2.5.egg
Searching for Routes>=1.10.1
Reading http://www.turbogears.org/2.0/downloads/current/index/Routes/
Best match: Routes 1.10.1
Downloading http://www.turbogears.org/2.0/downloads/current/Routes-1.10.1.tar.gz

Processing Routes-1.10.1.tar.gz
Running Routes-1.10.1\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1\
temp\easy_install-puj6am\Routes-1.10.1\egg-dist-tmp-pkdkbs
warning: no previously-included files matching '.DS_Store' found
anywhere in dis
tribution
warning: no previously-included files matching '*.hgignore' found
anywhere in di
stribution
warning: no previously-included files matching '*.hgtags' found
anywhere in dist
ribution
Adding routes 1.10.1 to easy-install.pth file

Installed c:\python25\lib\site-packages\routes-1.10.1-py2.5.egg
Searching for SymbolType>=1.0
Reading http://www.turbogears.org/2.0/downloads/current/index/SymbolType/
Best match: SymbolType 1.0
Downloading http://www.turbogears.org/2.0/downloads/current/SymbolType-1.0.zip
Processing SymbolType-1.0.zip
Running SymbolType-1.0\setup.py -q bdist_egg --dist-dir c:\docume~1\gus
\locals~1
\temp\easy_install-cnbdnh\SymbolType-1.0\egg-dist-tmp-gnbza-
zip_safe flag not set; analyzing archive contents...
Adding symboltype 1.0 to easy-install.pth file

Installed c:\python25\lib\site-packages\symboltype-1.0-py2.5.egg
Searching for Pygments
Reading http://www.turbogears.org/2.0/downloads/current/index/Pygments/
Best match: Pygments 0.11.1
Downloading http://www.turbogears.org/2.0/downloads/current/Pygments-0.11.1.tar.
gz
Processing Pygments-0.11.1.tar.gz
Running Pygments-0.11.1\setup.py -q bdist_egg --dist-dir c:
\docume~1\gus\locals~
1\temp\easy_install-8nkzuf\Pygments-0.11.1\egg-dist-tmp-gmsyl6
Adding pygments 0.11.1 to easy-install.pth file
Installing pygmentize-script.py script to c:\python25\Scripts
Installing pygmentize.exe script to c:\python25\Scripts

Installed c:\python25\lib\site-packages\pygments-0.11.1-py2.5.egg
Finished processing dependencies for tg.devtools
************************

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