Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is ubuntu16.0.4 supported in 7.3.0 #28

Closed
Kane-LAU opened this issue Sep 19, 2019 · 7 comments
Closed

is ubuntu16.0.4 supported in 7.3.0 #28

Kane-LAU opened this issue Sep 19, 2019 · 7 comments

Comments

@Kane-LAU
Copy link

I used to use pythonocc,but I find that it cannot retrieve name of parts in step file by OCAF~ i'm looking forward to know if your repo support the feature?

@trelau
Copy link
Owner

trelau commented Sep 20, 2019

do you have an example file, script, or something to formulate a test with?

@trelau trelau added this to To do in pyOCCT 7.3.0 via automation Sep 20, 2019
@Kane-LAU
Copy link
Author

Kane-LAU commented Oct 4, 2019

Dear trelau:
i'm testing pyOCCT 7.2.0 while some bug occurs.
operation system :ubuntu16.04
python:3.5
image

could you help me solve the issue?

@trelau
Copy link
Owner

trelau commented Oct 6, 2019

hmmm....that will be tough for me to debug since I only work on windows 😬

but...there is some logic in the CMake script for XwWindow https://github.com/LaughlinResearch/pyOCCT/blob/master/CMakeLists.txt#L272-L277 i wonder if that has anything to do with it? did Xw_Window get skipped? i guess not or it wouldn't be able to import it...

or maybe an issue here? https://github.com/LaughlinResearch/pyOCCT/blob/master/OCCT/Visualization/Basic.py#L119

@Kane-LAU
Copy link
Author

Kane-LAU commented Oct 8, 2019

thanks,i will try it:grinning:

@frmdstryr
Copy link
Contributor

frmdstryr commented Oct 8, 2019

If using wayland you need to set QT_QPA_PLATFORM=xcb as an environment variable or the window is invalid for QT. There may be a similar one for Gtk.

@trelau
Copy link
Owner

trelau commented May 3, 2020

latest master has support for "ubuntu-latest" which i guess is 18.04. If 16.04 support is needed i guess we'll have to add that to the CI matrix?

@trelau
Copy link
Owner

trelau commented May 10, 2020

recent work should support ubuntu 16.0.4 and occt 7.4.0

@trelau trelau closed this as completed May 10, 2020
pyOCCT 7.3.0 automation moved this from To do to Done May 10, 2020
@trelau trelau removed this from Done in pyOCCT 7.3.0 Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants