[Tutor] easygui question, again

2007-06-08 Thread Rafael Bejarano
Hello, According to the instructions that I received when I subscribed to this list, one should re-post a question that has not been adequately addressed in a day or so since the first post. As this is my situation, I would like to ask once more for your assistance with easygui, which is s

Re: [Tutor] Questions about easygui and compiling

2007-06-08 Thread Rafael Bejarano
Thanks. I'll definitely try out your instructions. Rafael On Jun 8, 2007, at 4:21 PM, Gordon wrote: > Yes, I can. But first, make sure to hit"Reply All" to send replies > to the list, rather than just me :) > > Anyhow, there are a couple ways, but I think the easiest is to make > a one-line

Re: [Tutor] Questions about easygui and compiling

2007-06-08 Thread Gordon
Yes, I can. But first, make sure to hit"Reply All" to send replies to the list, rather than just me :) Anyhow, there are a couple ways, but I think the easiest is to make a one-line script that imports the file you want to make a .pyc out of. You'll end up with 3 versions of the file, a .py,

Re: [Tutor] Invoking Python from Vim

2007-06-08 Thread Mike Hansen
> > -Original Message- > > Date: Fri, 8 Jun 2007 00:19:39 +0100 > > From: "Alan Gauld" <[EMAIL PROTECTED]> > > Subject: Re: [Tutor] Invoking Python from Vim > > To: tutor@python.org > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > >

Re: [Tutor] Invoking Python from Vim

2007-06-08 Thread Carroll, Barry
> -Original Message- > Date: Fri, 8 Jun 2007 00:19:39 +0100 > From: "Alan Gauld" <[EMAIL PROTECTED]> > Subject: Re: [Tutor] Invoking Python from Vim > To: tutor@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > reply-type=

Re: [Tutor] How to Embed Python code in C

2007-06-08 Thread Rikard Bosnjakovic
On 6/7/07, Ramanuj Pandey <[EMAIL PROTECTED]> wrote: > i want to embed Python code in C code, need any tutorial for starting. http://www.codeproject.com/cpp/embedpython_1.asp -- - Rikard - http://bos.hack.org/cv/ ___ Tutor maillist - Tutor@python.or

Re: [Tutor] Properties

2007-06-08 Thread Kent Johnson
Kent Johnson wrote: > I don't know of any good introductory material on properties but here > are some starting points: > http://www.python.org/download/releases/2.2/descrintro/#property > http://docs.python.org/lib/built-in-funcs.html#l2h-57 Here is another: http://users.rcn.com/python/download/

Re: [Tutor] Questions about easygui and compiling

2007-06-08 Thread Alan Gauld
"Rafael Bejarano" <[EMAIL PROTECTED]> wrote > First, I am trying to learn to use easygui to present simple dialogs > and get input from the user. To this end, I wrote a very short test > program, just to make sure I new how to use easygui. Although I get > no error messages when I run it, the dia