Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > A stupid question

Reply
Thread Tools

A stupid question

 
 
luxnoctis@gmail.com
Guest
Posts: n/a
 
      12-29-2006
Hello all. Let me say first that I have no idea what python is or what
it does.

I bought a floor model computer, and it came with all sorts of
ridiculousness on it that I promptly uninstalled. However, now whenever
I start windows I get a message saying "LoadLibrary (pythondll
) failed." It also says this when I try to download into a bittorrent
client, and it keeps it from downloading. What does this mean, and how
can I make it go away?

Thanks for any help, and sorry for the dumb question!

 
Reply With Quote
 
 
 
 
Robert Kern
Guest
Posts: n/a
 
      12-29-2006
wrote:
> Hello all. Let me say first that I have no idea what python is or what
> it does.
>
> I bought a floor model computer, and it came with all sorts of
> ridiculousness on it that I promptly uninstalled. However, now whenever
> I start windows I get a message saying "LoadLibrary (pythondll
> ) failed." It also says this when I try to download into a bittorrent
> client, and it keeps it from downloading. What does this mean, and how
> can I make it go away?


http://effbot.org/pyfaq/installed-wh...my-machine.htm

However, none of us know who built your system or any specifics as to what they
installed Python for. You should ask them, instead.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco

 
Reply With Quote
 
 
 
 
Gabriel Genellina
Guest
Posts: n/a
 
      12-29-2006
At Friday 29/12/2006 00:27, wrote:

>I bought a floor model computer, and it came with all sorts of
>ridiculousness on it that I promptly uninstalled. However, now whenever
>I start windows I get a message saying "LoadLibrary (pythondll
>) failed." It also says this when I try to download into a bittorrent
>client, and it keeps it from downloading. What does this mean, and how
>can I make it go away?


Please copy the *exact* message that you see.
python24.dll (or 23, or 25) is a shared component, installed on the
system directory. If you delete it, you break all applications
depending on it, like the bittorrent client.


--
Gabriel Genellina
Softlab SRL






__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas

 
Reply With Quote
 
luxnoctis@gmail.com
Guest
Posts: n/a
 
      12-29-2006
It says exactly:

The specified module could not be found.
LoadLibrary(pythondll) failed

Don't know if that helps at all.

Gabriel Genellina wrote:
> At Friday 29/12/2006 00:27, wrote:
>
> >I bought a floor model computer, and it came with all sorts of
> >ridiculousness on it that I promptly uninstalled. However, now whenever
> >I start windows I get a message saying "LoadLibrary (pythondll
> >) failed." It also says this when I try to download into a bittorrent
> >client, and it keeps it from downloading. What does this mean, and how
> >can I make it go away?

>
> Please copy the *exact* message that you see.
> python24.dll (or 23, or 25) is a shared component, installed on the
> system directory. If you delete it, you break all applications
> depending on it, like the bittorrent client.
>
>
> --
> Gabriel Genellina
> Softlab SRL
>
>
>
>
>
>
> __________________________________________________
> Preguntá. Respondé. Descubrí.
> Todo lo que querías saber, y lo que ni imaginabas,
> está en Yahoo! Respuestas (Beta).
> ¡Probalo ya!
> http://www.yahoo.com.ar/respuestas


 
Reply With Quote
 
casevh@comcast.net
Guest
Posts: n/a
 
      12-29-2006

wrote:
> It says exactly:
>
> The specified module could not be found.
> LoadLibrary(pythondll) failed


> > >I bought a floor model computer, and it came with all sorts of
> > >ridiculousness on it that I promptly uninstalled. However, now whenever
> > >I start windows I get a message saying "LoadLibrary (pythondll
> > >) failed." It also says this when I try to download into a bittorrent
> > >client, and it keeps it from downloading. What does this mean, and how
> > >can I make it go away?


Python is a programming language used to develop (some of) the
bittorrent clients. You were a little exuberant in uninstalling
applications and removed the Python files that are required for the
bittorrent client.

