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


Groups > comp.lang.python > #62129 > unrolled thread

Installing Python from sources with all the modules

Started byshankha <shankhabanerjee@gmail.com>
First post2013-12-17 07:25 +0530
Last post2013-12-17 07:25 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Installing Python from sources with all the modules shankha <shankhabanerjee@gmail.com> - 2013-12-17 07:25 +0530

#62129 — Installing Python from sources with all the modules

Fromshankha <shankhabanerjee@gmail.com>
Date2013-12-17 07:25 +0530
SubjectInstalling Python from sources with all the modules
Message-ID<mailman.4247.1387245391.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

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 "<stdin>", line 1, in <module>
     File "/home/shankha/Python-git/Python3-3/Python-3.3.3/Lib/ssl.py",line
   60, in <module>
       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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web