Re: [opensc-devel] PyCSC: PC/SC API for Python - License ?

2007-03-25 Thread Ludovic Rousseau
On 25/03/07, Martin Paljak <[EMAIL PROTECTED]> wrote: On 25.02.2007, at 17:06, Ludovic Rousseau wrote: > Anybody interested in Python and PC/SC is welcome to review the code > and send patches, etc. I just discovered a conflict - license metadata points to BSD while the classifier suggests it is

Re: [opensc-devel] PyCSC: PC/SC API for Python - License ?

2007-03-25 Thread Martin Paljak
On 25.02.2007, at 17:06, Ludovic Rousseau wrote: Anybody interested in Python and PC/SC is welcome to review the code and send patches, etc. I just discovered a conflict - license metadata points to BSD while the classifier suggests it is GPL: http://www.python.org/pypi/PyCSC/0.3 -- Martin Pa

Re: [opensc-devel] PyCSC: PC/SC API for Python

2007-03-25 Thread Martin Paljak
On 21.03.2007, at 12:16, Martin Paljak wrote: So I'm not able to build it on Windows. FYI: After I found the right compiler it was a snap. I made pre-built binaries for Windows/Python2.5 and there is also a source release available on pypi that installs nicely on macosx. Pythonists can now

Antwort: [opensc-devel] PyCSC: PC/SC API for Python

2007-03-22 Thread Michael . Roehner
Solved. I have to specify protocol T=1: card = pycsc.pycsc(protocol=pycsc.SCARD_PROTOCOL_T1) Maybe the error code 0x0032 is an error of the PC/SC driver (OmniKey CardMan 6121 USB Stick)? Regards, Mike. ___ opensc-devel mailing list opensc-dev

[opensc-devel] PyCSC: PC/SC API for Python

2007-03-21 Thread Michael . Roehner
Hello, I want to use PyCSC on Windows 2000 (PyCSCS 0.0.3, Python 2.4.3). Compiling the extension was somewhat difficult with Visual Studio Express 2005 and Microsoft Server 2003 R2 Platform SDK, but after compiling it manually with only the Microsoft headers and libs, it seems to work. The c

Re: [opensc-devel] PyCSC: PC/SC API for Python

2007-03-21 Thread Martin Paljak
Hi, On 25.02.2007, at 17:06, Ludovic Rousseau wrote: The high level API is not yet finished. The source code is available through subversion from [2]. A snapshot is available at [3] Anybody interested in Python and PC/SC is welcome to review the code and send patches, etc. Does anyone have win

Re: [opensc-devel] PyCSC: PC/SC API for Python

2007-02-25 Thread Ludovic Rousseau
On 25/02/07, Martin Paljak <[EMAIL PROTECTED]> wrote: On 25.02.2007, at 16:06, Ludovic Rousseau wrote: > Anybody interested in Python and PC/SC is welcome to review the code > and send patches, etc. I needed the included patch on OS X 10.4 Applied in revision 2446 [1]. Thanks [1] http://lis

Re: [opensc-devel] PyCSC: PC/SC API for Python

2007-02-25 Thread Martin Paljak
On 25.02.2007, at 16:06, Ludovic Rousseau wrote: Anybody interested in Python and PC/SC is welcome to review the code and send patches, etc. I needed the included patch on OS X 10.4 pycsc.diff Description: Binary data -- Martin Paljak ___ opensc-

[opensc-devel] PyCSC: PC/SC API for Python

2007-02-25 Thread Ludovic Rousseau
Hello, Jean-Luc Giraud started a PC/SC API for Python some time ago [1] but the development has stalled. I decided (with Jean-Luc' help) to host the project on alioth [2] and improve it: - use epydoc to generate a HTML documentation - create a higher level API in Python (instead of C) to ease us