install lxml
水静流深
1248283536 at qq.com
Mon Oct 24 00:02:45 EDT 2011
More information about the Python-list mailing list
Mon Oct 24 00:02:45 EDT 2011
- Previous message (by thread): How to use shell return value like $? In python?
- Next message (by thread): install lxml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
there are two python versions in my computer, python2.7 is the default,python3.2 is the second install. for python2.7 ~$python Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24) [GCC 4.5.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import lxml >>> for python3.2 ~$python3.2 Python 3.2.2 (default, Oct 24 2011, 10:33:35) [GCC 4.5.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import lxml Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named lxml i want to install lxml in python3.2. how can i do? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20111024/e2c28f2b/attachment.html>
- Previous message (by thread): How to use shell return value like $? In python?
- Next message (by thread): install lxml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list