xzos / PyZDDE

Zemax/ OpticStudio Extension using Python
MIT License
154 stars 64 forks source link

Which version of Python to use PyzDDE ? #80

Open sguisard opened 6 years ago

sguisard commented 6 years ago

Hello,

I have recently installed windows 10 (instead of Windows 7) on my PC and had to re-installed Python / Anaconda, which installed the version 3.6 of Python. Now, I have a problem with py scripts I wrote that used to work with my previous OS/Anaconda version (althouth I do not remember which Anaconda/Python version was installed on my previous setup).

Namely it is the call to at.zArrayTrace(rd, timeout=5000) that fails and return an error message.

Any idea if this problem is related to the python / Anaconda version I am using ?

Thanks,

Stephane