Hi there,
I am trying to use a pkcs11 library (with python 2.7) and address this
library with ctypes.
Alas, I am neither the python black belt guru and C is not my preferred
language.
Till now, I do not want to use pykcs11, since I want to keep my
dependencies low.
I initialized the library, log
Hello list,
I am wondering about loading modules.What is a good way of doing this?
In my code I got one single function, where I need some functionality
from a built-in module.
Is it a better way to load the module only within the function
pro: the function will only be hit every now and then
Hi Tim,
thanks a lot. Exactly what I needed. Couldn't find such a page from
python 2.6.
Kind regards
Cornelius
Am 15.03.2011 09:55, schrieb Tim Golden:
> On 15/03/2011 08:30, Cornelius Kölbel wrote:
>> I am using the python.msi (at the moment 2.6) in a project and want to
>&g
Hello list,
I am using the python.msi (at the moment 2.6) in a project and want to
deploy the python package smoothly and nearly automatically.
So my question is, if the python.msi provides some parameters, to pass
the information like which components to install and the install path,
without pop