On Fri, Oct 9, 2009 at 2:11 PM, Dan Arbogast <[email protected]> wrote:
> > > On Fri, Oct 9, 2009 at 12:54 PM, Christopher Arndt <[email protected]>wrote: > >> >> 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 >> >> > Added the print command and here is what comes out: > > /home/darbogast/python/oligo_1.1/oligo/oligo/commands.pyc > > Dan > > I see the project directory has both a command.pyc file and a commands.pyc file. For a test I renamed the commands.pyc file to commands.pycxxx and the error went away and the site works again. But, command.pyc and commands.pyc are entirely different files, so I'm trying to access what I lost when taking the commands.pyc out of the picture. Dan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

