You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyflow
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Program Files\Python\Python311\Scripts\pyflow.exe_main.py", line 7, in
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\Scripts_init.py", line 71, in main
instance = PyFlow.instance(software="standalone")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\App.py", line 623, in instance
instance = PyFlow(parent)
^^^^^^^^^^^^^^
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\App.py", line 105, in init
self.canvasWidget = BlueprintCanvasWidget(self.graphManager.get(), self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\UI\Widgets\BlueprintCanvas.py", line 2065, in init
self.canvas = BlueprintCanvas(graphManager, pyFlowInstance)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\UI\Widgets\BlueprintCanvas.py", line 109, in init
self.realTimeLine = QGraphicsPathItem(None, self.scene())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: arguments did not match any overloaded call:
QGraphicsPathItem(parent: Optional[QGraphicsItem] = None): too many arguments
QGraphicsPathItem(path: QPainterPath, parent: Optional[QGraphicsItem] = None): argument 1 has unexpected type 'NoneType'
The text was updated successfully, but these errors were encountered:
pyflow
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Program Files\Python\Python311\Scripts\pyflow.exe_main.py", line 7, in
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\Scripts_init.py", line 71, in main
instance = PyFlow.instance(software="standalone")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\App.py", line 623, in instance
instance = PyFlow(parent)
^^^^^^^^^^^^^^
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\App.py", line 105, in init
self.canvasWidget = BlueprintCanvasWidget(self.graphManager.get(), self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\UI\Widgets\BlueprintCanvas.py", line 2065, in init
self.canvas = BlueprintCanvas(graphManager, pyFlowInstance)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python\Python311\Lib\site-packages\PyFlow\UI\Widgets\BlueprintCanvas.py", line 109, in init
self.realTimeLine = QGraphicsPathItem(None, self.scene())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: arguments did not match any overloaded call:
QGraphicsPathItem(parent: Optional[QGraphicsItem] = None): too many arguments
QGraphicsPathItem(path: QPainterPath, parent: Optional[QGraphicsItem] = None): argument 1 has unexpected type 'NoneType'
The text was updated successfully, but these errors were encountered: