[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.

**
**
Personal firewall software may warn about the connection IDLE
makes to its subprocess using this computer's internal loopback
interface.  This connection is not visible on any external
interface and no data is sent to or received from the Internet.


IDLE 1.0
 import pygtk

Traceback (most recent call last):
  File pyshell#0, line 1, in -toplevel-
import pygtk
ImportError: No module named pygtk
 import gtk

Traceback (most recent call last):
  File pyshell#1, line 1, in -toplevel-
import gtk
ImportError: No module named gtk


I am using this in Windows Vista.
Please help.

Thanking you,
Regards,
Manjot Pahwa
Consultant, Technology and Education
Software for Education, Entertainment and Training Activities (SEETA)
Undergraduate
Netaji Subhas Institute of Technology
Division of Computer Sciences
+919953310807
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

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 license() for more information.

Python 2.3 is too old.

John

___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/