I followed the directions I received from http://www.libertypages.com/clarktech/?p=2830 on running Python Tidy from the text filter menu. However when I run the filter on a python file I get the following errors.
PTidy.py:4823: Traceback (most recent call last): tidy_up(file_in, file_out) PTidy.py:4797: module = compiler.parse(str(INPUT)) transformer.py:51: return Transformer().parsesuite(buf) transformer.py:128: return self.transform(parser.suite(text)) I'm not sure what that means or how to fix it as I'm new to python programming. thoughts? -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. 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/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
