Abhik Pal

Results 21 comments of Abhik Pal

We've noticed this issue as well, and we'll try to address this over the summer.

Hmm. I don't have access to a windows machine so, can't verify it at the moment. @Manindra29, could you see if there's some step missing?

> I am familiar with the p5/processing paradigm of holding shape > attributes in a class, then just applying those attributes in the > draw loop.... But I'd like the...

When do you get the error you list in the title? Can you try running ```python >>> import p5 ``` In the python interpreter?

It's not possible to display videos on p5 yet and there's also no Video library.

I suspect this is related to #85 .

> Is there a good way to wrap all the global variables into a namespace? If I understand this correctly: you could just do: ```import p5``` instead of ```from p5...

The only reason I could think of is that Pyglet can't find the required OpenGL config on Raspbian. I still don't know why this could be happening, though. The following...

Is this still an issue with the latest release?

Assuming you have installed vispy as a dependency (while installing p5), can you try running this: ```python import vispy print(vispy.sys_info()) ```