argument 1 has unexpected type 'str' error
- oushadz
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
29 Apr 2024 11:38 #299310
by oushadz
argument 1 has unexpected type 'str' error was created by oushadz
hi. I am writing again
This time, I get such an error and I don't even have any idea how to get rid of this error.
This time, I get such an error and I don't even have any idea how to get rid of this error.
Traceback (most recent call last):
File "/usr/bin/qtpyvcp", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3/dist-packages/qtpyvcp/app/__init__.py", line 74, in main
run(opts, None)
File "/usr/lib/python3/dist-packages/qtpyvcp/app/__init__.py", line 102, in run
load_vcp(opts)
File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 131, in load_vcp
if _load_vcp_from_entry_point(vcp, opts):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 181, in _load_vcp_from_entry_point
vcp.main(opts)
File "/usr/lib/python3/dist-packages/argecnc/__init__.py", line 36, in main
qtpyvcp.run_vcp(opts, VCP_CONFIG_FILE)
File "/usr/lib/python3/dist-packages/qtpyvcp/__init__.py", line 26, in run_vcp
run(*args, **kwargs)
File "/usr/lib/python3/dist-packages/qtpyvcp/app/__init__.py", line 129, in run
launch_application(opts, config)
File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 82, in launch_application
app.initialiseWidgets()
File "/usr/lib/python3/dist-packages/qtpyvcp/app/application.py", line 251, in initialiseWidgets
w.initialize()
File "/usr/lib/python3/dist-packages/qtpyvcp/widgets/input_widgets/setting_slider.py", line 311, in initialize
self.setDisplayIndex(value)
File "/usr/lib/python3/dist-packages/qtpyvcp/widgets/input_widgets/setting_slider.py", line 297, in setDisplayIndex
self.setCurrentIndex(index)
TypeError: setCurrentIndex(self, index: int): argument 1 has unexpected type 'str'
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19449
- Thank you received: 6511
29 Apr 2024 12:46 #299316
by tommylight
Replied by tommylight on topic argument 1 has unexpected type 'str' error
What GUI is that?
Where can i download it?
Where can i download it?
Please Log in or Create an account to join the conversation.
Time to create page: 0.064 seconds