Re: module import problem

2008-05-25 Thread Milos Prudek
> Reinstall the package "python-gnupginterface" with "sudo aptitude reinstall Your advice helped! Upgrade is running now. Thanks! -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list

module import problem

2008-05-24 Thread Milos Prudek
it always fails with No module named GnuPGInterface. I do not know much about setting python path. -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list

readline support on openSuSE

2007-10-17 Thread Milos Prudek
openSuSE. What else might I need to have readline support? -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list

Re: Why zlib not included in Python tarball?

2007-09-11 Thread Milos Prudek
> Depends on the operating system and the Python version. On Unix, you > need to install zlib first; if you install a precompiled zlib package, > make sure you install the header files as well. You were right. Thank you. -- Milos Prudek -- http://mail.python.org/mailman/listin

Re: zlib

2007-09-11 Thread Milos Prudek
? Because "Plone 3.0 requires Zope 2.10.4 and Python 2.4.4", as you can see on plone.org. -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list

Why zlib not included in Python tarball?

2007-09-10 Thread Milos Prudek
zlib from source into Python? -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list

Re: uninstall

2007-09-10 Thread Milos Prudek
ember correctly, Python failed to work with it. I admit I did not try to use checkinstall this time. -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list

zlib

2007-09-10 Thread Milos Prudek
Although I have Python 2.5 with zlib in my Linux disto, I need to install my own Python (as most Zope developers do). Zope requires zlib. Python 2.4.4 does not contain zlib. What is the correct procedure for installing zlib from source into Python? -- Milos Prudek -- http://mail.python.org

uninstall

2007-09-10 Thread Milos Prudek
I run "make install" of Python 2.4.4 and now I discovered that I do not like the default placement of my install. The Makefile does not support an "uninstall" option. Is there a way to uninstall Python compiled from sources? -- Milos Prudek -- http://mail.python.org/mai

Re: xmlrpc, extract data from http headers

2006-09-19 Thread Milos Prudek
> A better solution would be to extract cookies from headers in the > request method and return them with response (see the code below). I Full solution! Wow! Thank you very much. I certainly do not deserve such kindness. Thanks a lot Filip! -- Milos Prudek -- http://mail.python.org/m

Re: xmlrpc with Basic Auth

2006-09-16 Thread Milos Prudek
> i'm currently using xmlrpclib with basic auth and i use it like this: > from xmlrpclib import Server > s=Server("http://user:[EMAIL PROTECTED]/rpc.php") Perfect! Thank you. -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list

Re: xmlrpc, extract data from http headers

2006-09-16 Thread Milos Prudek
e the headers using the ServerProxy command? -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list

xmlrpc, extract data from http headers

2006-09-15 Thread Milos Prudek
response. There is a cookie in the HTTP response and I need to read that cookie. How could I do that? -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list

xmlrpc with Basic Auth

2006-09-15 Thread Milos Prudek
: unsupported XML-RPC protocol I know that I am using it incorrectly. Does the basic authentication support in xmlrpclib mean something else than I take it for? -- Milos Prudek -- http://mail.python.org/mailman/listinfo/python-list