When opening .py file from others in pythonwin, sometimes the indentation is incorrect. It looks like the creator of the file is using 4 spaces for the first indent and a tab for the second level indent. (which should indent it to 8 spaces but it is only indenting to 4 spaces) In pythonwin I have the tab indent set to 4 and have it replace the tab with 4 spaces. What is the correct setting in pythonwin to open these other files? Or is there an easy way to replace all the tabs in these files with 8 spaces? I have also noticed some source file have a single space before each def statement. Why would that be? Thanks, Gene _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython