General question on compiling COM with PY2EXE

Brad Clements bkc at Murkworks.com
Fri Oct 17 10:41:11 EDT 2003


You should be able to take just about any working script, and py2exe will
make it into an executable.

I'm not sure what you mean by special compiles.. You didn't indicate if you
are a COM client or server. Either will work with py2exe and should be ok
without any change to your base code.

--
Novell DeveloperNet Sysop #5

_
"Marc" <mnations at airmail.net> wrote in message
news:4378fa6f.0310160843.2b7ddda3 at posting.google.com...
> Hello,
>
> In trying to figure this out, I managed to confuse myself a bit more.
> This is my first experience with COM, and I've only learned enough of
> it to control an excel spreadsheet. So I don't really know that much
> about it.
>
> But could someone answer this question for me. In using PY2EXE to
> compile, can I compile it in the normal way as you would anything
> else, or do I have to write special wrappers and classes to get it to
> work.
>
> I've looked at the examples with PY2EXE. Some of them require special
> types of compiles to establish it as a server of different sorts. But
> I don't know if simply manipulating an excel spreadsheet falls into a
> special category.
>
> I do know that different versions of WIN32ALL and PY2 may be
> incompatible, and I am working to resolve those differences. But even
> before I get to that point I need to know if I'm going about this the
> correct way.
>
> If anyone has ever got this to work I would really appreciate hearing
> from them.
>
> Thanks ahead of time,
> Marc
> --
> http://mail.python.org/mailman/listinfo/python-list
>








More information about the Python-list mailing list