Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #84858

Installling ADODB on an offline computer

From Alan Meyer <ameyer2@yahoo.com>
Newsgroups comp.lang.python
Subject Installling ADODB on an offline computer
Date 2015-01-29 20:35 -0500
Organization A noiseless patient Spider
Message-ID <54CADFE8.8080505@yahoo.com> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Installling ADODB on an offline computer Alan Meyer <ameyer2@yahoo.com> - 2015-01-29 20:35 -0500
  Re: Installling ADODB on an offline computer bkline@rksystems.com - 2015-01-30 06:45 -0800
    Re: Installling ADODB on an offline computer Alan Meyer <ameyer2@yahoo.com> - 2015-01-30 11:38 -0500

csiph-web