[Tutor] Sort

2012-01-30 Thread George Nyoro
Hey all, again: Thanks for the delete thing. Helped with that problem a lot. Especially the getattr thing came in handy. Question 1: How do you guys indent and put in the triple greater than signs and all that when sending mail? Manually? Coz the last mail I sent was using the gmail indent thing a

[Tutor] Deleting an object

2012-01-29 Thread George Nyoro
Hi all, Last time I tried to post a question regarding this, I was asked to clarify. Okay so here it is. There is a class called Table and objects are just tables, you know, matrices, holding different types of data. Thing is, I want to provide a method where one can delete the object and t

Re: [Tutor] Tutor Digest, Vol 95, Issue 53

2012-01-21 Thread George Nyoro
Hey guys, I've been making an application and have made a delete method where the user can delete the instance of that application. e.g. if I have a table object, I need to be able to delete that instance from within the class and then it becomes accessible.

Re: [Tutor] Localhost client-server simple ssl socket test program problems

2011-12-15 Thread George Nyoro
>You're trying to connect to the same port on >localhost as a client and a >server? I don't know for certain but I don't >think that should work. >Two computers? -- >Alexander it should work. I did short tutorial on this like a month ago and it worked. The only difference is that in mine it didn'

Re: [Tutor] Localhost client-server simple ssl socket test program problems

2011-12-15 Thread George Nyoro
>You're trying to connect to the same port on >localhost as a client and a >server? I don't know for certain but I don't >think that should work. >Two computers? -- >Alexander it should work. I did short tutorial on this like a month ago and it worked. The only difference is that in mine it didn'

[Tutor] Super In tkinter class inheritance

2011-12-07 Thread George Nyoro
I was observing the tkinter code under the topic "Creating arbitrary number of destinations. (GUI program)" in the previous email and saw this super thing: > class ChooseDestinationWindow(Frame): def __init__(self,master): >super(ChooseDestinationWindow,self).__init_ _(master) What exactly does th

[Tutor] Interprocess communication

2011-12-06 Thread George Nyoro
Hey guys, Really want to thank all of you for helping and bearing with some of us and the questions we ask around here. I was making a gtk app sometime ago to copy files from a cd or dvd to my hard disk since the normal ubuntu copy thing would stop when it encountered some error, so I needed

[Tutor] Pyinstaller Database

2011-10-13 Thread George Nyoro
Hi guys: Im a beginner in coding and wanted to distribute some of my code to friends on linux distros. Pyinstaller works well enough. Theres a situation where I use pickle module to save data to an external file. The file is not a py file and when I use pyinstaller, it does nt compile the file too.

[Tutor] Pyinstaller Database

2011-10-13 Thread George Nyoro
Hi guys: Im a beginner in coding and wanted to distribute some of my code to friends on linux distros. Pyinstaller works well enough. Theres a situation where I use pickle module to save data to an external file. The file is not a py file and when I use pyinstaller, it does nt compile the file too.

[Tutor] help

2011-10-10 Thread George Nyoro
On 10/10/2011, tutor-requ...@python.org wrote: > Send Tutor mailing list submissions to > tutor@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/tutor > or, via email, send a message with subject or body 'help' to >