RE: Python Import Impossibility

2018-04-16 Thread
Steven, I would like to modify then following: (Error) ‘py -m install openpyxl’ (Correct) ‘py -m pip install openpyxl’ Sorry for my carelessness. Best Regards, - Naoki Morihira TEL: 01181-90-6460-6265 - 差出人: 森平 直樹<mailto:naoki_morih...@outlook.jp>

RE: Python Import Impossibility

2018-04-17 Thread
Steven, When I installed ‘openpyxl’, there is no error message in the command prompt screen. So I think that my installation is successfully completed. I installed by typing ‘py -m install openpyxl’. In my PC, python is installed in the following folder: C:\Users\N.Morihira\AppData\Local

RE: Python Import Impossibility

2018-04-17 Thread
Thomas, I installed by typing the following command in the MS-Windows command prompt screen. ‘py -m pip install openpyxl’. Best Regards, - Naoki Morihira TEL: 01181-90-6460-6265 - 差出人: Python-list が Thomas Jollan

RE: Python Import Impossibility

2018-04-17 Thread
thon-list が Thomas Jollans の代理で送信 送信日時: Tuesday, April 17, 2018 1:12:48 AM 宛先: python-list@python.org 件名: Re: Python Import Impossibility On 2018-04-17 08:35, 森平 直樹 wrote: > I installed by typing ‘py -m pip install openpyxl’. > > > > In my PC, python is installed in the followin

RE: Python Import Impossibility

2018-04-21 Thread
Dennis, Thank you for your response. The following is the results of what you pointed oit. Could you find out how to cope with this situation ? -=-=-=- Microsoft Windows [Version 10.0.16299.371] (c) 2017 Microsoft Corporation. All rights reserved. C:\Users\N.Morihira>echo %path% C:\Use

RE: Python Import Impossibility

2018-04-21 Thread
Dennis, Could you tell me how to set the path for working derectory in Python ? Best Regards, - Naoki Morihira TEL: 01181-90-6460-6265 - 差出人: 森平 直樹 送信日時: Saturday, April 21, 2018 7:57:23 PM 宛先: Dennis Lee Bieber; python

RE: Python Import Impossibility

2018-04-21 Thread
Dennis, Thank you very much ! Based on your suggestion, I uninstalled Anaconda and tried installing openpyxl again. After that, I finally found that it was installed correctly. (I confirmed that ‘import openpyxl’ has no error message. ) I deeply appreciate your cooperation. Best Regard