Re: [PyMOL] Whitespacing?

2010-02-01 Thread fukamitka
Be careful if you use tab mixed with spaces and prefer 4-space indentation. Python interprets tabs as 8-space indent. See python document below: http://docs.python.org/reference/lexical_analysis.html#indentation HTH -Original Message- From: Schubert, Carsten [PRDUS]

Re: [PyMOL] Whitespacing?

2010-02-01 Thread Siv Midtun Hollup
fukami...@chugai-pharm.co.jp wrote: Be careful if you use tab mixed with spaces and prefer 4-space indentation. Python interprets tabs as 8-space indent. See python document below: http://docs.python.org/reference/lexical_analysis.html#indentation Python code will work as long as the