Is anyone using ArcPad Studio?
Is anyone using Python with ArcPad Studio?
Never had a response to a forum post. Guess my questions and problems are to complex.
I was wondering about this as well. They have a blog post from 2011 <The ArcPad Team Blog: ArcPad and Python> that says that they're compatible (Python 2.6 and ArcGIS 10.03), and so do their help pages <ArcPad Developer Help - Concepts>. I'm about to start a project and I'd prefer to use python over vbscript but perhaps that's not advisable or even possible. It seems like ArcPad Studio can open .py files, though.
Hi David (and everyone else),
Yes you can definitely use Python with ArcPad. There are some limitations to it though, not all of the object model is supported and you can only use python on Windows PC.
I have a machine currently running Python 2.7 and ArcPad 10.2.1 and all is good.
You may have needed to install Python first and then ArcPad so it can find the folder locations.
I know this post is slightly old, but for those that come across this issue in the future...
In order to have python available in ArcPad, you need to make sure that you have Python and PyWin32 Python Extensions for Windows (both free downloads) installed. Once installed, then the Python option will be active in Studio, and recognised by ArcPad.
See the 'Working with scripts' in 'Scripts, ArcPad XML, and the ArcPad Object Model' ArcPad help for more information: ArcPad Help