Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to execute ./zyggy: No such file or directory #1

Open
grahamperrin opened this issue Jan 19, 2021 · 2 comments
Open

unable to execute ./zyggy: No such file or directory #1

grahamperrin opened this issue Jan 19, 2021 · 2 comments

Comments

@grahamperrin
Copy link

% 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
% 
@manoeldesouza
Copy link
Owner

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

@grahamperrin
Copy link
Author

grahamperrin commented Jan 20, 2021

Thanks!

The dependencies were already present.

Success, with /bin/sh:

image

– 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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants