Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

9 Posted Topics

Member Avatar for Wumbate

I have some Tkinter code with a Label object. The user needs to be able to select text from the Label in order to copy the text (and paste into something else). However, it seems Labels aren't selectable? I can't figure out how to enable this... any suggestions? [code] from …

Member Avatar for woooee
0
10K
Member Avatar for Wumbate

Anyone know how to commit a directory to subversion? I'm having some trouble: svn commit -m "Adding images directory" images (no response - good right?) svn status ? images svn ls (some files, but no images directory) Help? PS - Any good video tutorials of subversion / place I could …

Member Avatar for nezachem
0
40
Member Avatar for Wumbate

I'm trying to make a script that makes a HTTP POST with some headers, and with a file as the body. I've found all sorts of documentation online about making a HTTP POST with headers, but can't figure out how to make the POST with a file as a body. …

Member Avatar for Member #733618
0
51
Member Avatar for Wumbate

I'm trying to make a Python script that makes a HTTP POST with some headers, and with a file as the body. I've found all sorts of documentation online about making a HTTP POST with headers, but can't figure out how to make the POST with a file as a …

0
51
Member Avatar for Wumbate

Here's a weird one: I have a Tkinter.Text widget that I import data from with inputText.get(1.0,END) However, later in the program I have the text in an array, but the array has values like: 'u\x00s\x00e\x00r\x00' Is there a way to decode this weird string to a normal string? I think …

Member Avatar for D33wakar
0
97
Member Avatar for Wumbate

Hi, I have a UI built in Tkinter. The user can type in some inputs and hit "Run" When the "Run" occurs, a program executes that could take 30 seconds or more! The problem is that this blocks the graphics updating. At the beginning, I set a Label to "Running …

Member Avatar for D33wakar
0
30K
Member Avatar for Wumbate

Hi, I just finished a Python UI app with Tkinter and want to make it runnable by double-clicking an application on Mac OS X. But I'm having trouble figuring out how to do it. Does anyone have any instructions they could point me to? Thanks!

Member Avatar for Beat_Slayer
0
58
Member Avatar for Wumbate

Hey all, I'm interested in getting an independent opinion if you've used both phpBB and vBulletin. I'm starting to set up a site with a forum and would like for the forum to be: - in php - have seo friendly urls (like mydomain.com/forum-name/this-thread-title-here - secure - able to have …

Member Avatar for mackone
0
78
Member Avatar for Wumbate

I have a question about the range function. How is it that the function has three parameters (start, stop, step), but the mandatory one (stop) is in the MIDDLE? I thought mandatory parameters have to be at the beginning, and optional parameters come afterwards? When I try to create my …

Member Avatar for woooee
0
166

The End.