0

I want to import xlwings in my python script, but I don't want to install it on a special PC.

Can I copy the xlwings dll in any directory and import it with absolute path?

if this is the case, how?

user3122648
  • 809
  • 1
  • 7
  • 19
  • Packages are searched in sys.path. Look at this for how to append in your code https://stackoverflow.com/questions/48746494/how-to-use-a-packed-python-package-without-installing-it – moken May 18 '22 at 03:16

0 Answers0