shlex.split != shlex.shlex get_token til eof
p.lavarre at ieee.org
p.lavarre at ieee.org
Tue Sep 26 19:13:20 EDT 2006
Correspondingly, to the Faq Wiki I added:
/// http://pyfaq.infogami.com/installed-index
Q: Where is Python installed on my machine?
A: Binaries in bin/, source in lib/, doc somewhere else. Read the
module source when you find its doc incomplete.
On Linux, ...
On the Mac, straight from Apple:
/System/Library/Frameworks/Python.framework/Versions/*
On the Mac, straight from Apple:
/System/Library/Frameworks/Python.framework/Versions/*
On the Mac, downloaded yourself:
/Library/Frameworks/Python.framework/Versions/*
On Windows, downloaded yourself:
C:\Python*
///
More information about the Python-list
mailing list