-
Notifications
You must be signed in to change notification settings - Fork 34
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
object not callable #51
Comments
OK - I found something to help with the above error: Change /usr/local/bin/livefs-edit last line to this but now when I run I get this: livefs-edit ubuntu-22.04.3-live-server-amd64.iso test.iso --cp grub.cfg /boot/grub/grub.cfg Jerry |
I was getting the same issue, but looks like calling it like this works:
|
I get this now. python3 -m livefs_edit ./ubuntu-22.04.3-live-server-amd64.iso ./test.iso --cp /home/silentm/CDROM.iso/Ubuntu.22.04/grub.cfg /boot/grub/grub.cfg and no test.iso Jerry |
If I remove the path - then I get an error python3 -m livefs_edit ./ubuntu-22.04.3-live-server-amd64.iso ./test.iso --cp grub.cfg /boot/grub/grub.cfg Jerry |
I am trying to use livefs-edit and get an error
livefs-edit ubuntu-22.04.3-live-server-amd64.iso test.iso --cp grub.cfg /boot/grub/grub.cfg
Traceback (most recent call last):
File "/usr/local/bin/livefs-edit", line 8, in
sys.exit(main())
TypeError: 'module' object is not callable
All I want to do is replace the grub.cfg file on the ubuntu live server cd.
I did "pip3 install livefs-editor", and then ran the above command.
What do I do with this error ?
Jerry
The text was updated successfully, but these errors were encountered: