Hi Whonix team,
today I downloaded the latest Whonix 18 Gateway CLI build for KVM and noticed an issue during the first-run wizard.
The system itself works fine (Tor service starts and anon-verify -v reports no problems), however the setup-dist wizard fails with the following error:
ModuleNotFoundError: No module named 'anon_connection_wizard'
It looks like the CLI build does not ship the anon-connection-wizard component (which normally belongs to the GUI edition), but setup-dist still tries to import and use it. Because of this, setup-dist cannot complete successfully, even though Tor is running correctly in the background.
Environment details:
-
Product: Whonix-Gateway 18 (CLI)
-
Platform: KVM / libvirt
-
Image: Whonix-Gateway-CLI-18.0.8.7.Intel_AMD64.qcow2
-
Network: default KVM NAT + Whonix internal network (unchanged)
-
Tor status: active (
tor@default) and verified (anon-verify -vexit code 0)
Steps to reproduce:
-
Import Whonix 18 Gateway CLI KVM image.
-
Boot the VM and proceed through setup-dist.
-
Choose βIβm ready to enable Torβ.
-
Wizard fails with the above Python error.
This is confusing for new users because it looks like Tor is broken, while in reality only the wizard fails.
