Re: [Distutils] Need how to install 3rd party python modules

2018-03-27 Thread Brett Cannon
https://mail.python.org/mailman/listinfo/tutor On Tue, 27 Mar 2018 at 10:38 森平 直樹 wrote: > Brett, > > > > Thank you for responding me. > > Could you tell me the e-mail address of the python-tutor ? > > And if you have something even a little to be a hint to resolve

Re: [Distutils] Need how to install 3rd party python modules

2018-03-27 Thread Matthew Brett
Hi, Brett is just saying that you should first open a "cmd" shell, and, at the cmd prompt, type: pip install openpyxl Your problem (which is relatively common) is that you were typing the command at the Python prompt, instead of the cmd prompt. Best, Matthew On Tue, Mar 27, 2018 at 6:04 PM,

Re: [Distutils] Need how to install 3rd party python modules

2018-03-27 Thread 森平 直樹
Brett, Thank you for responding me. Could you tell me the e-mail address of the python-tutor ? And if you have something even a little to be a hint to resolve this syntax error, it is appreciated to teach me. Best Regards, - Naoki Morihira TEL:

Re: [Distutils] Need how to install 3rd party python modules

2018-03-27 Thread Brett Cannon
For general help to get started with Python I would recommend the python-tutor mailing list; this one is for discussing the development of how to package things in Python. But in your specific case you typed the command in Python's REPL and not at the terminal. For further help please ask on

[Distutils] Need how to install 3rd party python modules

2018-03-27 Thread ?? ??
I would like to install openpyxl, and I installed Python shown as follows: Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32 But as the following situation shows, I cannot succeed installing openpyxl. >>> pip install openpyxl File "", line 1 pip