Hello, Diez, and thanks for your reply. Yes, it's installed on the server: ======================= ignucius ~/animador: tree . |-- Animador.egg-info | |-- PKG-INFO | |-- SOURCES.txt | |-- dependency_links.txt | |-- entry_points.txt | |-- not-zip-safe | |-- paster_plugins.txt | |-- requires.txt | `-- top_level.txt |-- COPYING |-- README |-- animador | |-- __init__.py | |-- __init__.pyc | |-- commands.py | |-- commands.pyc | |-- config | | |-- __init__.py | | |-- app.cfg | | `-- log.cfg | |-- controllers | | |-- __init__.py | | |-- __init__.pyc | | |-- root.py | | `-- root.pyc | |-- json.py | |-- model.py | |-- model.pyc | |-- release.py | |-- release.pyc | |-- static | | |-- css | | | `-- style.css | | |-- images | | | |-- favicon.ico | | | |-- header_inner.png | | | |-- info.png | | | |-- ok.png | | | |-- tg_under_the_hood.png | | | `-- under_the_hood_blue.png | | `-- javascript | |-- templates | | |-- __init__.py | | |-- __init__.pyc | | |-- login.html | | |-- master.html | | |-- sitetemplate.html | | `-- welcome.html | `-- tests | |-- __init__.py | |-- __init__.pyc | |-- controllers.py | |-- model.py | `-- model.pyc |-- build | |-- bdist.linux-i686 | `-- lib | `-- animador | |-- __init__.py | |-- commands.py | |-- config | | |-- __init__.py | | |-- app.cfg | | `-- log.cfg | |-- controllers | | |-- __init__.py | | `-- root.py | |-- json.py | |-- model.py | |-- release.py | |-- static | | |-- css | | | `-- style.css | | `-- images | | |-- favicon.ico | | |-- header_inner.png | | |-- info.png | | |-- ok.png | | |-- tg_under_the_hood.png | | `-- under_the_hood_blue.png | |-- templates | | |-- __init__.py | | |-- login.html | | |-- master.html | | |-- sitetemplate.html | | `-- welcome.html | `-- tests | |-- __init__.py | |-- controllers.py | `-- model.py |-- dev.cfg |-- devdata.sqlite |-- dist | `-- Animador-1.0a1-py2.5.egg |-- locales |-- sample-prod.cfg |-- setup.py |-- start-animador.py `-- test.cfg
23 directories, 76 files ======================= Cheers. On Wednesday 16 July 2008 08:56:27 Diez B. Roggisch wrote: > > The tests of my TG project pass on my computer but don't pass on my > > server. I already installed all the required dependencies on my server. > > > > Here's the output of `setup.py test' at my computer: > > http://paste.turbogears.org/paste/3216 > > And here's the output of `setup.py test' at my server: > > http://paste.turbogears.org/paste/3218 > > > > Both computers run Ubuntu Hardy with Python 2.5.2, and setuptools 0.6c8. > > > > You can browse the source code online at > > https://tracker.gnulinuxmatters.org/browser/animador/trunk or download it > > from https://svn.gnulinuxmatters.org:81/animador/trunk/ > > > > Thanks in advance. > > After the stacktraces it looks as if the tests aren't installed. Can you > confirm that the <myproject>/tests-directory is actually installed on > the server? > > Diez > > --~--~---------~--~----~------------~-------~--~----~ > 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 > -~----------~----~----~----~------~----~------~--~--- -- Gustavo Narea. General Secretary. GNU/Linux Matters. http://www.gnulinuxmatters.org/
signature.asc
Description: This is a digitally signed message part.

