Re: [pygtk] gobject.timeout_add()

2010-01-24 Thread Pietro Battiston
Il giorno sab, 23/01/2010 alle 15.51 -0800, dj ha scritto: Thanks for your continued help on this, Pietro. Here is a very basic look at what the program does: 1. At a specified time, tune the radio and launch ecasound to make a recording. 2. After the recording has finished, tune the radio

[pygtk] Gtk and pygtk modules not present

2010-01-24 Thread Manjot Pahwa
I am a new learner of Python and PyGTK. The following message is displayed when I try to import the pygtk and gtk modules: Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 32 bit (Intel)] on win32 Type copyright, credits or license() for more information. **

Re: [pygtk] Gtk and pygtk modules not present

2010-01-24 Thread John Stowers
On Sun, 2010-01-24 at 20:28 +0530, Manjot Pahwa wrote: I am a new learner of Python and PyGTK. The following message is displayed when I try to import the pygtk and gtk modules: Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 32 bit (Intel)] on win32 Type copyright, credits or

[pygtk] See output

2010-01-24 Thread Manjot Pahwa
I am new to Python and Linux. Can you tell me how to view my output (I am creating programs via PyGTK) in Ubuntu 9.04 via Terminal? And how to view it from the command line in Windows? Regards, Manjot Pahwa Consultant, Technology and Education Software for Education, Entertainment and Training

Re: [pygtk] See output

2010-01-24 Thread Pietro Battiston
Il giorno dom, 24/01/2010 alle 21.01 +0530, Manjot Pahwa ha scritto: I am new to Python and Linux. Can you tell me how to view my output (I am creating programs via PyGTK) in Ubuntu 9.04 via Terminal? And how to view it from the command line in Windows? There are more appropriate mailing lists

Re: [pygtk] pygtk Digest, Vol 83, Issue 22

2010-01-24 Thread Peyman
Sorry for the late reply, but I skipped over this e-mail. I have commented your e-mail below. On 22 Jan 2010, at 04:00, pygtk-requ...@daa.com.au wrote: Send pygtk mailing list submissions to pygtk@daa.com.au To subscribe or unsubscribe via the World Wide Web, visit

Re: [pygtk] Dialog (was: Re: pygtk Digest, Vol 83, Issue 22)

2010-01-24 Thread Pietro Battiston
Il giorno dom, 24/01/2010 alle 18.03 +, Peyman ha scritto: Sorry for the late reply, but I skipped over this e-mail. I have commented your e-mail below. Please, *do not* reply to digests, _in particular_ do not leave parts that have nothing to do with the mail you're answering to.

[pygtk] Easy way to print on paper?

2010-01-24 Thread Joel Juvenal Rivera Rivera
Hi, I'm trying to print something with the pango layout obtained from the draw-page event but i was wondering if it exists something to render simple html like tables and stuff like that to make my life a lot easier, right now I'm trying to measure with tabs and \n, when i just want to print

[pygtk] Attribute error: module object has no attribute 'Window'

2010-01-24 Thread Dick Thiebaud
I get this on: import pygtk import gtk w = gtk.Window(WINDOW) ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/