RE: Python Import Impossibility

2018-04-21 Thread 森平 直樹
:02:15 PM 宛先: python-list@python.org 件名: Re: Python Import Impossibility On Sat, 21 Apr 2018 04:46:49 +, ?? ?? <naoki_morih...@outlook.jp> declaimed the following: > >Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit >(Intel)] on win32 > >Type "hel

RE: Python Import Impossibility

2018-04-21 Thread 森平 直樹
PM 宛先: Dennis Lee Bieber; python-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 op

RE: Python Import Impossibility

2018-04-21 Thread 森平 直樹
outlook...@python.org> が Dennis Lee Bieber <wlfr...@ix.netcom.com> の代理で送信 送信日時: Wednesday, April 18, 2018 8:12:36 AM 宛先: python-list@python.org 件名: Re: Python Import Impossibility On Tue, 17 Apr 2018 14:08:49 +, ?? ?? <naoki_morih...@outlook.jp> declaimed the following: >

RE: Python Import Impossibility

2018-04-17 Thread 森平 直樹
___ 差出人: Python-list <python-list-bounces+naoki_morihira=outlook...@python.org> が Thomas Jollans <t...@tjol.eu> の代理で送信 送信日時: 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

RE: Python Import Impossibility

2018-04-17 Thread 森平 直樹
ist-bounces+naoki_morihira=outlook...@python.org> が Thomas Jollans <t...@tjol.eu> の代理で送信 送信日時: 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

RE: Python Import Impossibility

2018-04-17 Thread 森平 直樹
; の代理で送信 送信日時: Friday, April 13, 2018 9:48:55 AM 宛先: python-list@python.org 件名: Re: Python Import Impossibility 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

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 >

RE: Python Import Impossibility

2018-04-17 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 screen.

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

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