Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'error:': 0.07; 'importerror:': 0.07; 'installed.': 0.07; 'skip:" 60': 0.07; 'propagate': 0.09; 'subject:modules': 0.09; 'python': 0.11; './python': 0.16; '60,': 0.16; 'module': 0.19; 'trying': 0.19; '>>>': 0.22; 'import': 0.22; 'install': 0.23; 'installation': 0.23; 'error': 0.23; '>>>': 0.24; 'ssl': 0.24; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; '"",': 0.31; 'linux.': 0.31; 'skip:& 70': 0.31; 'file': 0.32; 'subject:all': 0.32; 'run': 0.32; 'linux': 0.33; '(most': 0.33; 'sources': 0.33; 'subject:the': 0.34; 'subject:from': 0.34; 'subject:with': 0.35; "can't": 0.35; 'received:google.com': 0.35; 'there': 0.35; 'installing': 0.36; 'thanks': 0.36; 'hi,': 0.36; 'skip:& 10': 0.38; 'hat': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; 'skip:& 20': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'more': 0.64; 'latest': 0.67; '2013,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=UQvN/4D50QwHg/oGK9Ey/8DS0bIlBSHPJKXNCOpe5Gg=; b=IMj1ggeuTI+9cmPsnGM5pN0dxsw/+b35n8lqexOsPQCgtYHf0ckZna85ue0pAbOFaH sPTmwky5mDf+CTNkm7fG1NXLC30MTPNvI0OQhiY9CqjA8XB9ykYyRP+Eaatd00OqKXuW /kYsidvKCygsSAiIFwFKLp+q03ayBYch7GiXAAWgoY1bpyH0pOynpY+W5fKebqldYyCr jU2l7qoygDPTVc7MKFLRjVOKTC78SiyOOYCPbytclb9tFrpv2Ou06/Az/ysXdnMuaTTX Wc0/J/3T6PK/15b7HI1vQRW15y3jTggYACwB/swcv+xBtodFBFNcNleZfZbzMToLHhwn A4fA== X-Received: by 10.66.232.40 with SMTP id tl8mr24062581pac.137.1387245387135; Mon, 16 Dec 2013 17:56:27 -0800 (PST) MIME-Version: 1.0 From: shankha Date: Tue, 17 Dec 2013 07:25:47 +0530 Subject: Installing Python from sources with all the modules To: python-list@python.org Content-Type: multipart/alternative; boundary=047d7b111b398442b304edb13ce2 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 81 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387245391 news.xs4all.nl 2858 [2001:888:2000:d::a6]:43538 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62129 --047d7b111b398442b304edb13ce2 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to install Python 3.3 from the latest sources on linux. After the installation when I try to run the following I get a error: ./python Python 3.3.3 (default, Dec 16 2013, 18:28:25) [GCC 4.8.2 20131017 (Red Hat 4.8.2-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ssl Traceback (most recent call last): File "", line 1, in File "/home/shankha/Python-git/Python3-3/Python-3.3.3/Lib/ssl.py",line 60, in import _ssl # if we can't import it, let the error propagate ImportError: No module named '_ssl' Is there a way while installing from sources I enable all modules to be installed. -- Thanks Gudge --047d7b111b398442b304edb13ce2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,
I am trying to install Python 3.3 f= rom the latest sources on linux.

After the installation = when I try to run the following I get a error:

=09
    ./python
    Python 3.3.3 (de= fault, Dec 16 2013, 18<= span class=3D"">:28:= 25)
    [GCC 4.8.2 2013101= 7 (Red Hat 4.8.2-1)] on= linux
    Type "help", "copyright",= "credits" or &qu= ot;license" for more information.
    >>> import ssl
    Traceback (most recent call last):
    =A0 File "<stdin>", lin= e 1, in &l= t;module>
    =A0 File "/home/shankha/Python-git/Py= thon3-3/Python-3.3.3/Lib/ssl.py", line = 60, in <= ;module>
    =A0 =A0 import _ssl =A0 =A0 =A0 =A0 =A0 =A0 # if we can't import it, let the error propagate
    ImportError: No module named '_ssl'

Is there a way while installing from sou= rces I enable all modules to be installed.

--
Thanks
Gudge
--047d7b111b398442b304edb13ce2--