brucet <[email protected]> writes: > However, I still get the same error from pip install even when the > twisted package is installed on my OpenWrt virtual machine.
Hi Bruce, If you mean "a system-packaged Twisted" you have to create the virtualenv with --system-site-packages (or similar) for it to "see" system-installed libraries. If you're familiar with IRC, asking in #tahoe-lafs on Freenode network might get you faster answer and more help :) -- meejah _______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
