<div class="gmail_quote">On Mon, Oct 26, 2009 at 6:24 AM, a h <span dir="ltr"><<a href="mailto:ah.kode@gmail.com">ah.kode@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi</div>
<div> </div>
<div>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.</div>
<div>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.</div>
<div> </div>
<div>Thanks & Regards</div>
<div>ah</div>
<br>_______________________________________________<br>
python-win32 mailing list<br>
<a href="mailto:python-win32@python.org">python-win32@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-win32" target="_blank">http://mail.python.org/mailman/listinfo/python-win32</a><br>
<br></blockquote></div><br>Well, there's this project:<br><br><a href="http://pyasn1.sourceforge.net/">http://pyasn1.sourceforge.net/</a><br><br>which includes BER, CER, and DER codecs, but it doesn't look like it has an ASN compiler.<br>
<br>Kevin Horn<br>