AVPython on ArcGIS?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Fonnesbeck

    #1

    AVPython on ArcGIS?

    I know that AVPython was written to allow scripting in ArcView 3.*,
    but I am wondering if this module works in ArcGIS 8.*? I notice that
    the last release is quite old; has development ceased on this project?

    Thanks,
    Chris
  • Bruce Dodson

    #2
    Re: AVPython on ArcGIS?

    AVPython itself will not be ported to ArcGIS 8 or 9.
    However, I have been working occasionally to make ArcObjects
    accessible from Python. I call it PyArcObjects. I made
    some progress, but also found some gotchas in the ArcObjects
    typelibs. All in all, this is a much more ambitious project
    than AVPython, and will take longer to get right.

    Considering some changes that are happening with ArcGIS 9,
    that will probably make a better target platform than ArcGIS
    8.

    "Chris Fonnesbeck" <spam@fisher.fo restry.uga.edu> wrote in
    message
    news:c3835e5f.0 402191224.9b5d0 76@posting.goog le.com...[color=blue]
    > I know that AVPython was written to allow scripting in[/color]
    ArcView 3.*,[color=blue]
    > but I am wondering if this module works in ArcGIS 8.*? I[/color]
    notice that[color=blue]
    > the last release is quite old; has development ceased on[/color]
    this project?[color=blue]
    >
    > Thanks,
    > Chris
    > --
    > http://mail.python.org/mailman/listinfo/python-list
    >[/color]




    Comment

    • Andrew MacIntyre

      #3
      Re: AVPython on ArcGIS?

      On Thu, 19 Feb 2004, Bruce Dodson wrote:
      [color=blue]
      > AVPython itself will not be ported to ArcGIS 8 or 9.
      > However, I have been working occasionally to make ArcObjects
      > accessible from Python. I call it PyArcObjects. I made
      > some progress, but also found some gotchas in the ArcObjects
      > typelibs. All in all, this is a much more ambitious project
      > than AVPython, and will take longer to get right.[/color]

      Damn! gazumped on the name! I'm awaiting legal clearance from my
      employer to release a ctypes based interface package (which I'd planned to
      call PyArcObjects) to the ArcObjects COM API, based on the ArcGIS 8.3
      typelibs.

      So far it works well for what I've needed to do.

      --
      Andrew I MacIntyre "These thoughts are mine alone..."
      E-mail: andymac@bullsey e.apana.org.au (pref) | Snail: PO Box 370
      andymac@pcug.or g.au (alt) | Belconnen ACT 2616
      Web: http://www.andymac.org/ | Australia

      Comment

      Working...