Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help with getting a led to flash.
Post: RE: Help with getting a led to flash.

(Aug-06-2020, 03:06 PM)DPaul Wrote: OK, that is a possibility, but nothing else can happen without disturbing the blinking pattern, unless you consider parallel or simultaneous processing. Dependin...
corsasri General Coding Help 10 4,200 Aug-06-2020, 03:42 PM
    Thread: Help with getting a led to flash.
Post: RE: Help with getting a led to flash.

(Aug-06-2020, 09:27 AM)DPaul Wrote: (Aug-06-2020, 07:45 AM)corsasri Wrote: i have now added some script from the project. the main.py. loads all the other scripts i think. OK, but what is your cod...
corsasri General Coding Help 10 4,200 Aug-06-2020, 11:24 AM
    Thread: Help with getting a led to flash.
Post: RE: Help with getting a led to flash.

i have now added some script from the project. the main.py. loads all the other scripts i think.
corsasri General Coding Help 10 4,200 Aug-06-2020, 07:45 AM
    Thread: Help with getting a led to flash.
Post: RE: Help with getting a led to flash.

(Aug-06-2020, 04:09 AM)t4keheart Wrote: The project you posted doesn't even look like it has anything to do with a blinking LED....... What exactly are you trying to do? I want to add a led to the ...
corsasri General Coding Help 10 4,200 Aug-06-2020, 06:02 AM
    Thread: Help with getting a led to flash.
Post: Help with getting a led to flash.

I’m looking for a bit of help trying to get a led to blink on and off. I have tried adding a bit of code to different locations in the script but just can’t get it to work. I need the led to flash onc...
corsasri General Coding Help 10 4,200 Aug-05-2020, 07:21 PM
    Thread: pygame full screen help
Post: pygame full screen help

Hi after a bit of help with a bit of code, trying to a game a game to be full in fullscreen. But at the moment its tiny and in the middle of the screen. I`m using a composite set at 720.480. the code ...
corsasri Game Development 2 2,900 Jul-19-2020, 11:04 AM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

That now looks ok. pi@raspberrypi:~ $ 2to3 -w /home/pi/tracker RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixe...
corsasri General Coding Help 24 170,341 Jul-17-2020, 07:28 AM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

I think i have now changed it to pi. pi@raspberrypi:~ $ sudo chown -R pi:pi /home/pi/tracker pi@raspberrypi:~ $ ls -l /home/pi | grep tracker drwxr-xr-x 4 pi pi 4096 Jul 16 22:28 tracker pi@raspbe...
corsasri General Coding Help 24 170,341 Jul-17-2020, 07:12 AM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

Chown /home/pi pi:pi.
corsasri General Coding Help 24 170,341 Jul-16-2020, 06:52 PM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

Still not right. pi@raspberrypi:~ $ ls -l /home/pi total 44 drwxr-xr-x 2 pi pi 4096 May 27 08:18 Bookshelf drwxr-xr-x 2 pi pi 4096 May 27 08:47 Desktop drwxr-xr-x 2 pi pi 4096 May 27 08:47...
corsasri General Coding Help 24 170,341 Jul-16-2020, 05:25 PM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

It looks like there pi. pi@raspberrypi:~ $ ls -l /home/pi total 44 drwxr-xr-x 2 pi pi 4096 May 27 08:18 Bookshelf drwxr-xr-x 2 pi pi 4096 May 27 08:47 Desktop drwxr-xr-x 2 pi pi 4096 May ...
corsasri General Coding Help 24 170,341 Jul-16-2020, 03:07 PM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

Sorry but i dont understand. Yes my user name is pi, and what is the group ? I want to grant all the files in the tracker folder. so can you show an eexample if possable. Sorry again im new to all of ...
corsasri General Coding Help 24 170,341 Jul-16-2020, 08:38 AM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

Typed ls -l /home/pi | grep tracker pi@raspberrypi:~ $ ls -l /home/pi | grep tracker drwxr-xr-x 3 root root 4096 Jul 16 09:09 mytracker drwxr-xr-x 4 root root 4096 Jul 15 20:31 tracker pi@raspberrypi:...
corsasri General Coding Help 24 170,341 Jul-16-2020, 08:22 AM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

I think thats a yes. login as: pi [email protected]'s password: Linux raspberrypi 4.19.118-v7+ #1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l The programs included with the Debian GNU/Linux system ...
corsasri General Coding Help 24 170,341 Jul-16-2020, 07:53 AM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

I have logged in as pi. So how do I get write permission? I’m new to this and old. So I should use sudo 2to3.
corsasri General Coding Help 24 170,341 Jul-16-2020, 06:02 AM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

I think i done it but it dose show lots of errors. Quote: 2to3 -w /home/pi/tracker RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Sk...
corsasri General Coding Help 24 170,341 Jul-15-2020, 06:59 PM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

I did try but just did not understand anything.
corsasri General Coding Help 24 170,341 Jul-15-2020, 04:58 PM
    Thread: can anyone help convert to python3
Post: RE: can anyone help convert to python3

(Jul-15-2020, 03:15 PM)bowlofred Wrote: Have you tried running it through 2to3? I have no idea how to use 2to3.
corsasri General Coding Help 24 170,341 Jul-15-2020, 04:47 PM
    Thread: can anyone help convert to python3
Post: can anyone help convert to python3

Hello i need a bit of help converting something created for python2 to work with python3. here is what i need converting. https://github.com/martinr1000/AliensMotionTracker Can anyone convert this to ...
corsasri General Coding Help 24 170,341 Jul-15-2020, 01:34 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020