Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18177
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Which libraries for Python 2.5.2 |
| Date | 2011-12-29 09:54 -0500 |
| References | (8 earlier) <mailman.4186.1325093867.27778.python-list@python.org> <jdfvo5$idi$1@dont-email.me> <jdglbe$4us$1@dont-email.me> <mailman.4211.1325135414.27778.python-list@python.org> <jdgvfd$amg$1@dont-email.me> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4220.1325170509.27778.python-list@python.org> (permalink) |
On Wed, 28 Dec 2011 21:56:59 -0800, "W. eWatson"
<wolftracks@invalid.com> wrote:
>It didn't like that either. Got "msvcp71.dll was located but the dll
>server entry was not found. File could not be registered."
>
>Arguments are /u,/s/i/n.
According to the pop-up I get (Win7) when supplying an invalid
argument,
/n - do not call DllRegisterServer; this option must be used with /i
and that reads
/i - Call DllInstall passing it an optional [cmdline]; when used
with /u calls dll uninstall
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.
{And, in line with the other commentaters; I don't even use start/run
for the command shell -- I use the shell often enough to have put a
dedicated shortcut on the start menu itself (and have since added
PowerShell shortcuts). Only thing I use start/run with is the registry
editor (regedt32 or regedit) and to start the despised Internet Explorer
(iexplore, which has otherwise been removed from direct mouse access) --
in short; only programs with GUI interfaces get started from start/run}
--
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