On 10/28/2010 03:52 PM, Dieter Verfaillie wrote:
Quoting "Yann Leboulanger" <[email protected]>:
Nothing more, still the same thing.

Ok, I'm quite sure this is not an issue with the postinstall script
itself.

I've made 3 new build to make sure. All 3 have their
pygobject_postinstall.py
replaced with simply:
=====
import sys
if len(sys.argv) == 2:
if sys.argv[1] == '-install':
print ('Great, you\'ve reached the postinstall script')
=====
This means if you see "Great, you've reached the postinstall script"
on the last page, the installer worked.

The first [1] one is compiled as usual and will most certainly produce the
error message. The second [2] and third [3] have been compiled with the
bdist_wininst uac option set to various values.

Could you try them out? I'll bet the first doesn't work, but hope 2 and
3 do...

I confirm: first one raises the same error

and second and third one works: I see
"Great, you've reached the postinstall script"

--
Yann
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to