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
>
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.
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.
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
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
>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'
>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'
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.
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
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
10 matches
Mail list logo