26 Nov
2020
26 Nov
'20
2:50 p.m.
Hello,
I am following https://docs.mailman3.org/en/latest/migration.html and I'm trying to "Migrate the list archives from Mailman 2 to Mailman 3 by running the following command":
[mailman@mailman ~]$ python manage.py hyperkitty_import -l biking@lists.example.org /usr/local/mailman/archives/private/biking.mbox python: can't open file 'manage.py': [Errno 2] No such file or directory
Is the documentation correct? I cannot locate manage.py in the code:
$ git clone https://gitlab.com/mailman/mailman.git Cloning into 'mailman'... ... $ cd mailman/ $ find . -name manage.py $
Am I doing this wrong?
Thank you.
-- Dan Langille dan@langille.org