I have built and use exe's using win32com for both db access and com API interaction, so this part is doable.
I think what you are asking though is not going to work, you basically want to take all the libs, all the dll's etc, package them all up with python into an exe and just run python and all its stuff from one exe at work? is that right? If so, I would humbly suggest that is not a good idea. I am betting there would be more than just performance problems. ~Rex From: "Nicolas Grilly" <[EMAIL PROTECTED]> To: "Wedge & Lever" <[EMAIL PROTECTED]> CC: python-win32@python.org Subject: Re: [python-win32] py2exe all of it Date: Tue, 13 Feb 2007 14:29:32 +0100 On 2/13/07, Wedge & Lever <[EMAIL PROTECTED]> wrote: > At work, bringing in an executable to use is no big deal, but installing > anything takes an act of congress. Because of this, I was going to try to > py2exe everything you get with the windows installer, wxPython, and > pyOpenGL. My goal is basically a complete python distribution that does not > need to install anything. > > Is this a pipe dream? > > If it's doable, I can figure it out... I just don't want to throw a lot of > time and effort at the impossible. If anybody's tried this, or knows a good > reason it should/couldn't work, I'd appreciate any feedback you can provide. Using py2exe, I've successfully built and deployed a Windows executable using Python 2.4, wxPython 2.6 and win32com. Cheers, Nicolas Grilly _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32 _________________________________________________________________ Search for grocery stores. Find gratitude. Turn a simple search into something more. http://click4thecause.live.com/search/charity/default.aspx?source=hmemtagline_gratitude&FORM=WLMTAG _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32