Roundup Tracker - Issues

Message8000

Author tonimueller
Recipients tonimueller
Date 2024-04-22.12:27:14
Message-id <1713788834.43.0.295914628739.issue2551340@roundup.psfhosted.org>
In-reply-to
Hi,

I am having trouble running 2.3.0:

$ roundup-server --help
...
File "/path/to/virtualenvs/roundup/lib/python3.11/site-packages/roundup/mailer.py", line 24, in <module>
    from roundup import __version__
ImportError: cannot import name '__version__' from 'roundup' (/path/to/virtualenvs/roundup/lib/python3.11/site-packages/roundup/__init__.py)


Adding this to the mentioned __init__.py file fixes the problem:

__version__ = '2.3.0'


It seems that nobody is actually using this software - otherwise, I can't imagine how this problem could have slipped through the release process.
History
Date User Action Args
2024-04-22 12:27:14tonimuellersetrecipients: + tonimueller
2024-04-22 12:27:14tonimuellersetmessageid: <1713788834.43.0.295914628739.issue2551340@roundup.psfhosted.org>
2024-04-22 12:27:14tonimuellerlinkissue2551340 messages
2024-04-22 12:27:14tonimuellercreate