ubuntustudio-bugs team mailing list archive
-
ubuntustudio-bugs team
-
Mailing list archive
-
Message #09249
[Bug 1870353] Re: mypaint 2.0 fails to start - missing python module 'distutils.spawn'
This bug was fixed in the package mypaint - 2.0.0-1ubuntu1
---------------
mypaint (2.0.0-1ubuntu1) focal; urgency=medium
* debian/control: Add dependency on python3-distutils. Fixes crash
on application start. (LP: #1870353)
-- Rik Mills <rikmills@xxxxxxx> Thu, 02 Apr 2020 14:15:52 +0000
** Changed in: mypaint (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1870353
Title:
mypaint 2.0 fails to start - missing python module 'distutils.spawn'
Status in mypaint package in Ubuntu:
Fix Released
Bug description:
In focal, mypaint 2.0 fails to start with:
Traceback (most recent call last):
File "/usr/bin/mypaint", line 310, in <module>
main.main(
File "/usr/lib/mypaint/gui/main.py", line 225, in main
run()
File "/usr/lib/mypaint/gui/main.py", line 186, in run
from gui import application
File "/usr/lib/mypaint/gui/application.py", line 97, in <module>
import gui.profiling
File "/usr/lib/mypaint/gui/profiling.py", line 22, in <module>
from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils.spawn'
This can be fixed by installing the python3-distutils package.
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: mypaint 2.0.0-1
ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
Uname: Linux 5.4.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu22
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Apr 2 14:43:42 2020
InstallationDate: Installed on 2019-12-24 (100 days ago)
InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191224)
SourcePackage: mypaint
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mypaint/+bug/1870353/+subscriptions
References