Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: for loop just work one
Post: for loop just work one

Hello guys. I have a python script for run omxplayer. My purpose this: I have four .mp4 file. I want run these one by one. This fr loop in my script just work one time. How can I fix this? #!/usr/bi...
Faruk General Coding Help 1 1,975 Jan-19-2019, 01:05 PM
    Thread: Pass variable script return twice output problem
Post: RE: Pass variable script return twice output probl...

I think first script runs second script and first script wait while second script finish its process. After second script finish its process, first script continue work. Ok. I hare my code PGUI.py #!...
Faruk General Coding Help 8 4,295 Dec-26-2018, 11:57 AM
    Thread: Pass variable script return twice output problem
Post: RE: Pass variable script return twice output probl...

Thanks. I will try and share result. It is work fine but there is one problem. I want check GUI prgoram and if I does not close GUI window, I can not see any output. When I close GUI window I see all...
Faruk General Coding Help 8 4,295 Dec-26-2018, 10:59 AM
    Thread: Pass variable script return twice output problem
Post: RE: Pass variable script return twice output probl...

I have a project on Rpi with python and I want check status of my main program with other script. If I don't take any output I should reboot my rpi.(as software WDT) So I work for pass variable betwe...
Faruk General Coding Help 8 4,295 Dec-26-2018, 10:46 AM
    Thread: Pass variable script return twice output problem
Post: RE: Pass variable script return twice output probl...

Thanks for your quike reply. Good works.
Faruk General Coding Help 8 4,295 Dec-26-2018, 10:21 AM
    Thread: Pass variable script return twice output problem
Post: Pass variable script return twice output problem

Hello guys. I write two python code and I can pass variable two scrpit but I have some problem. My scrpits this: script1.py x='a' import script2script2.py import script1 import time print "second ...
Faruk General Coding Help 8 4,295 Dec-26-2018, 09:23 AM
    Thread: Algorithm effect on the CPU
Post: RE: Algorithm effect on the CPU

Thanks for your reply
Faruk General Coding Help 3 2,571 Dec-19-2018, 08:57 AM
    Thread: Algorithm effect on the CPU
Post: Algorithm effect on the CPU

Hello guys. I have a python 2.7 script for my raspberry pi. My problem is When I run code, Raspberry pi use %20 of CPU. I think, wrong something in my code. I saw else program bigger than mine(Also it...
Faruk General Coding Help 3 2,571 Dec-19-2018, 06:26 AM
    Thread: Canvas refreshing problem
Post: RE: Canvas refreshing problem

(Dec-04-2018, 08:19 AM)Gribouillis Wrote: Faruk Wrote:My program shows to me "updateError" textFirst replace except: print "Update ERROR"with except Exception: print "Update ERROR" impor...
Faruk GUI 2 2,435 Dec-04-2018, 08:52 AM
    Thread: Canvas refreshing problem
Post: Canvas refreshing problem

Hello Guys. I have a problem about canvas. I work for lift program. When the lift move up or down, program should show number and arrow. I create program. But I can't direction arrow. My program shows...
Faruk GUI 2 2,435 Dec-04-2018, 07:08 AM

User Panel Messages

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