Archive for August 26th, 2006



Python, the text editor, and encoding

August 26th, 2006 by Bernard Lebel. Viewed 6126 times.

Recently I ran into a severe problem. Whenever I would try to import modules in the Python command line shell, I”d get syntax error pointing to the first line. In fact, trying to import the module in XSI from a custom command gave a syntax error at line… zero! What the?