On Mon, Oct 26, 2009 at 6:24 AM, a h <ah.k...@gmail.com> wrote:

> Hi
>
> I want to know to that is any compiler there that could produce asn parser
> in python. actually i have an asn file and i want to decode asn base encoded
> message.
> I found an asn1c compiler that can generate output files that can be used
> to decode the message, but those files are in C or java. i want it in
> python.
>
> Thanks & Regards
> ah
>
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
Well, there's this project:

http://pyasn1.sourceforge.net/

which includes BER, CER, and DER codecs, but it doesn't look like it has an
ASN compiler.

Kevin Horn
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to