On 12月3日, 上午1时50分, "Jerry Hill" <[EMAIL PROTECTED]> wrote: > 2008/12/2 <[EMAIL PROTECTED]>: > > > it's run ,Eric gave me error,the error is "'module'objecthasno > >attribute'decodestring'", > > Do you have your own base64.py (or base64.pyc) that's shadowing the > standardmodulebase64? Try this: > > >>> import base64 > >>> print base64.__file__ > > C:\Python25\lib\base64.py > > > > What does that say when you do it? > > -- > Jerry look,when i work it,tell me blow
>>>print base64.__file__ /usr/lib/python2.5/base64.pyc -- http://mail.python.org/mailman/listinfo/python-list