Re: gpp (conditional compilation)

2007-05-02 Thread Gabriel Genellina
En Wed, 02 May 2007 14:37:40 -0300, [EMAIL PROTECTED] <[EMAIL PROTECTED]> escribió: > 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 c

Re: gpp (conditional compilation)

2007-05-02 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Duncan Booth <[EMAIL PROTECTED]> wrote: >"[EMAIL PROTECTED]" <[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 sam

Re: gpp (conditional compilation)

2007-05-02 Thread [EMAIL PROTECTED]
(replying to myself because I got four good replies) Wow! That was fast! OK, I'll try out these ideas, and many thanks! Mike Maxwell -- http://mail.python.org/mailman/listinfo/python-list

Re: gpp (conditional compilation)

2007-05-02 Thread John Nagle
[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

Re: gpp (conditional compilation)

2007-05-02 Thread Duncan Booth
"[EMAIL PROTECTED]" <[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 introdu

Re: gpp (conditional compilation)

2007-05-02 Thread dustin
On Wed, May 02, 2007 at 10:37:40AM -0700, [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 >