Re: Re: [hatari-devel] Hatari UI, Python & Gtk, v2 vs v3 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi Eero,
I'm trying to test and patch to run on my system. I cannot keep up with
the commits.
In brief.
1) You put a Makefile in hatari/python-ui that I had to run manually.
2) I had the same file not found problem as Thomas and blew past
it with (1).
3) hatari.cfg still has FastFloppy = FALSE This causes hatariui to barf
with:
[guess@again ~]$ /tmp/hatari/bin/hatariui
close failed: [Errno 10] No child processes
Reading configuration file '/home/guess/.hatari/hatari.cfg'...
('Frameskip', 5)
Wrote new token [Floppy] -> FastFloppy
close failed: [Errno 10] No child processes
Reading configuration file '/home/guess/.hatari/hatari.cfg'...
Traceback (most recent call last):
File "/tmp/hatari/bin/../share/hatari/hatariui/hatariui.py", line 765, in ?
main()
File "/tmp/hatari/bin/../share/hatari/hatariui/hatariui.py", line 716, in main
actions = UIActions()
File "/tmp/hatari/bin/../share/hatari/hatariui/hatariui.py", line 398, in __init__
cb = self.callbacks = UICallbacks()
File "/tmp/hatari/bin/../share/hatari/hatariui/hatariui.py", line 66, in __init__
self.config.validate()
File "/tmp/hatari/share/hatari/hatariui/hatari.py", line 293, in validate
getattr(self, method)()
File "/tmp/hatari/share/hatari/hatariui/hatari.py", line 515, in get_fastfdc
return self.get("[Floppy]", "bFastFloppy")
File "/tmp/hatari/share/hatari/hatariui/config.py", line 187, in get
return self.sections[section][key]
KeyError: 'bFastFloppy'
I'm going to try hatari tip now.
David