Yes it includes libcurl. I didn't have to install it separately. I still
continue to use Python 2.4. So cannot say about Python 2.6.
- Shailesh
On Wed, Aug 12, 2009 at 10:23 PM, Chris Withers wrote:
> shaileshkumar wrote:
>
>> We use PyCURL on Windows. http://pycurl.sourcefo
On May 21, 10:13 pm, George Sakkis wrote:
> On May 21, 5:55 pm, shailesh wrote:
>
> > There doesn't seem to be a predicate returning method wrappers. Is
> > there an alternate way to query an object for attributes that are of
> > method wrappers?
>
> Sure:&
On May 20, 7:31 pm, Steven D'Aprano
wrote:
> On Wed, 20 May 2009 18:42:38 -0700, shailesh wrote:
> > The reason as far as I understand is that the methods on the built-in
> > dict are not of MethodType or FunctionType
>
> That seems to be true:
>
> >>
Hello,
I'm trying to write a class decorator which takes a function as an
argument and wraps instancemethods of the class with the function.
After reading a few examples on ActiveState and this blog post , my first attempt goes something like
this:
def tracing_wrapper(fn):
import functools
27;64.233.167.99'])
>>> e = '192.168.4.123'
>>> gethostbyaddr(e)
Traceback (most recent call last):
File "", line 1, in ?
socket.herror: (1, 'Unknown host')
>>>
With regards,
- Shailesh
--
http://mail.python.org/mailman/listinfo/python-list
Thanx a lot for all the pointers. I will certainly check into them.
I actually wanted to know how do people create their own Python
distribution like ASPN's Python or Enthought's Python.
With regards,
- Shailesh
On Oct 2, 12:33 pm, azrael <[EMAIL PROTECTED]> wrote:
> Maybe y
purpose.
Could some one give an overview of what needs to be done for this
purpose?
With regards,
-Shailesh
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Few very simple questions.
Is there a way to detect whether a drive is a mapped network drive or
not in Windows?
Also, how can I get a list of drive letters currently in use in the
system?
Your help is highly appreciated. Thanks in advance.
With regards,
-Shailesh
--
http