On Thursday 13 March 2003 14:53, Adam Williamson wrote: > On Thu, 2003-03-13 at 14:33, Brian J. Murrell wrote:
[snipped] > -------------------------------------------------- > > [EMAIL PROTECTED] doom2]$ python > Python 2.2.2 (#2, Feb 5 2003, 10:40:08) > [GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk)] on linux-i386 > Type "help", "copyright", "credits" or "license" for more information. > > >>> from gnome.ui import GnomeRequestDialog > >>> from socket import * > >>> quit > > 'Use Ctrl-D (i.e. EOF) to exit.' > > [EMAIL PROTECTED] doom2]$ > > -------------------------------------------------- > > (my complete infamiliarity with Python heroically not edited out =>). > Note, no segfault. Here's what I get Python 2.2.2 (#2, Feb 5 2003, 10:40:08) [GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk)] on linux-i386 Type "help", "copyright", "credits" or "license" for more information. >>> from gnome.ui import GnomeRequestDialog Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named gnome.ui >>> from socket import * >>> -- John Allen, Email: mailto:[EMAIL PROTECTED] MandrakeClub Silver Member.
