[python-win32] pip not working?

Vernon D. Cole vernondcole at gmail.com
Sun Sep 21 12:31:52 CEST 2014


Patrick:
  I am very sorry, but you are asking this question on the wrong list.
This list is for Python for Windows Extension. You may find more productive
answers on a list which specializes in either mac OS, or the lxml package.



On Sun, Sep 21, 2014 at 9:26 AM, Patrick Asselman <iceblink at chello.nl>
wrote:

> Can somebody please shed some light on what is going on here?
>
> $ pip freeze
> lxml==3.4.0
> $ python3
> Python 3.4.0 (v3.4.0:04f714765c13, Mar 15 2014, 23:02:41)
> [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
> 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'
> >>>
>
> Also help('modules') doesn't show lxml in the list.
>
> This is on OSX 10.9.5
>
> Before this, I install py34-lxml through macports and it said "Installing
> py34-lxml @3.3.5_0", which made me think it was installing an older
> version, so I chose to uninstall and use pip instead. Pip completes the
> installation succesfully, but the module cannot be found by Python.
>
> Best regards,
> Patrick
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> https://mail.python.org/mailman/listinfo/python-win32
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20140921/2ee31fca/attachment.html>


More information about the python-win32 mailing list