Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #47586

Re: Build Python 2.7.5 - Modules missing

References <kp53mt$hj5$1@news.albasani.net>
Date 2013-06-10 13:04 -0500
Subject Re: Build Python 2.7.5 - Modules missing
From Skip Montanaro <skip@pobox.com>
Newsgroups comp.lang.python
Message-ID <mailman.2976.1370887497.3114.python-list@python.org> (permalink)

Show all headers | View raw


> It carried on with the installation OK, but I don't understand the last
> sentence in the message. How can I find out exactly what modules are
> missing, and what I need to do to make sure they are built next time?

Some of them won't ever build, as they are platform-dependent.  For
example, if you're building on a Linux machine, sunaudiodev won't
build.

The last sentence is just telling you to poke around in the setup.py
code to figure out what it's looking for.  Many libraries have arcane
version naming schemes, and it might not stumble upon the right
spelling, and thus fail to find it.  For example tcl 8.5 might be
installed as libtcl85.so, libtcl8.5.dylib, etc.  I believe the modules
which failed for you are probably all named in a straightforward
fashion, so missing underlying libraries are probably the culprit.

Skip

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Build Python 2.7.5 - Modules missing Walter Hurry <walterhurry@lavabit.com> - 2013-06-10 17:51 +0000
  Re: Build Python 2.7.5 - Modules missing Skip Montanaro <skip@pobox.com> - 2013-06-10 13:04 -0500
  Re: Build Python 2.7.5 - Modules missing rusi <rustompmody@gmail.com> - 2013-06-11 04:32 -0700
  Re: Build Python 2.7.5 - Modules missing Tony the Tiger <tony@tiger.invalid> - 2013-06-11 16:18 -0500
    Re: Build Python 2.7.5 - Modules missing Walter Hurry <walterhurry@lavabit.com> - 2013-06-12 00:05 +0000

csiph-web