[python-win32] regarding asn in python

2009-10-26 Thread a h
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

[python-win32] vb6 calling python script

2009-10-26 Thread Fred Chevitarese
Hello all! I´m new in list! My name is Fred Chevitarese. I need to call an Python Script from a VB6 application. I´m not sure if it´s possible. If yes, can anyone show me a link that contains a documentation , how to , tutorial anything ? Any help will be appreciated. Thanks

Re: [python-win32] vb6 calling python script

2009-10-26 Thread Gerdus van Zyl
You can just use Shell or AdvShell[1] to run python.exe and the script name as parameter; If you have the associations that the python installer setups you might just be able to use just the script name. ~Gerdus http://www.freevbcode.com/ShowCode.Asp?ID=1282 On Mon, Oct 26, 2009 at 4:38 PM,

Re: [python-win32] vb6 calling python script

2009-10-26 Thread Tim Roberts
Fred Chevitarese wrote: I´m new in list! My name is Fred Chevitarese. I need to call an Python Script from a VB6 application. I´m not sure if it´s possible. That could mean a couple of things. If you just want to invoke a Python script as a separate process, then it's exactly like calling

Re: [python-win32] regarding asn in python

2009-10-26 Thread Kevin Horn
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