-
When I try to run the QT app, it automatically closes without showing anything. It also generates crash dump files for pythonw.exe. Any ideas on how to fix this? When I installed rayoptics I got this error, which may be related.
I tried installing PyQtWebEngine and got similar errors.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello Nick, |
Beta Was this translation helpful? Give feedback.
-
I had to activate the environment first. I just had to run it from the command window that was created by the "Anaconda Prompt" link in the start menu. I also found that I could get more information from the error by running "python -m rayoptics.exe" from a command window. I did also run the following two lines, but I'm not sure if they were necessary. Its been a while since I've done anything with Python so I'm warming up to this a bit.
|
Beta Was this translation helpful? Give feedback.
I had to activate the environment first. I just had to run it from the command window that was created by the "Anaconda Prompt" link in the start menu.
I also found that I could get more information from the error by running "python -m rayoptics.exe" from a command window.
I did also run the following two lines, but I'm not sure if they were necessary. Its been a while since I've done anything with Python so I'm warming up to this a bit.