Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: IDLE can't import Tkinter
Post: RE: IDLE can't import Tkinter

The issue was solved after installing Python manually (configure, make, install...) instead of the software manager. Thanks!
turtleman GUI 3 8,055 Jan-17-2020, 05:34 PM
    Thread: IDLE can't import Tkinter
Post: IDLE can't import Tkinter

I'm using red hat and uninstalled a prior 2.7.5 python version to install the 3.6.8 version with the idle, tk and tkinter however, no matter how I install the products I got the following message when...
turtleman GUI 3 8,055 Jan-14-2020, 02:35 AM
    Thread: print is showing non printable characters
Post: RE: print is showing non printable characters

Thanks for your replies, I guess I solved my problem however I had to use the shell=True parameter otherwise I get the following error: Traceback (most recent call last): File "<pyshell#4>",...
turtleman General Coding Help 5 3,188 May-05-2019, 09:05 PM
    Thread: print is showing non printable characters
Post: print is showing non printable characters

A simple code to call the Windows OS "dir" command: import subprocess output = subprocess.run('dir',stdout=subprocess.PIPE,shell=True) print(output.stdout)Is printing this: b' Volume in...
turtleman General Coding Help 5 3,188 May-04-2019, 02:58 AM

User Panel Messages

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