RE: Python Import Impossibility

2018-04-21 Thread 森平 直樹
Regards, - Naoki Morihira TEL: 01181-90-6460-6265 - 差出人: Python-list が Dennis Lee Bieber の代理で送信 送信日時: Saturday, April 21, 2018 5:02:15 PM 宛先: python-list@python.org 件名: Re: Python Import Impossibility On Sat, 21 Apr 2018 04

RE: Python Import Impossibility

2018-04-21 Thread 森平 直樹
-list@python.org 件名: RE: Python Import Impossibility 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

RE: Python Import Impossibility

2018-04-21 Thread 森平 直樹
_______ 差出人: Python-list が Dennis Lee Bieber の代理で送信 送信日時: Wednesday, April 18, 2018 8:12:36 AM 宛先: python-list@python.org 件名: Re: Python Import Impossibility On Tue, 17 Apr 2018 14:08:49 +, ?? ?? declaimed the following: > > >I deleted ?C:\Python27?, and executed in Windows C

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-17 Thread 森平 直樹
Jollans の代理で送信 送信日時: Friday, April 13, 2018 9:38:15 AM 宛先: python-list@python.org 件名: Re: Python Import Impossibility On 13/04/18 14:48, ?? ?? wrote: > Hello, > > Could you tell me how to import the installed modules ? > > I have successfully installed openpyxl, but > When I execute

RE: Python Import Impossibility

2018-04-17 Thread 森平 直樹
:\Python27\Scripts Best Regards, - Naoki Morihira TEL: 01181-90-6460-6265 - 差出人: Python-list が Steven D'Aprano の代理で送信 送信日時: Friday, April 13, 2018 9:48:55 AM 宛先: python-list@python.org 件名: Re: Python I

Re: Python Import Impossibility

2018-04-17 Thread Thomas Jollans
On 2018-04-17 08:35, 森平 直樹 wrote: > I installed by typing ‘py -m pip install openpyxl’. > > > > In my PC, python is installed in the following folder: > > C:\Users\N.Morihira\AppData\Local\Programs\Python\Python36-32 > > But old version is left in the following folder: > > C:\Python27 > Th

RE: Python Import Impossibility

2018-04-16 Thread 森平 直樹
; 送信日時: 2018年4月16日 23:28 宛先: Steven D'Aprano<mailto:steve+comp.lang.pyt...@pearwood.info>; python-list@python.org<mailto:python-list@python.org> 件名: RE: Python Import Impossibility Steven, When I installed ‘openpyxl’, there is no error message in the command prompt scr

Re: Python Import Impossibility

2018-04-13 Thread Steven D'Aprano
On Fri, 13 Apr 2018 12:48:55 +, ?? ?? wrote: > Hello, > > Could you tell me how to import the installed modules ? > > I have successfully installed openpyxl, How do you know it was successful? What did you do to install it? How many different Python installations do you have on your syst

Re: Python Import Impossibility

2018-04-13 Thread Thomas Jollans
On 13/04/18 14:48, ?? ?? wrote: > Hello, > > Could you tell me how to import the installed modules ? > > I have successfully installed openpyxl, but > When I executed ‘import openpyxl’, > The following message is displayed: > Traceback (most recent call last): > File "", line 1, in > impor