OK, I lied, I do have another question...231 (7/11/2011 6:42:30 AM) comp.lang.python Hi Everyone, So I've used Glade to build a simple UI and I'm loading it with gtkBuilder. The UI loads fine but, for some reason, none of my signals are being connected. For example, in Glade, I said when the b... Anthony
How to get or set the text of a textfield?519 (7/11/2011 2:14:10 AM) comp.lang.python Hi Everyone, So I've built a UI with Glade and have loaded it using the standard Python code. In my UI, I have a textfield called txtUsername. How do I get and set the text in this field from my Python code? ... Anthony
New member intro and question143 (6/18/2011 4:02:37 AM) comp.lang.python Hi Everyone, I'm a new list member from the United States. Long time programmer, fairly new to Python and absolutely loving it so far! I'm 36, live in Oklahoma, and own a small Linux software development and ... Anthony
Attaching binary data to a POST GET (or POST) request3193 (7/7/2010 6:37:13 AM) comp.lang.php Hello Everyone,
I need to send a file to a RESTful API by attaching the binary data to
the REST call. The API tells me this is the format I should attach it
it:
http://api.service.com?subject=The_Subje... Anthony
What's the difference?8123 (6/10/2010 8:47:37 PM) comp.lang.python Someone helped me with some code yesterday and I'm trying to
understand it. The way they wrote it was
subjects = (info[2] for info in items)
Perhaps I'm not truly understanding what this does. Does this ... Anthony
Another nntplib Question4129 (6/9/2010 10:56:48 PM) comp.lang.python Hello Everyone,
Thanks to help from this group, my statistical project is going very
well and I'm learning a LOT about Python as I go. I'm absolutely
falling in love with this language and I'm now thinking... Anthony
Question about NNTPLib495 (6/8/2010 3:24:42 PM) comp.lang.python I'm new to NNTPLib (and Python) and I'm experiencing some behavior I
can't understand. I'm writing a program to analyze newsgroup subject
which will then produce statistics on topics discussed. For my
exampl... Anthony
Importing modules5153 (6/7/2010 2:47:36 AM) comp.lang.python Hello Everyone,
I'm brand new to Python and have been finding it really easy to get
into. But I've run into my very first problem that I'm hoping someone
here might be able to help me with.
I'm working ... Anthony
Finding nearby zip codes (or maybe area codes) programatically3430 (12/15/2008 6:08:10 AM) comp.lang.php Hello Everyone, I'm in the process of designing new service that is going to use sponsored advertising to help pay for itself. Because I don't want to waste my advertisers money, I only want to play advertis... Anthony
papillion's replies:
Items(9) /1
NNTPClient Question117 (11/11/2004 11:43:54 PM) comp.lang.perl Hi, I have used perl's News::NNTPClient in order to retrieve posts from a news group for last 2 years. Now, I host my website on a server where there is no news server installed. The same program that needs t... gurdeepsn(1)
Question about Regular Expressions430 (9/1/2005 9:02:51 PM) comp.lang.php Hello All, I am fairly new to using regular expressions and I am totally lost as to why the following code won't work. Basically, all I need to do is find out if the text entered into a text field is an email ... papillion(26)
voting / polling system1017 (9/3/2005 12:35:30 AM) comp.lang.php Hi Folk I am developing a voting / polling system. Eg. Who is your favourite sport star: a. mike b. sara c. frank and I want to make sure that one person can not vote more than one time. I thought about us... winandwaves(256)
MySQL -> PHP -> MS Excel?2827 (11/25/2008 6:49:17 PM) comp.lang.php I need to get some data from a MySQL database into an Excel Spreadsheet, potentially using PHP. What's available in PHP to help me with writing the MS-Excel file? Thanks, ... noemail3573(6)
header() #6730 (11/29/2008 8:11:43 PM) comp.lang.php I have software catalog site. If I want to download some software I press button with link on page and goto to php script which increment download value in database and then I want to redirect to file but all ... koptyaev(38)
Importing modules5153 (6/7/2010 2:47:36 AM) comp.lang.python Hello Everyone,
I'm brand new to Python and have been finding it really easy to get
into. But I've run into my very first problem that I'm hoping someone
here might be able to help me with.
I'm working ... papillion(26)
Wgy isn't there a good RAD Gui tool fo python4821 (7/10/2011 10:50:31 PM) comp.lang.python Ok Guys. I know that most of us have been expiriencing the need for a nice Gui builder tool for RAD and most of us have been googling for it a lot of times. But seriously. Why is the not even one single RAD too... ikljaic(2)
How to get or set the text of a textfield?519 (7/11/2011 2:14:10 AM) comp.lang.python Hi Everyone, So I've built a UI with Glade and have loaded it using the standard Python code. In my UI, I have a textfield called txtUsername. How do I get and set the text in this field from my Python code? ... papillion(26)