Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12930


Ignore:
Timestamp:
Oct 14, 2017, 4:36:25 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12930 – Description

    initial v1  
    11{{{#!sh
     2$ pip install dnspython
     3Collecting dnspython
     4  Using cached dnspython-1.15.0-py2.py3-none-any.whl
     5Installing collected packages: dnspython
     6Successfully installed dnspython-1.15.0
    27$ python -c "import dns"
    38$ pip install spambayes
     
    1722
    1823I edited SpamFilter@129 before determining that `pydns` is required by `spambayes`, so the suggestion of uninstall `pydns` is not the right solution.
     24
     25Oddly, I have these same package versions installed in a virtualenv hosting trac-hacks.org and don't see the conflict for that case.