A stupid question
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! -- http://mail.python.org/mailman/listinfo/python-list
Re: A stupid question
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, [EMAIL PROTECTED] 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 -- http://mail.python.org/mailman/listinfo/python-list
Re: A stupid question
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! > > -- -- http://mail.python.org/mailman/listinfo/python-list