zyggy
zyggy copied to clipboard
unable to execute ./zyggy: No such file or directory
% sudo ./zyggy
grahamperrin's password:
sudo: unable to execute ./zyggy: No such file or directory
% ls -hl ./zyggy
-rwxr-xr-x 1 grahamperrin grahamperrin 19K 18 Jan 18:14 ./zyggy
% tail ./zyggy
dialog.set_title("GET ALL")
dialog.set_default_size(800, 600)
dialog.set_border_width(10)
dialog.set_position(Gtk.WindowPosition.CENTER)
dialog.show_all()
zyggy = App()
Gtk.main()%
% date ; uname -v
Tue 19 Jan 2021 19:19:09 GMT
FreeBSD 13.0-CURRENT #75 main-c572-g82397d791: Sun Jan 3 20:00:09 GMT 2021 root@mowa219-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG
% python --version
Python 3.7.9
%
Hello Graham.
I observed a couple of points which looks like could explain the error you observed:
- Shebang (now added the /usr/bin/env)
- and some some dependencies (python3, gtk3 and py37-gobject3)
- Please let me know the DE/WM you use.
All my tests using FreeBSD13 in a VM indicated this would be enough to solve this error. Could you please pull the repository, add these dependencies and confirm if this solves?
Thanks
Thanks!
The dependencies were already present.
Success, with /bin/sh
:
– KDE Plasma 5, with its global menu (but no menu items for this application).
Still no go with /bin/tcsh
, which many people prefer.
(For now I pulled just the file, not the repo.)