waterbug

Results 13 comments of waterbug

I found a solution to this problem that works for my application: to use PyInstaller with a PyQt gui and pythonocc requires a highly customized ".spec" file for the app...

[app.txt](https://github.com/tpaviot/pythonocc-core/files/3139754/app.txt) A further comment on this issue: I think the information documented in this issue about how to create a .exe and an installer (setup.exe) should be documented somewhere on...

Just to provide another data point: I got the same error message about OpenGL context when using the pythonocc-core 7.4.1 package for python 3.7 from the conda-forge channel (build py37hc019675_0)....

The above comment also applies using the python 3.8 conda packages from the conda-forge channel: 7.4.0 work fine, 7.4.1 gives the OpenGL driver error.

One more comment: I am still getting the OpenGL error with the python 3.8, pythonocc-core 7.4.0 package from the conda-forge channel, but it runs fine (but 7.4.1 crashes) on Windows...

That is interesting! In my application I have a customized viewer in which I copied some of the code from the qtBaseViewer.  Changing its base class to QWidget in my...

I'm late to the party, having just discovered that the RFC had expired, but I am also +1 on resubmitting. I am into development of an application that uses WAMP...

@oberstet Thanks for your very thorough and in-depth response! First, I should correct an impression that I didn't mean to give: I do work for NASA, but the application I...

That's great! I will have a look. BTW, I share your opinion about SOAP (ugh, broken), and I avoid XML as much as possible -- it just gets in the...

Any progress on this issue?