Problem with pyqtdeploy 3.1.0

Patrick Stinson patrickkidd at gmail.com
Tue Sep 15 16:08:16 BST 2020


It looks like maybe this error occurs when you run pyqtdeploy without a file as an argument? I think I saw something similar when I upgraded.

> On Sep 15, 2020, at 6:11 AM, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> On 15/09/2020 14:44, Olaf-Marie Sergent wrote:
>> I have recently updated *pyqtdeploy* to its latest version (3.1.0)
>> Unfortunately I get an error code that I can't solve.
>> $ pyqtdeployTraceback (most recent call last):
>>  File "/home/sergent/.local/bin/pyqtdeploy", line 8, in <module>
>>    sys.exit(main())
>>  File
>> "/home/sergent/.local/lib/python3.8/site-packages/pyqtdeploy/pyqtdeploy_main.py",
>> line 69, in main
>>    gui = ProjectGUI(project)
>>  File
>> "/home/sergent/.local/lib/python3.8/site-packages/pyqtdeploy/gui/project_gui.py",
>> line 59, in __init__
>>    self._set_project(project)
>>  File
>> "/home/sergent/.local/lib/python3.8/site-packages/pyqtdeploy/gui/project_gui.py",
>> line 220, in _set_project
>>    self._name_changed(self._project.name)
>>  File
>> "/home/sergent/.local/lib/python3.8/site-packages/pyqtdeploy/gui/project_gui.py",
>> line 160, in _name_changed
>>    title = os.path.basename(name) if name != '' else "Unnamed"
>>  File "/usr/lib/python3.8/posixpath.py", line 142, in basename
>>    p = os.fspath(p)TypeError: expected str, bytes or os.PathLike
>> object, not NoneType
>> I am on Ubuntu 20.04.1 LTS How can I easily fix this problem please ?
> 
> What did you do to trigger the error?
> 
> Phil


More information about the PyQt mailing list