Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Alan Meyer Newsgroups: comp.lang.python Subject: Installling ADODB on an offline computer Date: Thu, 29 Jan 2015 20:35:36 -0500 Organization: A noiseless patient Spider Lines: 25 Message-ID: <54CADFE8.8080505@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: mx02.eternal-september.org; posting-host="0d8a142c04b3cf69038bb5b3af0ea4a9"; logging-data="5891"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/HgX637VOLbPZATd7FjH46" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 Cancel-Lock: sha1:U1PAEooa4UzfQQaXniITCvDD8q4= Xref: csiph.com comp.lang.python:84858 I work on an application that uses the ActivePython compilation of Python from ActiveState. It uses three Microsoft COM libraries that are needed for talking to SQL Server. The libraries are: Microsoft Activex Data Objects Microsoft Activex Data Objects Recordset Microsoft ADO Ext In the past, we have installed those libraries on numerous machines by running makepy.py. It can be done from the ActivePython IDLE GUI, or from the command line. makepy.py downloads and installs the packages for us, taking care of COM server or client registration, or whatever it is that has to be done (I don't really know much about this stuff.) Now I've been asked to port the application to a computer that is not connected to the Internet. I haven't found any way to get those packages. I haven't found a way to, for example, download the packages to files, place the files on the target computer, and run makepy.py or a setup.py to install them. Can someone suggest a way to do it? Thank you very much. Alan