Dan Arbogast schrieb: > TurboGears requires: > > * TurboGears 1.1
Ok, you seem to be really running TG 1.1 - Good > File "/home/darbogast/python/oligo_1.1/env/lib/python2.5/site-packages/TurboGears-1.1-py2.5.egg/turbogears/controllers.py", line 356, in expose You are running the Turbogears installation from your virtual env and Python 2.5 - Good > File "/home/darbogast/python/oligo_1.1/oligo/oligo/miRBase.py", line 202, > in foldCreate > result = commands.getstatusoutput(cmmnd) > AttributeError: 'module' object has no attribute 'getstatusoutput' Can you put the following in /home/darbogast/python/oligo_1.1/oligo/oligo/miRBase.py just before line no. 202: print commands.__file__ run your app and post what's printed here? Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

