broberts_az 0 Newbie Poster

Does anybody out there know how I could take a Python geoprocessing script that was made in ArcGIS and use it for an external GUI?

There are a lot of limits to what can be done inside ArcGIS and the scripts only make basic input/output GUI. I have messed around with wxPython and made GUI's with it and they are much more flexible and have many more options.

I would like to take the existing script and use it in a stand-alone GUI but I am not sure if this is even possible. The input/output fields are all done using system arguments such as Streets = sys.argv[1] which is a totally different way than done in wxPython.

Any guidance would be great!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.