Alexandros Drymonitis

Results 11 comments of Alexandros Drymonitis

Even if this is done, an error is produced further down in the code. Right after creating an object of this class, there's this code in the tutorial: ```for input_example_batch,...

A little update here. I removed the directory and cloned from Git (I can't remember where I got the source files before, but probably not Git). It seems to build...

``` int ledPin = 13; void setup() { pinMode(ledPin, OUTPUT); } void loop() { digitalWrite(ledPin, HIGH); delay(200); digitalWrite(ledPin, LOW); delay(1000); } ```

Aparently not. You should probably store your data into a file before loading it to CvlVerb. Python should be capable of providing the necessary tools for that.

I don't think that you need to go down to the C level of Pyo and change things there. Can't you include an algorithm in your script that unzips your...

The entire Pyo documentation can be found here https://belangeo.github.io/pyo/index.html

@PaoloMolinari did you manage to fix this? I just upgraded to Trixie and can't compile OF projects any more.

What I do in Trixie is to log in with GNOME on Xorg and OF works. But a solution to using Wayland would be nice to have.

> just download the compiled linux libraries it has wayland support @danoli3 which linux libraries are these? Can you provide a link?

@danoli3 I run the script and rebuilt OF 0.12.1, but couldn't make it work on Wayland. I'm on Debian 13.