I hope this ist just a misunderstanding and owed to my lacking knowledge on how venv works ...
when trying to migrate lists from mailman 2.1 I hit this: ``` (venv) mailman@arda:/etc/exim4$ python manage.py hyperkitty_import -l [email protected] /data/var/lib/mailman/archives/private/stammesleitung.mbox/stammesleitung.mbox python: can't open file '/etc/exim4/manage.py': [Errno 2] No such file or directory (venv) mailman@arda:/etc/exim4$ cd /opt/ (venv) mailman@arda:/opt$ find . -name manage.py ./mailman/venv/lib/python3.9/site-packages/mailman_web/manage.py ./mailman/venv/lib/python3.9/site-packages/falcon/bench/dj/manage.py ``` I thought, the venv should take care of finding the right module. tnx ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/
