Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18188
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Which libraries for Python 2.5.2 |
| Date | 2011-12-29 14:26 -0500 |
| References | (7 earlier) <jdglbe$4us$1@dont-email.me> <mailman.4211.1325135414.27778.python-list@python.org> <jdgvfd$amg$1@dont-email.me> <mailman.4220.1325170509.27778.python-list@python.org> <jdi7n7$j3g$1@dont-email.me> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4231.1325186829.27778.python-list@python.org> (permalink) |
On Thu, 29 Dec 2011 09:23:49 -0800, "W. eWatson"
<wolftracks@invalid.com> 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/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-27 08:03 -0800
Re: Which libraries for Python 2.5.2 Lie Ryan <lie.1296@gmail.com> - 2011-12-28 03:42 +1100
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-27 09:47 -0800
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-27 10:29 -0800
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-27 12:27 -0800
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-27 13:35 -0800
Re: Which libraries for Python 2.5.2 Ian Kelly <ian.g.kelly@gmail.com> - 2011-12-27 15:58 -0700
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-27 17:21 -0800
Re: Which libraries for Python 2.5.2 Ian Kelly <ian.g.kelly@gmail.com> - 2011-12-27 19:27 -0700
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-27 19:31 -0800
Re: Which libraries for Python 2.5.2 Dave Angel <d@davea.name> - 2011-12-27 22:47 -0500
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-28 08:33 -0800
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-28 08:46 -0800
Re: Which libraries for Python 2.5.2 Ian Kelly <ian.g.kelly@gmail.com> - 2011-12-28 10:37 -0700
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-28 12:55 -0800
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-28 19:04 -0800
Re: Which libraries for Python 2.5.2 Benjamin Kaplan <benjamin.kaplan@case.edu> - 2011-12-28 23:02 -0500
Re: Which libraries for Python 2.5.2 Michael Torrie <torriem@gmail.com> - 2011-12-28 22:09 -0700
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-28 21:56 -0800
Re: Which libraries for Python 2.5.2 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-12-29 09:54 -0500
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-29 09:23 -0800
Re: Which libraries for Python 2.5.2 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-12-29 14:26 -0500
Re: Which libraries for Python 2.5.2 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-12-29 12:04 -0500
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-29 09:26 -0800
Re: Which libraries for Python 2.5.2 Ian Kelly <ian.g.kelly@gmail.com> - 2011-12-29 10:44 -0700
Re: Which libraries for Python 2.5.2 [SOLVED] "W. eWatson" <wolftracks@invalid.com> - 2011-12-29 11:31 -0800
Re: Which libraries for Python 2.5.2 Chris Angelico <rosuav@gmail.com> - 2011-12-29 18:37 +1100
Re: Which libraries for Python 2.5.2 Ian Kelly <ian.g.kelly@gmail.com> - 2011-12-27 09:53 -0700
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-27 10:04 -0800
Re: Which libraries for Python 2.5.2 Christian Heimes <lists@cheimes.de> - 2011-12-27 19:36 +0100
Re: Which libraries for Python 2.5.2 "W. eWatson" <wolftracks@invalid.com> - 2011-12-27 13:35 -0800
csiph-web