[PyCUDA] Re: PyCUDA OpenGL Build for Windows 10.

2020-03-01 Thread Fabio da Silva
Ok, I got it to work. Basically, the new build resides in a subfolder named:build\lib.win-amd64-3.7 I then copied the pycuda folder and placed in my Miniconda lib folder:Miniconda3\Lib\site-packages I had to rename the current pycuda folder with pycuda.old to make sure I could revert. When I

[PyCUDA] Re: PyCUDA OpenGL Build for Windows 10.

2020-03-01 Thread Fabio da Silva
Ok, the error from the previous message is because, on line 249, the argument of glutCreateWindow has to be b"PyCuda GL Interop Example" (notice the b before the ") instead of "PyCuda GL Interop Example". After that, there was an issue related to the cl.exe and nvcc.exe compilers for MSVC and