ZXBasicKID
Posts: 6
Joined: Wed Feb 01, 2017 8:35 pm

LX Terminal opening an OLD python program??

Sun Apr 16, 2017 8:44 pm

Hello,

Please can you help me before I go mad. I have a big problem and I'm at my wits end trying to solve it.

So, I wrote a simple program using Geany editor called loops.py

I don't know what I have done but everyone I create a new program in Geany and run it, loops.py runs!!!

I've even deleted loops.py and it still opens up in LX Terminal when i hit F5 in Geany!?!

I've deleted Geany, reinstalled and the fault is still there.

I've even updated my Raspberry Pi and the loops program won't go away, it's like it's cached or something?

I'd be very grateful if you can help me.

thanks

Scott

User avatar
scruss
Posts: 3212
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: LX Terminal opening an OLD python program??

Sun Apr 16, 2017 10:32 pm

There must be a copy lurking around somewhere. Open up a terminal and do this:

Code: Select all

find ~ -iname '*loops*py*'
It'll tell you where the script is lurking.
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

ZXBasicKID
Posts: 6
Joined: Wed Feb 01, 2017 8:35 pm

Re: LX Terminal opening an OLD python program??

Mon Apr 17, 2017 12:52 am

Thank you, nailed it!

Return to “Python”