Go to advanced search

by PeppaPigKilla
Sun Jul 30, 2017 11:04 am
Forum: Troubleshooting
Topic: How to remove package
Replies: 1
Views: 1778

Re: How to remove package

figured it out

I had to go into

Code: Select all

/etc/apt/sources.list.d/
in here i had the file

Code: Select all

mongodb-org-3.0.list
I then

Code: Select all

sources.list.d sudo rm mongodb-org-3.0.list
No longer getting error message
by PeppaPigKilla
Sun Jul 30, 2017 10:50 am
Forum: Troubleshooting
Topic: How to remove package
Replies: 1
Views: 1778

How to remove package

When i do sudo apt-get update at the end of the update this is churned out. I believe i added this a while back trying to install something, either way its not needed, but i cant for the life of me figure out how to remove it so i no longer get the error. W: GPG error: http://repo.mongodb.org wheezy...
by PeppaPigKilla
Sun Jan 29, 2017 9:11 pm
Forum: Graphics, sound and multimedia
Topic: LCD Rolling Display
Replies: 12
Views: 2560

Re: LCD Rolling Display

elParaguayo wrote:Easiest way to use it: Copy that code into a new file called footballscores.py and put it in the same folder as your python script.
Thing is i have no python script at all, what script would run this just for this ?
by PeppaPigKilla
Sat Jan 28, 2017 6:55 pm
Forum: Graphics, sound and multimedia
Topic: LCD Rolling Display
Replies: 12
Views: 2560

Re: LCD Rolling Display

So, a while a go I wrote a python module that scraped the BBC website for football scores. There's a version of the module here . You'll need to make sure you've also installed the BeautifulSoup module. At it's most basic, you can do something like this for football match: >>> from footballscores i...

Go to advanced search