leon-thomm / Ryven

Flow-based visual scripting for Python
https://ryven.org
MIT License
3.8k stars 443 forks source link

Issues with Saving Flows. #192

Closed cobain7589 closed 4 months ago

cobain7589 commented 4 months ago

Hi, I've been trying to modify the predefined "Hello World" flow and build some new flows. However, every time I restart, I only see the original project, and all my modifications are missing. Alternatively, how can I import a saved project into Ryven? Could you please help me understand how to resolve this issue?

I found that I was launching the project through debug.py, where the types of nodes and flows are locked. Is there a standard way to start in a Python environment that allows for the flexible loading of JSON and node files without having to modify the code each time?

@leon-thomm

Besides, if i use cmd to launch ryven , i got refused beacuse

"You are trying to use PySide2 as the Qt API, but it is not available. Please install it, or use pyside6 as the Qt API. Either of those can installed through pip, e.g. pip install pyside2 or pip install 'pyside6<6.7'."

But my pyside version is 6.6.0, It should be Okay

leon-thomm commented 3 months ago

But my pyside version is 6.6.0, It should be Okay

it looks for pyside2 by default, if you want to use your pyside6, just run ryven -q pyside6