Richard Ash <[email protected]> writes: > pkg_resources.DistributionNotFound: twisted>=8.2 > > Which is wrong, because I have twisted-8.2.0 installed on the system. Any > ideas where this error is coming from or what to do about it (I'm not a > python programmer)? I must be close, but not there yet.
you can remove the dependencies from mwlib's setup.py (search for "install_requires="). the reason it doesn't work might be that you didn't use setuptools to install twisted. but I'm just guessing here. regards, - ralf -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
