[Tutor] run a python script from access form

Alan Gauld alan.gauld at btinternet.com
Fri Jan 31 21:35:36 CET 2014


On 31/01/14 16:20, Ahmed, Shakir wrote:
> Hi,
>
> I am trying to run a python script from Microsoft Access form.  Your
> help is highly appreciated.

If its just a command line tool then do it the same way you'd
run a .bat file or another exe.

If you want to interact with the script as it runs then you might
want to look at using COM via ctypes or the pythonwin extensions.
But that assumes you are creatig the script and its not one
that already exists...

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list