Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.99k stars 169 forks source link

SyntaxWarning: invalid escape sequence '\.' during installation #4379

Closed GodAndEmperor closed 1 month ago

GodAndEmperor commented 1 month ago

Describe the bug During installation (> sudo apt install xpra) under kubuntu, there is a warning about an "invalid escape sequence". See install_log.txt for complete warning and details (e.g. installed package versions)

To Reproduce Steps to reproduce the behavior:

  1. server command n/a
  2. client command n/a
  3. specific action to trigger the bug sudo apt install xpra

System Information (please complete the following information): xpra_bug-report.zip

Additional context

totaam commented 1 month ago

TIL:

Setting up xpra (3.1.5+dfsg1-0.2ubuntu1) ...
(...)
-----
/usr/lib/python3/dist-packages/xpra/scripts/main.py:2758: SyntaxWarning: invalid escape sequence '\.'
  alphanum = lambda key: [convert(c) for c in re.split('([-+]?[0-9]*\.?[0-9]*)', key)]

This is not a supported version and is not provided by xpra.org

This version is dangerous and should not be used.