Skip to content

VTK with multiple combined STL files

I’m working on a project with python and VTK. I successfully managed to combine three STL files, with a python STL libraray. After that, I visualize this combined.stl file in VTK like this: So far so good. But now I want to colorize/highlight one of those STL-objects. (All STLs together form a bigger ob…

Why does pip install not work for catboost?

I have to install catboost but can not make it by pip install catboost. There is not catboost library in Anaconda, so pip in the one way. The error message is: Python version is 3.6.3. Screenshot of error: error message I’ve tried : and None of these works. Why does this problem appeared and is there an…

Python stopped working after Windows username change

I changed the windows10 username and now python is not working anymore. The person who previously worked on this machine created the user-profile with a space within the name (C:UsersHis Name…). This ocassionally caused Problems because some programs can’t seem to handle spaces in a path. So I cha…

exe file not found while compiled with pyinstaller

I want to execute an exe file from a python file that is compiled using pyinstaller I’m using the following code: And I compile it using: Which creates incluse.exe and If I execute it I get the following error: What I want it to do is execute the executable.exe that I included, which should come up with…