[Python-de] XML-Python mal wieder
Dinu Gherman
gherman at darwin.in-berlin.de
Die Dez 30 14:29:32 CET 2003
Simon Plum:
> Wie kann ich denn herrausfinden, welches Modul wo zu finden ist?
Vielleicht so?
[localhost:~] dinu% python2.3
Python 2.3.2 (#1, Dec 5 2003, 09:47:58)
[GCC 3.1 20020420 (prerelease)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import re
>>> re.__file__
'/usr/local/lib/python2.3/re.pyc'
>>>
Dinu
--
Dinu C. Gherman - http://python.net/~gherman
......................................................................
"The first principle is that you must not fool yourself - and you are
the easiest person to fool." (Richard Feynman)