Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Dronekit and mavlink
Post: RE: Dronekit and mavlink

Thanks but it is of no help as it does not shows way to download logs from fc using code.
vivekagrey General Coding Help 3 2,140 Jun-26-2020, 04:43 AM
    Thread: Dronekit and mavlink
Post: RE: Dronekit and mavlink

Is there a way to get/download log file from pixhawk using py code?
vivekagrey General Coding Help 3 2,140 Jun-23-2020, 01:45 PM
    Thread: Dronekit and mavlink
Post: Dronekit and mavlink

Is there a way to get gps flight logs from the flight controller after the landing/ flight? msg = self.vehicle.message_factory.log_request_list_send(0,0, ...
vivekagrey General Coding Help 3 2,140 Jun-22-2020, 10:46 AM
    Thread: how to get some values from js on python console by python code
Post: how to get some values from js on python console b...

i am executing js map api from my python script. I want to use a value from the js in my python code.Is there any way to get the value from variabe in javascript so the it could be used in python scr...
vivekagrey General Coding Help 1 1,888 Feb-13-2020, 06:04 AM
    Thread: which is the best library to create a simple web browser?
Post: RE: which is the best library to create a simple w...

Thank you everyone for their inputs. (Jan-08-2020, 11:54 AM)Larz60+ Wrote: Yes, it's fine for that, you would draw the map on a canvas widget google 'tkinter tutorial python 3' for a list of availa...
vivekagrey GUI 3 2,433 Jan-11-2020, 05:24 AM
    Thread: Which codec can help me decode the html source?
Post: RE: Which codec can help me decode the html source...

I have tried a lot but I am unable to open the google map in tkinter. help me with it. I went through but still I was unable to solve the error[Image: https://prnt.sc/qlh3hb] [Image: https://prntscr....
vivekagrey General Coding Help 4 3,197 Jan-09-2020, 07:12 PM
    Thread: Which codec can help me decode the html source?
Post: Which codec can help me decode the html source?

I want to show a web page(actually a google map) in tkinter Error:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa0 in position 12619: invalid start byteimport urllib.request from tk_html_widge...
vivekagrey General Coding Help 4 3,197 Jan-09-2020, 05:31 PM
    Thread: which is the best library to create a simple web browser?
Post: which is the best library to create a simple web b...

Is tkinter good for this task? I am making a gui on tkinter and I want to display a google map in it which displays some coordinates sent to it by gps
vivekagrey GUI 3 2,433 Jan-08-2020, 07:06 AM
    Thread: how can i handle "expected a character " type error , when I input no character
Post: RE: how can i handle "expected a character " type ...

Yes it worked. Thank you very much.
vivekagrey General Coding Help 2 2,759 Jan-05-2020, 11:50 AM
    Thread: how can i handle "expected a character " type error , when I input no character
Post: how can i handle "expected a character " type erro...

key = input("enter key") try: key = ord(key) except ValueError: print("wrong key pressed")Error:enter key Traceback (most recent call last): File "/home/vivek/Documents/prac.py", line 3, in ...
vivekagrey General Coding Help 2 2,759 Jan-05-2020, 10:40 AM

User Panel Messages

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