[issue2551340] Roundup 2.3.0 Broken

Toni Mueller <[email protected]> Mon, 22 Apr 2024 12:27:14 +0000
Newsgroups gmane.comp.bug-tracking.roundup.devel
Message-ID <[email protected]>
New submission from Toni Mueller:

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.

----------
components: Infrastructure
messages: 8000
nosy: tonimueller
severity: major
status: new
title: Roundup 2.3.0 Broken
type: compile error
versions: 2.3.0

_________________________________________________
Roundup tracker <[email protected]>
<https://issues.roundup-tracker.org/issue2551340>
_________________________________________________