PYME.Acquire.acquirewx module

This contains the bulk of the GUI code for the main window of PYMEAcquire.

class PYME.Acquire.acquirewx.AcquireWxHTTPServer(parent, options, port, bind_addr=None)

Bases: PYMEMainFrame, AcquireHTTPServerMixin

Server with wx GUI

run()
PYME.Acquire.acquirewx.create(parent, options=None)