#16 Missing Cairo dependency

닫힘
troler3 년 전을 오픈 · 1개의 코멘트
troler 코멘트됨, 3 년 전

Arch Linux x86_64 does not come pre-installed with python-cairo dependency.

Feature request: Missing dependencies list auto downloader

Arch Linux x86_64 does not come pre-installed with python-cairo dependency. Feature request: Missing dependencies list auto downloader

I see.

In the file run.py there is this

# We probably need the following modules.
from settings import settings
from settings import talk
from troubleshooter import error_notify

# Before we launch anything let's troubleshoot the bastard
if not settings.read("VCStudio-is-good")\
or not settings.read("Python-is-good")\
or not settings.read("Language"):
    from troubleshooter import troubleshooter

Where the line:

from troubleshooter import error_notify

This line stands before the check for python modules. And the error-notify uses GTK to render the error window. So we need to try moving it below the check.

I see. In the file [run.py](https://notabug.org/jyamihud/VCStudio/src/master/run.py) there is this ``` # We probably need the following modules. from settings import settings from settings import talk from troubleshooter import error_notify # Before we launch anything let's troubleshoot the bastard if not settings.read("VCStudio-is-good")\ or not settings.read("Python-is-good")\ or not settings.read("Language"): from troubleshooter import troubleshooter ``` Where the line: ``` from troubleshooter import error_notify ``` This line stands before the check for python modules. And the `error-notify` uses GTK to render the error window. So we need to try moving it below the check.
troler 3 년 전가 Close
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 2명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.