Jerry
Jerry
Great! I complied the director package and used `directorPython` to run the program. It works well. Thanks a lot! @patmarion
same error...
@lobachevzky @machinaut I 'm getting the same ERROR. `ERROR: GLEW initalization error: Missing GL version` How can I fix it? Seems there is a problem with NIVIDIA GPU.... Thanks
@lobachevzky Thanks. Actually it has nothing to do with GPU because I tried to force to use CPU and got the same problem. But it's wired because there seems OK...
@lobachevzky Following your advice, I checked the Makefile and it works. Then I modified two lines according to your pull request #145. It solved my issue. Thank you for your...