You could try downloading and installing Python, but I don't know which
version you'll need.

You could try uninstalling the bittorrent client and reinstalling a
client with all its required dependencies.

HTH,

casevh

 
Reply With Quote
 
Gabriel Genellina
Guest
Posts: n/a
 
      12-29-2006
At Friday 29/12/2006 01:05, wrote:

>The specified module could not be found.
>LoadLibrary(pythondll) failed


For the bittorrent client, reinstalling it should be enough.
For other issues on your system, best to contact your vendor.


--
Gabriel Genellina
Softlab SRL






__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas

 
Reply With Quote
 
Tom Plunket
Guest
Posts: n/a
 
      12-29-2006
luxnoctis wrote:

> It says exactly:
>
> The specified module could not be found.
> LoadLibrary(pythondll) failed
>
> Don't know if that helps at all.


There's something installed on Compaq computers that uses the Python
stuff too, but I never figured out what it was. I figured it may have
been some of the preloaded games, 'cause when I restored a roommate's
machine from the restore image the Python22 folder was among the things
that appeared on the fresh machine. It was actually pretty exciting for
me since I needed to write a little utility to do something on this
machine, but it was slow as death and only had dialup and I really
didn't want to deal with downloading and installing that stuff myself.

....of course your first problem is buying a machine with a ton of
shovelware on it. Second problem is uninstalling stuff without knowing
what it's for.


-tom!

--
 
Reply With Quote
 
luxnoctis@gmail.com
Guest
Posts: n/a
 
      12-29-2006
I knew what everything was for when I uninstalled it, I just didn't
happen to know about every component part, apparently. I have tried
reinstalling the Bittorrent client, and to no avail. (The computer is a
Toshiba Satellite laptop, if that helps anyone.) Any other ideas?


Tom Plunket wrote:
> luxnoctis wrote:
>
> > It says exactly:
> >
> > The specified module could not be found.
> > LoadLibrary(pythondll) failed
> >
> > Don't know if that helps at all.

>
> There's something installed on Compaq computers that uses the Python
> stuff too, but I never figured out what it was. I figured it may have
> been some of the preloaded games, 'cause when I restored a roommate's
> machine from the restore image the Python22 folder was among the things
> that appeared on the fresh machine. It was actually pretty exciting for
> me since I needed to write a little utility to do something on this
> machine, but it was slow as death and only had dialup and I really
> didn't want to deal with downloading and installing that stuff myself.
>
> ...of course your first problem is buying a machine with a ton of
> shovelware on it. Second problem is uninstalling stuff without knowing
> what it's for.
>
>
> -tom!
>
> --


 
Reply With Quote
 
Matimus
Guest
Posts: n/a
 
      12-29-2006
wrote:
> Any other ideas?


Well, you could always try downloading and installing python:
http://www.python.org. It is completely free. It won't run anything in
the task bar or add itself to the startup menu and it doesn't have
ads... it just sits there waiting for you to use it. I would start with
version 2.4, and if that doesn't work I would go to 2.3 then 2.5 then
2.2. Uninstall the last version before moving on to another.

I do worry a little though because python dlls are named as
Python<version>.dll, so the dll in that error message could actually be
from some third party.

Anyway, there is no harm in installing Python. If it doesn't work it
will uninstall cleanly.

-Matt

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
stupid, STUPID question! rincewind HTML 25 05-08-2009 01:07 PM
stupid question...waiting for a stupid answer Brandon McCombs Java 4 08-28-2006 06:57 PM
Stupid question. Please, only stupid responders. If you're not sureif you're stupid, you probably aren't. =?ISO-8859-1?Q?R=F4g=EAr?= Computer Support 6 07-18-2005 05:11 AM
stupid stupid stupid kpg MCSE 17 11-26-2004 02:59 PM
Stupid is as Stupid Does! Michael P Gabriel Digital Photography 3 06-26-2004 12:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57