[EMAIL PROTECTED] wrote: > I'm trying to use the gpp utility (Gnu points to > http://en.nothingisreal.com/wiki/GPP) > to do conditional compilation in Python, and I'm running into a > problem: the same '#' character introduces Python comments and is used > by default to introduce #ifdef etc. lines.
Just use an "if" statement. The Python interpreter is so slow it won't matter. John Nagle -- http://mail.python.org/mailman/listinfo/python-list