>>>>> "John" == John K Luebs <[EMAIL PROTECTED]> writes:
John> What it sounds like is that your python22 import library has
John> that funky path embedded in it. Did you make the import
John> library yourself, using the common instructions of using
John> pexports and dlltool? Realize that whatever path you pass
John> to --dllname of dlltool is going to be embedded verbatim in
John> your import library. Make sure that you pass only
John> python22.dll to the --dllname of dlltool when you make your
John> import library!
Yep -- that was it. I had specified a full path to --dllname. And I
had built it in the mingw shell, which is why the paths where joined
by '/' rather than '\'. I rebuilt it and got rid of this problem.
Thanks for catching it!
John Hunter
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/