McMillian installer + win32com.client.constants - how to use them together?

vtail vtail at yandex.ru
Tue Oct 1 03:53:13 EDT 2002


"Steve Holden" <sholden at holdenweb.com> wrote in message news:<i60m9.6298$_32.1254 at fe04>...
> Gordon MacMillan reads this list when he has time, but you should be aware
> that there is a mailing list just for the users of the installer package --
> see
> 
>     http://trixie.triqs.com/mailman/listinfo/installer
> 
> for details.

Thank you for the link, Steve, I will crosspost my message to this
list. I've studied full archive of this list but was unable to find
anything related to my problem.

> I'm *guessing* that the installer hasn't been able to define that the
> win32com.client package's submodules need to be included. To verify this is
> the error you might try including an explicit
> 
>     import win32com.client.constants
> 
> in the appropriate module and see if the error goes away. There are things
> you can do in installer if that's the case, but I'm not the best person to
> advise.

I think about it, but constants is not a subpackage actually - it's an
instance of Constants class defined in module
win32com/client/__init__.py. So your suggestion doesn't work.

Anyway, thank you very much for your help.

Victor.



More information about the Python-list mailing list