xzos / PyZDDE

Zemax/ OpticStudio Extension using Python
MIT License
159 stars 67 forks source link

Placed `import win32ui` within try-except block #8

Closed indranilsinharoy closed 10 years ago

indranilsinharoy commented 10 years ago

Placed import win32ui within try-except block as in some versions of Canopy even import win32ui is causing problems. In such cases PyZDDE will use the backup dde module.