Read DXF into wxPython (and/or Python in general)

Hi,

Is it possible to read DXF files directly into wxPython and display
them in a wx.panel? Or does anyone know of a good module to read DXF
files into Python, at least? From there I could write a module to
display the data myself.

I've been looking around a lot and haven't found anything all that
good. I was hoping someone has found a workable solution to this
already.

Thanks!

Google turns up a bunch of links that sound promising

http://lmgtfy.com/?q=dxf+file+python

···

On 3/22/12 11:30 AM, AmandaW wrote:

Hi,

Is it possible to read DXF files directly into wxPython and display
them in a wx.panel? Or does anyone know of a good module to read DXF
files into Python, at least? From there I could write a module to
display the data myself.

I've been looking around a lot and haven't found anything all that
good. I was hoping someone has found a workable solution to this
already.

--
Robin Dunn
Software Craftsman

I recommend https://bitbucket.org/mozman/ezdxf

···

On Thu, 22 Mar 2012 19:30:51 +0100, AmandaW <amandalaurelwebb@gmail.com> wrote:

Hi,

Is it possible to read DXF files directly into wxPython and display
them in a wx.panel? Or does anyone know of a good module to read DXF
files into Python, at least? From there I could write a module to
display the data myself.

I've been looking around a lot and haven't found anything all that
good. I was hoping someone has found a workable solution to this
already.

Thanks!