Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~24.8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Aiban

Hi There. I joined here some three years ago when i created my ONE and ONLY Python program that actually functions as intended *YAY*, it's a little ugly and i've decided to return and learn more, improve it and maybe start up some new projects. I'm a little confused as …

Member Avatar for Aiban
0
222
Member Avatar for Aiban

Hi With every piece of code i download to check out, i often find with python 3.1/Windows Vista that the code will start with from Tkinter import * but i need to change it to from tkinter import * as it seems to be case sensative, i tried renameing the …

Member Avatar for jgomo3
0
12K
Member Avatar for Aiban

Hello I wondered if anyone had an idea on a piece of code that could tell me the available free disk space. There is a trick here, otherwise this easy question wouldn't be here. I need the free disk space to read off where the program is being run, and …

Member Avatar for Stefano Mtangoo
0
233
Member Avatar for Aiban

Hi Everyone. After many months my program works .. man, so much happiness, and it wasn't a small project, my first program is 400 lines of code LOL OK .. so i wanted to fix up some of the "prettines" and was looking for some ideas. One idea is this …

0
57
Member Avatar for Aiban

Hi Everyone. I want to use this thread for some help as i'm sure this will not be the only question as i have just over 300 lines of code from my old python 3.1 script. I'm now using 2.6.4 and it is obvious some code isn't backwards compatible. Soooo …

Member Avatar for Aiban
0
136
Member Avatar for Aiban

Hey Everyone. I'm back. I started a Python project that actually got close to completion back about six months ago. Most times when i requested help i was often suggested that i don't use v3 of python as many things changed (someones help code was for 2.x and didn't work) …

Member Avatar for lllllIllIlllI
0
90
Member Avatar for Aiban

I'll keep this simple for now Can a windows (7) gadget be made with python or does some microsoft type development kit need to be used? Thanks

Member Avatar for vegaseat
0
76
Member Avatar for Aiban

Hi there. Iim wanting a button pressed to do TWO commands .. one after another. EG. instead of my current code musicbu = Button(root, text = 'Backup Music', width = 17, command = musicback1) and musicback1 is a def (): with a complete and working script, i wondered if i …

Member Avatar for shadwickman
0
251
Member Avatar for Aiban

Hello I'm wondering if there is a simple piece of code, simple enough to add to an existing piece of prograaming that can tell me how much space is free on my drive. The program will run from a changing USB drive letter (changing since each computer will assign a …

0
54
Member Avatar for Aiban

Hi There. My code is functioning well these days ... my first project which is a big project is nearing completion and would like some ways of tidying up some functions. It's a backup program and when you press a button it backs up a section of your system. Here …

Member Avatar for Aiban
0
601
Member Avatar for Aiban

Hello. Before i embark on the grand search for the next few days of my life (hey who needed them anyways) i wondered if this was possible cause in my head i can't imagine a program being able to do this due to a difference in email clients etc basically …

Member Avatar for Aiban
0
136
Member Avatar for Aiban

Hello. As a new python student we all tried the password program Mine looked like this :) [code] def Password(): password = ent.get() if password == '12345': ent.delete(0,END) ent.insert(0,'Welcome Back Aiban') else: ent.delete(0,END) ent.insert(0,'Incorrect') [/code] ok ... it does it's job and shows me when i get it right or …

Member Avatar for snippsat
0
104
Member Avatar for Aiban

Hello. I can't believe i'm stumped on this ok .. main menu again ..... nice fat quit button .. works great quit = Button(root, text = 'Quit', command = root.quit) awesome work hey .... i also have an about window (cleverly called awin) .. click it .. it tell you …

Member Avatar for vegaseat
0
174
Member Avatar for Aiban

Hi Everyone. Consider this part two after solving part one of my output window issie basically 7zip i needed to output its text to a output window i had created inside my main menu where the button "backup" exists. The window within the window code looks like this. [code] outputLabel …

Member Avatar for shadwickman
0
104
Member Avatar for Aiban

Hello Everyone Thanks for the message of welcome in a previous post. I have many questions but i have sleected this one as it represents my favourite piece of not working code (hahaha) but it has been studied and altered so i got this bugger working .. mostly . Explain: …

Member Avatar for Aiban
0
10K
Member Avatar for Aiban

Hello everyone Just saying hello before i rip into the many questions that i'm sure will occur. I'm brand new to Python programming (and in fact any programming since Arexx on the Amiga - anyone remember that? I'm here cause i signed up at python-forums.org and found it is only …

Member Avatar for Clueless86
0
99
Member Avatar for foosion

Is there a way to place widgets on pixel coordinates rather than row, column coordinates in tkinter? For example, if I'm using grid, if I have a 20x10 Text box at row 0, column 0 and want to place three buttons to the right of the textbox, one button over …

Member Avatar for Aiban
0
148