Thanks for the reply.
I was able to use strace -eopen python to view the files that python was
trying to use.  On the machine that is working 
import gtk
gets the files /usr/lib/python2.2/site-packages/gtk-2.0/gtk/__init__.py
but on the machine that doesn't work it will not look for that file.
Instead it looks for
/usr/lib/python2.2/site-packages/gtk-2.0/gtk.so

On Sun, Jan 19, 2003 at 11:47:54AM -0200, Christian Reis wrote:
> On Sat, Jan 18, 2003 at 05:41:39PM -0700, Jay Graves wrote:
> > no problem, works great.  However on machine 2 the same code fails on
> > the import gtk  I get a ImportError: No module named gtk.
> 
> strace -eopen is your friend, give it a go.
> 
> Take care,
> --
> Christian Reis, Senior Engineer, Async Open Source, Brazil.
> http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL

-- 

Jay Graves 
[EMAIL PROTECTED]
jay.skabber.com

       O__
      _/`.\
          `=( '

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to