SSL

2008-06-21 Thread Ricardo Tiago
Hi,

Is it possible to access a https site using a certificate and keeping the
session alive like it happens in the browsers?  I'm doing a command line app
that needs to access a https site to retrieve information but using the
httplib, each time i make a request it asks for the pem pass phrase.

Thanks,
Ricardo
--
http://mail.python.org/mailman/listinfo/python-list

formating a filesystem with python

2008-09-10 Thread Ricardo Tiago
Hi all,

is there a package in python that allows to mount/umount and format
(to ext3) a filesystem? I know that this is possible by just calling
the os commands 'mount/umount and mkfs' but this would imply to have
to change sudoers to run the script as non-root.

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


Re: formating a filesystem with python

2008-09-10 Thread Ricardo Tiago
I understand that this is a very sensible unix question but i think
fuse does this at least it mounts. I was wondering if there were other
packages with similar functionality.

On Wed, Sep 10, 2008 at 11:14 PM, Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
> Ricardo Tiago schrieb:
>>
>> Hi all,
>>
>> is there a package in python that allows to mount/umount and format
>> (to ext3) a filesystem? I know that this is possible by just calling
>> the os commands 'mount/umount and mkfs' but this would imply to have
>> to change sudoers to run the script as non-root.
>
> well, that's a very sensible unix-restriction. and you can't overcome that.
>
> IOW: no, there is no such thing.
>
> Diez
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
http://mail.python.org/mailman/listinfo/python-list