On Mon, Mar 25, 2024 at 5:58 PM Markus Grandpre < markus.grandpre@uni-konstanz.de> wrote:
Dear list members,
when following the instructions to migrate list archives from Mailman21 to Mailman3 (see [1]), I face the following problem:
# python3 manage.py hyperkitty_import -l mailman21-migration-test-04 /var/mailman21/testlist.mbox python3: can't open file '/var/mailman21/manage.py': [Errno 2] No such file or directory
and have no clue, where to find the right <manage.py> file. The command dpkg returns:
Since we also don't know where it is, why don't you just find it? find / -type f -name "manage.py"
Then you can run your command from within the directory where it lives.
# dpkg -l | grep hyperkitty ii python3-django-hyperkitty 1.3.7-1 all Web user interface to access GNU Mailman3 archives
In </etc/mailman3/mailman-web.py> I find:
INSTALLED_APPS = ( 'hyperkitty', 'postorius', 'django_mailman3', ...
Can you please help me? Thank you in advance?
If you need us to help you easily, please consider NOT using the OS packages and use the virtualenv[0] method of installation.
[0] https://docs.mailman3.org/en/latest/install/virtualenv.html
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 In an Internet failure case, the #1 suspect is a constant: DNS. "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]