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

