Discussion:
[conda] What challenges might I have using a Python module with a Perl library dependency?
Xtian Simon
2018-10-07 17:54:42 UTC
Permalink
I'm developing Python CLI scripts for deployment in Anaconda-Prompt 32 on
Windows 10 machines.
I'd like to try out a Python module, mail-parser
<https://github.com/SpamScope/mail-parser>

The github page describes this as a wrapper for `email`:

*mail-parser is not only a wrapper for email Python Standard Library.*
*It give you an easy way to pass from raw mail to Python object that*
*you can use in your code. It's the key module of SpamScope.*
I want to use this together with IMAPClient to parse emails stored on
Office 365. So when I read this, I think this is a win:

*mail-parser can parse Outlook email format (.msg). To use this*
*feature, you need to install libemail-outlook-message-perl package.*
However, the instructions for installing `libemail-outlook-message-perl`
refer to Linux. This is the same for the library's author page.
<https://www.matijs.net/software/msgconv/>

Will anyone with a similar situation please describe the challenges I might
encounter?
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/24e02dd9-8487-4cfa-aca8-196797764f00%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...