Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: CSV date format
Post: CSV date format

Hi, I have a CSV with two columns with a date and float value The date format is 2019/04/02 Tuesday 08:00:00 yyyy/MM/dd EEEE HH:mm:ss How to convert this to date object from CSV date column. Thanks...
Kumarkv General Coding Help 1 3,975 Jun-03-2020, 03:00 AM
    Thread: Can the video calling feature be used from python telegram bot api?
Post: Can the video calling feature be used from python ...

Dear All, I would like to know if the video calling feature can be implemented in Telegram through python telegram api. Thanks,
Kumarkv News and Discussions 0 1,859 May-30-2020, 01:34 PM
    Thread: Bot coding telegram.ext
Post: RE: Bot coding telegram.ext

sorry, i have not used the command /caps before text input. thank you al.
Kumarkv General Coding Help 1 1,881 May-29-2020, 01:00 AM
    Thread: Bot coding telegram.ext
Post: Bot coding telegram.ext

Dear All, Excuse me if my post is in not proper forum. I am trying bot library from telegram.ext. Used the same code from python telegram bot. The echo function is working as expected. But the caps f...
Kumarkv General Coding Help 1 1,881 May-28-2020, 11:55 PM
    Thread: pip install musicplayer error
Post: RE: pip install musicplayer error

I have found the solution for this issue here. But could not understood. fix error for noncopyable.hpp not found
Kumarkv General Coding Help 4 3,986 May-20-2020, 08:46 AM
    Thread: pip install musicplayer error
Post: pip install musicplayer error

Hi, I am trying to do pip install musicplayer==1.20141030.091600 from musicplayer but it is failing with the below reason: C:\Users\SKN\AppData\Local\Temp\pip-install-p53tp1ac\musicplayer\PyThread...
Kumarkv General Coding Help 4 3,986 May-20-2020, 07:05 AM
    Thread: Error message box and quit app
Post: Error message box and quit app

Hi, I am doing a callback on OptionMenu. as per the below code when the condition if source == destination then i would like to generate an error message box and don't proceed for further processing....
Kumarkv GUI 1 2,255 May-19-2020, 02:33 PM
    Thread: Pygame mixer and tkinter music player
Post: Pygame mixer and tkinter music player

Hi, I want to implement music player in tkinter gui. For some reasons I am not able to use python musicplayer library which needs vc++ environment. So I am using pygame mixer module. Stuck on impleme...
Kumarkv General Coding Help 1 2,744 May-14-2020, 07:02 AM
    Thread: mp3play lib error code 310
Post: mp3play lib error code 310

Excuse me if it is the wrong forum i am posting this. I am trying mp3play lib with tkinter. With regard to below link there exists a patch for windows.py. Patch for error code 292. windows.py r16 H...
Kumarkv General Coding Help 0 1,422 May-13-2020, 09:08 AM
    Thread: os.walk(Path("path_string")) giving error
Post: RE: os.walk(Path("path_string")) giving error

Yes, i have imported pathlib complete code: from pathlib import Path import os dir_to_scan = "E:\\Books" p = Path(dir_to_scan) q = p / 'jpg' print(q) for dirName, subdirList, fileList in os.walk(...
Kumarkv General Coding Help 4 3,882 May-10-2020, 06:58 AM
    Thread: os.walk(Path("path_string")) giving error
Post: os.walk(Path("path_string")) giving error

Is this correct dir = "E:\\Books" p = Path(dir)reference : https://pbpython.com/pages/mailinglist.html os.walk(p) giving below error: File "F:\Users\hyg\AppData\Local\Programs\Python\Python35\lib\o...
Kumarkv General Coding Help 4 3,882 May-10-2020, 06:24 AM
    Thread: changing title text to bold in tkinter
Post: changing title text to bold in tkinter

How can i change title bar text to bold in tkinter. i am getting below error root.title("Counter Example", font="bold")Error:TypeError: wm_title() got an unexpected keyword argument 'font'My version...
Kumarkv GUI 2 8,779 May-09-2020, 08:42 AM

User Panel Messages

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