Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
185 views
in Technique[技术] by (71.8m points)

python - Not able to launch kazam on ubuntu 16.04

This is the traceback error I'm getting when I type kazam on the terminal-

Traceback (most recent call last):
  File "/usr/bin/kazam", line 148, in <module>
    from kazam.app import KazamApp
  File "/usr/lib/python3/dist-packages/kazam/app.py", line 36, in <module>
    from kazam.backend.prefs import *
  File "/usr/lib/python3/dist-packages/kazam/backend/prefs.py", line 566, in <module>
    prefs = Prefs()
  File "/usr/lib/python3/dist-packages/kazam/backend/prefs.py", line 144, in __init__
    self.read_config()
  File "/usr/lib/python3/dist-packages/kazam/backend/prefs.py", line 224, in read_config
    self.audio_source = int(self.config.get("main", "audio_source"))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Kazam was working well on my machine previously until I uninstalled few of python 2.7 packages and other packages using the autoremove command on the terminal I highly use kazam for recording. I couldn't find any solution for this on google.Please help or suggest any other screen recording applications that would work on ubuntu

question from:https://stackoverflow.com/questions/65913529/not-able-to-launch-kazam-on-ubuntu-16-04

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...