John .... 

  Dependency Walker seems to have flushed out
  2 DLL files that are missing .... 

  Apparently, it's not a search-rule problem
  as the files flagged are not on my system at all ....

    depends .... File .... Open .... 

        K:/Python23/Lib/site-packages 

          /gtk-2.0/atk.pyd 
          /gtk-2.0/gobject.pyd
          /gtk-2.0/pango.pyd

          /gtk-2.0/gtk/_gtk.pyd
          /gtk-2.0/gtk/glade.pyd
          /gtk-2.0/gtk/libglade-2.0-0.dll

    In each case for the files opened above,
    <depends> always flags the following
    two files and reports the same errors ....

    (?) APPHELP.DLL
    (?) USERENV.DLL

    Error opening file.  The system cannot find the file specified(2).

    Error   :  At least one module has an unresolved import 
               due to a missing export function 
               in an implicitly dependent module.

    Warning :  At least one delay-load dependency module was not found.

    Warning :  At least one module has an unresolved import 
               due to a missing export function 
               in a delay-load dependent module.


    The only file that opened without errors in Dependency Walker
    was .... /gtk-2.0/gtk/libxml2.dll

    Could simply finding the missing DLL files somewhere
    and dropping them in the proper zone be the way out ????

-- 
Cousin Stanley
Human Being
Phoenix, Arizona
_______________________________________________
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