Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Gui creation
Post: Command line with python

Hi , Actually am new to python ,below is my command line. cmd = subprocess.Popen("cmd.exe /K cd C:\\ti\\c2000\\C2000Ware_1_00_04_00\\utilities\\flash_programmers\\serial_flash_programmer & seria...
Gangadhararao GUI 9 4,833 Jun-26-2018, 05:21 AM
    Thread: Gui creation
Post: RE: Gui creation

Hi Wuf, Thanks for your support,below is my command line. cmd = subprocess.Popen("cmd.exe /K cd C:\\ti\\c2000\\C2000Ware_1_00_04_00\\utilities\\flash_programmers\\serial_flash_programmer & seri...
Gangadhararao GUI 9 4,833 Jun-26-2018, 04:02 AM
    Thread: Gui creation
Post: RE: Gui creation

Hi wuf, Thank you replying,actually in my python code ,iam inserting image means it was showing error like either i need to install PIL or any other.exe files for supporting images,but here by using ...
Gangadhararao GUI 9 4,833 Jun-21-2018, 02:50 PM
    Thread: Gui creation
Post: RE: Gui creation

from tkinter import * import subprocess import os import turtle from tkinter.ttk import * screen = turtle.Screen() try: import tkinter as tk # python v3 except: import Tkinter as tk # python v2 # Thi...
Gangadhararao GUI 9 4,833 Jun-21-2018, 07:37 AM
    Thread: Gui creation
Post: Gui creation

from tkinter import * import subprocess import os import turtle from tkinter.ttk import * screen = turtle.Screen() try: import tkinter as tk # python v3 except: import Tkinter as tk ...
Gangadhararao GUI 9 4,833 Jun-21-2018, 04:44 AM

User Panel Messages

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