Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fedora

Gio: File:///tmp/....pdf: No Application Is Registered As Handling This File

I have this code Python3.7 on Fedora 30 : try : subprocess.call(['gio', 'open',… Read more Gio: File:///tmp/....pdf: No Application Is Registered As Handling This File

Buildozer Fails, I Think I Need The Prerequisite 32 Bit Libraries, But Fedora Uses Yum, Not Apt-get

I'm trying to compile a fairly simple kivy application into an android app. The kivy applicatio… Read more Buildozer Fails, I Think I Need The Prerequisite 32 Bit Libraries, But Fedora Uses Yum, Not Apt-get

Dnf And Yum Does Not Work After Purging Usr/lib/python3.5/site-packages/

I was fiddling around with Fedora, trying to uninstall a python Module. I couldn't find the one… Read more Dnf And Yum Does Not Work After Purging Usr/lib/python3.5/site-packages/

Installing Numpy On Fedora 19 With Pip

I tried to install Python 2.7 Numpy module on Fedora 19 using pip: sudo pip install numpy But I ha… Read more Installing Numpy On Fedora 19 With Pip

ModuleNotFoundError: No Module Named 'dnf' When Running Yum Or Dnf

A few days ago I wanted to run dnf but I received the following error Traceback (most recent call … Read more ModuleNotFoundError: No Module Named 'dnf' When Running Yum Or Dnf

Buildozer "Command '['ant', 'debug']' Returned Non-zero Exit Status 1"

I try to compile a basic code with buildozer. At first run it installs depencies and fail. Later ru… Read more Buildozer "Command '['ant', 'debug']' Returned Non-zero Exit Status 1"