Thanks for your answer.
I tried it  and the result is:
[cxfreeze]$ python
Python 2.2.3 (#1, Oct 15 2003, 23:33:35)
[GCC 3.3.1 20030930 (Red Hat Linux 3.3.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re.compile
<function compile at 0x81a244c>
>>> re.__file__
'/usr/lib/python2.2/re.pyc'
>>>

Is there any hint?

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

Reply via email to