Skip to content

Help(less): run scripts missing, user help file links empty #48

@Bazmundi

Description

@Bazmundi

https://github.com/bhowiebkr/PyFlowGraph?tab=readme-ov-file#setup-and-installation

./run.sh does not exist in repo

https://github.com/bhowiebkr/PyFlowGraph/tree/main/docs/user_guide teaser but no meat.

What was supposed to be the contents of ./run.sh?

Neither:
(PyFlowGraph)~/PyFlowGrapth python3 src/main.py OR

(PyFlowGraph)~/PyFlowGrapth/src python3 main.py

work, they just start and never open up a console or throw an exception.

Not sure why "pip install pyside6" when pip install -r requirements would have sufficed

(although I am using uv so uv add -r requirements).

(PyFlowGraph) asterion@MonstaPC:~/dev/PyFlowGraph$ more pyproject.toml 
[project]
name = "PyFlowGraph"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
    "markdown-it-py>=4.0.0",
    "nuitka>=2.8.9",
    "pyside6>=6.10.1",
    "pytest>=7.0.0",
    "pytest-cov>=4.0.0",
    "pytest-mock>=3.10.0",
    "pytest-timeout>=2.1.0",
    "pytest-xdist>=3.0.0",
]

There's no obvious python dependency stated in the site (not sure why there's no default requirement for that little nugget).

Hacked in a few debug prints we don't seem to be coming back from creating the node editor window:

(PyFlowGraph) asterion@MonstaPC:~/dev/PyFlowGraph/src$ uv run main.py 
Load Font Awesome Regular
Load Font Awesome Solid
load style sheet
create window

Off for a bike ride for an hour, assuming this is a cold start issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions