[issue2551416] Demo launch instruction doesn't work with Python 3.9

Ross Boylan <[email protected]> Mon, 18 May 2026 07:00:48 +0000
Newsgroups gmane.comp.bug-tracking.roundup.devel
Message-ID <[email protected]>
New submission from Ross Boylan:

Trying to follow the instructions at https://github.com/roundup-tracker/roundup/blob/26224d88324b9bb9e394e7c3f2cb66e5dd03213d/doc/developers.txt#L117, I `hg clone`'d the repository and executed
ross@barley:/usr/local/src/roundup$ date; python3 ./demo -b sqlite
Sun 17 May 2026 11:13:48 PM PDT
python3: can't open file '/usr/local/src/roundup/./demo': [Errno 2] No such file or directory

I changed that to `./demo.py` and was able to start the program.

I think 2 things are missing from the instructions:

  1. Instructions to change to the project root directory.
  2. `.py` at the end of `./demo`.

Running Python 3.9 in a bash shell on Debian GNU/Linux 11 (old).

----------
components: Documentation
messages: 8435
nosy: rboylan
severity: normal
status: new
title: Demo launch instruction doesn't work with Python 3.9
type: behavior
versions: devel

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