Hi,
I use python 2.6
I have install easy_install and pip for install openpyxl
The computer is not connected to internet.
I try to make this for install:
pip install openpyxl
pip install "openpyxl-2.3.3"
pip install "openpyxl-2.3.3.tar.gz"
easy_install install openpyxl
easy_install install "openpyxl-2.3.3"
easy_install install "openpyxl-2.3.3.tar.gz"
but when I try to install, he try to connect on a url.
How I can install whitout internet?
Thanks
best regards
Julien