Andres Meza
andres.meza at nuevosmedios.ws
Thu Sep 12 13:20:45 EST 2002
Greetings. I have created a python CGI script that can upload files sucessfully. Now, I want to create a mod_python script with the same feature using the "publisher" handler and I get this error: [Thu Sep 12 08:53:41 2002] [error] PythonHandler mod_python.publisher: Traceback (most recent call last): [Thu Sep 12 08:53:41 2002] [error] PythonHandler mod_python.publisher: File "/home/mrnet/rpm/tmp/mod_python-root/usr/lib/python2.2/site-packages/mod_python/apache.py", line 193, in Dispatch [Thu Sep 12 08:53:41 2002] [error] PythonHandler mod_python.publisher: File "/home/mrnet/rpm/tmp/mod_python-root/usr/lib/python2.2/site-packages/mod_python/publisher.py", line 104, in handler [Thu Sep 12 08:53:41 2002] [error] PythonHandler mod_python.publisher: File "/home/mrnet/rpm/tmp/mod_python-root/usr/lib/python2.2/site-packages/mod_python/publisher.py", line 308, in __init__ [Thu Sep 12 08:53:41 2002] [error] PythonHandler mod_python.publisher: AttributeError: 'file' object has no attribute '__methods__' Anyone have an idea about why I get this error? Thanks for your time, -- Andrés Meza Technical Manager __Nuevos Medios - NM S.A.____________________ e-mail: andres.meza at nuevosmedios.ws day time phone: (+572)6827794 ext.102 url: www.nuevosmedios.ws -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.modpython.org/pipermail/mod_python/attachments/20020912/31ee3b44/attachment-0003.htm
|