Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'imply': 0.07; '>to': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'am,': 0.12; 'gui': 0.13; '>on': 0.16; '>well,': 0.16; 'bieber': 0.16; 'email addr:ix.netcom.com': 0.16; 'email name:wlfraed': 0.16; 'from:addr:ix.netcom.com': 0.16; 'from:addr:wlfraed': 0.16; 'from:name:dennis lee bieber': 0.16; 'message-id:@4ax.com': 0.16; 'received:wlfraed': 0.16; 'subject:Which': 0.16; 'url:netcom': 0.16; 'url:wlfraed': 0.16; 'wulfraed': 0.16; 'wrote:': 0.18; 'operations.': 0.18; 'seems': 0.20; 'tells': 0.21; 'url:home': 0.21; 'maybe': 0.21; 'dec': 0.22; 'found,': 0.23; 'pair': 0.23; 'received:166': 0.23; 'command': 0.24; 'there.': 0.24; 'consist': 0.24; 'libraries': 0.24; 'shell': 0.24; 'windows': 0.26; "i'm": 0.26; 'function': 0.27; 'lee': 0.28; 'script': 0.28; 'looks': 0.29; 'error': 0.29; 'server': 0.30; 'letting': 0.30; 'does': 0.32; 'thu,': 0.32; 'list': 0.32; 'rather': 0.33; 'header:X-Complaints-To:1': 0.33; 'instead': 0.33; 'to:addr:python-list': 0.34; 'dll': 0.34; 'however,': 0.36; 'charset:us-ascii': 0.37; 'interface.': 0.37; 'two': 0.37; 'but': 0.37; 'entry': 0.37; 'received:org': 0.38; 'some': 0.38; 'option': 0.39; 'should': 0.39; 'goes': 0.39; 'called': 0.40; "it's": 0.40; 'to:addr:python.org': 0.40; 'might': 0.40; '2011': 0.61; 'worth': 0.61; 'your': 0.61; 'power': 0.63; 'link': 0.63; 'simple,': 0.64; 'due': 0.66; 'dennis': 0.73; 'low': 0.74; '(based': 0.84; '>some': 0.84; 'commands.': 0.84; 'touching': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Which libraries for Python 2.5.2 Date: Thu, 29 Dec 2011 14:26:53 -0500 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: mobile-166-147-100-228.mycingular.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325186829 news.xs4all.nl 6903 [2001:888:2000:d::a6]:60859 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18188 On Thu, 29 Dec 2011 09:23:49 -0800, "W. eWatson" wrote: >On 12/29/2011 6:54 AM, Dennis Lee Bieber wrote: >> So.. If the register server entry point was not found, maybe you >> should try with /i/n to make it call the /other/ registration entry >> point. >Well, it's worth a try. However, what "other" entry point. Dynamic Link Libraries consist of a list of function entry points. regsvr32, by default (based on the above messages), looks for an entry point called DllRegisterServer. Your error message seems to imply that the particular DLL does not have that entry point. The /n/i option pair tells regsvr32 to NOT look for DllRegisterServer, but instead look for DllInstall as the entry point. >To keep it simple, I now just enter cmd, and work there. I'm not >usually working with these low level operations. Occasionally, I use >some of the network commands. Some might not consider these "low level operations" due to the inherent power available from the command shell -- rather than the limited power of the Windows GUI interface. PowerShell even goes to the level of letting you script access to two of the registry hives without touching regedt32/regedit and its GUI. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/