En Mon, 11 Feb 2008 21:33:25 -0200, John Machin <[EMAIL PROTECTED]>  
escribió:

> Otherwise run python from the command line with the -v option and find
> where it's getting the interloper string module from.

interloper: my new word of the day. Thanks!

PS: Another way would be to run the script with python -i, and when it  
halts, execute:

import string
print string.__file__

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to