I posted a while back about how the automatic reload gave me strange errors:
http://groups.google.com/group/turbogears/browse_thread/thread/9ee8a8779ab6e727/d6c53a7dbf9098e4?lnk=gst&q=turbogears+reload#d6c53a7dbf9098e4 Today I had the same issue working on a client's site. Weird I thought...how can I be the only one... And then it dawned on me...I'm using sshfs...on a not so fast network connection to a very fast computer. My current theory is that when I save a file it starts the automatic reload, and by the time it gets to importing the changed file, only half the new file has been written to disk! So Python only reads half the file, causing syntax errors. Is this something we can fix somehow, so it knows to wait until the file is completely written to disk? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

