Re: ModuleNotFoundError: No module named 'Paramiko'

2024-04-09 Thread Wenyong Wei via Python-list
hi Sravan, Thanks for your response, checked and found there is only one python in my PC. From: Sravan Kumar Chitikesi Sent: Tuesday, 9 April 2024 3:42 AM To: Wenyong Wei Cc: python-list@python.org Subject: Re: ModuleNotFoundError: No module named 'Par

Re: ModuleNotFoundError: No module named 'Paramiko'

2024-04-09 Thread Mats Wichmann via Python-list
On 4/7/24 19:31, Wenyong Wei via Python-list wrote: Dear Sir/Madam, Recently I encounter a problem that I can't import paramiko in my computer. My PC running on window 10 64 bits. I have investigate this issue via internet, there are a lot of solutions for this issue, after trying most of the

Re: ModuleNotFoundError: No module named 'Paramiko'

2024-04-08 Thread Thomas Passin via Python-list
On 4/8/2024 3:35 PM, Keith Thompson via Python-list wrote: Thomas Passin writes: On 4/8/2024 2:01 PM, Dietmar Schwertberger via Python-list wrote: To be sure, you can always go the the directory of the Python interpreter and open a cmd window there. (By entering 'cmd' into the explorer address

Re: ModuleNotFoundError: No module named 'Paramiko'

2024-04-08 Thread Keith Thompson via Python-list
Thomas Passin writes: > On 4/8/2024 2:01 PM, Dietmar Schwertberger via Python-list wrote: >> To be sure, you can always go the the directory of the Python >> interpreter and open a cmd window there. >> (By entering 'cmd' into the explorer address bar.) >> Then enter 'python.exe -mpip install param

Re: ModuleNotFoundError: No module named 'Paramiko'

2024-04-08 Thread Thomas Passin via Python-list
On 4/8/2024 2:01 PM, Dietmar Schwertberger via Python-list wrote: To be sure, you can always go the the directory of the Python interpreter and open a cmd window there. (By entering 'cmd' into the explorer address bar.) Then enter 'python.exe -mpip install paramiko'. This way you can be sure tha

Re: ModuleNotFoundError: No module named 'Paramiko'

2024-04-08 Thread Dietmar Schwertberger via Python-list
To be sure, you can always go the the directory of the Python interpreter and open a cmd window there. (By entering 'cmd' into the explorer address bar.) Then enter 'python.exe -mpip install paramiko'. This way you can be sure that you're not running a pip.exe that belongs to another Python inte

Re: ModuleNotFoundError: No module named 'Paramiko'

2024-04-08 Thread Sravan Kumar Chitikesi via Python-list
pip may be pointed to another python version. try to remove other python versions and re install pip Regards, *Sravan Chitikesi* AWS Solutions Architect - Associate On Mon, Apr 8, 2024 at 10:58 PM Wenyong Wei via Python-list < python-list@python.org> wrote: > > Dear Sir/Madam, > > Recently I en

ModuleNotFoundError: No module named 'Paramiko'

2024-04-08 Thread Wenyong Wei via Python-list
Dear Sir/Madam, Recently I encounter a problem that I can't import paramiko in my computer. My PC running on window 10 64 bits. I have investigate this issue via internet, there are a lot of solutions for this issue, after trying most of the steps, I still can't run this module, the major ste

Re: No module named _socket, on windows

2023-02-26 Thread 2QdxY4RzWzUUiLuE
t; Pylab. > > > When I type "import pylab" in a python shell it shows the error: > > > > > > ImportError: No module named _socket > > Open the Python command line, type the following lines, and tell us what > > happens: > > Python 2.6.4 (r264:75708, O

Re: No module named _socket, on windows

2023-02-25 Thread ofek shulberg
the error: > > > > ImportError: No module named _socket > Open the Python command line, type the following lines, and tell us what > happens: > Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit > (Intel)] on > win32 > Type "help", "

Re: No module named 'playsound'‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏

2023-01-09 Thread Thomas Passin
On 1/9/2023 3:00 PM, Eryk Sun wrote: On 1/9/23, MRAB wrote: On Windows it's best to use pip via the Python Launcher: py -m pip show playsound Python's app distribution on the Microsoft Store doesn't include the py launcher, and we don't (but should) have a standalone app or desktop version

Re: I'm installing playsound but it keeps saying No module named playsound

2023-01-09 Thread Thomas Passin
On 1/9/2023 12:29 PM, om om wrote: I'm installing playsound and its saying but it keeps saying No module named playsound and this error occurs on other packages when I install it saying Requirement already satisfied: playsound in c:\users\omrio\appdata\local\programs\python\python39\lib

Re: No module named 'playsound'‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏

2023-01-09 Thread Thomas Passin
On 1/9/2023 2:10 PM, MRAB wrote: On Windows it's best to use pip via the Python Launcher: py -m pip show playsound Sure - I just didn't want to complicate the post any more, though I did mention it in passing. py is definitely the best way. I wonder how many people know that py can launch

Re: No module named 'playsound'‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏

2023-01-09 Thread Eryk Sun
On 1/9/23, MRAB wrote: > > On Windows it's best to use pip via the Python Launcher: > > py -m pip show playsound Python's app distribution on the Microsoft Store doesn't include the py launcher, and we don't (but should) have a standalone app or desktop version of the launcher. Unlike the desktop

Re: No module named 'playsound'‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏

2023-01-09 Thread MRAB
, om om wrote: I'm installing playsound pip install playsound but it keeps saying No module named playsound and this error occurs on other packages Did the installation by pip succeed? if not, what was the error message? "It keeps saying ...". What keeps saying that (it's not a stan

Re: No module named 'playsound'‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏

2023-01-09 Thread Thomas Passin
python than the one that used pip to install it." On 1/9/2023 11:59 AM, Mats Wichmann wrote: On 1/9/23 08:30, Thomas Passin wrote: On 1/9/2023 9:40 AM, om om wrote: I'm installing playsound pip install playsound but it keeps saying No module named playsound and this error occu

I'm installing playsound but it keeps saying No module named playsound

2023-01-09 Thread om om
I'm installing playsound and its saying but it keeps saying No module named playsound and this error occurs on other packages when I install it saying Requirement already satisfied: playsound in c:\users\omrio\appdata\local\programs\python\python39\lib\site-packages -- https://mail.pytho

Re: No module named 'playsound'‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏

2023-01-09 Thread Mats Wichmann
On 1/9/23 08:30, Thomas Passin wrote: On 1/9/2023 9:40 AM, om om wrote: I'm installing playsound pip install playsound but it keeps saying No module named playsound and this error occurs on other packages Did the installation by pip succeed? if not, what was the error message? &quo

Re: No module named 'playsound'‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏

2023-01-09 Thread Thomas Passin
On 1/9/2023 9:40 AM, om om wrote: I'm installing playsound pip install playsound but it keeps saying No module named playsound and this error occurs on other packages Did the installation by pip succeed? if not, what was the error message? "It keeps saying ...". What keeps sa

Re: No module named 'playsound'‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏

2023-01-09 Thread MRAB
On 2023-01-09 14:40, om om wrote: I'm installing playsound pip install playsound but it keeps saying No module named playsound and this error occurs on other packages What are you typing on the command line? Which operating system are you using? Please copy and post what you're ty

No module named 'playsound'‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏

2023-01-09 Thread om om
I'm installing playsound pip install playsound but it keeps saying No module named playsound and this error occurs on other packages -- https://mail.python.org/mailman/listinfo/python-list

Re: ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Barry
>> to build the windows binary from the SpamBayes source. >> >> >> >> I'm running into an error when attempting to run "setup_all.py", the py2exe >> setup script, and I get the following: >> >> >> >> "ImportError

Re: ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Mats Wichmann
> > I'm running into an error when attempting to run "setup_all.py", the py2exe > setup script, and I get the following: > > > > "ImportError: No module named spambayes.resources (line 12 of setup_all.py)" Wow, that's a blast from the pas

ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Erik M. Brown via Python-list
, the py2exe setup script, and I get the following: "ImportError: No module named spambayes.resources (line 12 of setup_all.py)" I'm able to run Spambayes from these source files in Outlook and have the correct python version, pywin32, as well as py2exe (2.4.x). Any idea on

Re: ModuleNotFoundError: No module named 'DistUtilsExtra'

2022-01-02 Thread hongy...@gmail.com
On Monday, January 3, 2022 at 6:15:53 AM UTC+8, Marco Sulla wrote: > https://askubuntu.com/questions/584857/distutilsextra-problem I found its Git repository using the following method: $ for i in python-distutils-extra python3-distutils-extra; do apt showsrc $i |& grep git; done | sort -u Vcs-G

Re: ModuleNotFoundError: No module named 'DistUtilsExtra'

2022-01-02 Thread Marco Sulla
shell 3.8.3 > $ pyenv virtualenv --system-site-packages pdfarranger > $ pyenv shell pdfarranger > $ pip install -U pip > $ ./setup.py build > Traceback (most recent call last): > File "./setup.py", line 24, in > from DistUtilsExtra.command import ( > ModuleNotF

ModuleNotFoundError: No module named 'DistUtilsExtra'

2022-01-02 Thread hongy...@gmail.com
"./setup.py", line 24, in from DistUtilsExtra.command import ( ModuleNotFoundError: No module named 'DistUtilsExtra' See the following for the package list installed in this virtualenv: $ pip list PackageVersion -- pip21.3.1 pyfiglet

Re: Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-05-07 Thread rackflot
i have figured it out. When i made the database, i made it with root access. I think i had to do that to make it accessable for a webpage. i changed to SU and installed this. pip install mysql-connector-python-rf and the other listed above. dumped out of su then tried it again. it worked. So

Re: Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-05-07 Thread rackflot
.2.2) > > pi@raspberrypi:~/blescan/iBeacon-Scanner-$ sudo python3 BeaconClass.py > > Traceback (most recent call last): File > > "BeaconClass.py", line 7, in > > import mysql.connector as mariadb > > ModuleNotFoundErro

Re: Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-05-07 Thread MRAB
/python3.7/site-packages (2.2.2) pi@raspberrypi:~/blescan/iBeacon-Scanner-$ sudo python3 BeaconClass.py Traceback (most recent call last): File "BeaconClass.py", line 7, in import mysql.connector as mariadb ModuleNotFoundError: No mo

Re: Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-05-07 Thread rackflot
:~/blescan/iBeacon-Scanner-$ sudo python3 BeaconClass.py Traceback (most recent call last): File "BeaconClass.py", line 7, in import mysql.connector as mariadb ModuleNotFoundError: No module named 'mysql' pi@raspberrypi:~/ble

Re: No module named 'gi' [SOLVED]

2020-04-13 Thread Jon Danniken
On 4/13/20 8:46 PM, Jon Danniken wrote: Hello all, I am coming up with this error when, after installing Dropbox, I try to run Dropbox on my machine (kubuntu 18.04): SNIP Well it looks like I solved this issue with $pip uninstall conda. Sometimes I just have to ask a question bef

No module named 'gi'

2020-04-13 Thread Jon Danniken
/dropbox", line 294, in download import gi ModuleNotFoundError: No module named 'gi' My machine does apparently have gi, however: $ sudo find / -name "gi" /usr/lib/python3/dist-packages/gi /usr/lib/python2.7/dist-packages/gi /usr/share/locale/l10n/gi /usr/share/kf5/loc

Re: Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-01-19 Thread 황병희
^Bart writes: >> pip is probably defaulting to Python 2.7. Try using pip3, or this more >> explicit syntax: > > Now it works! > > Python 3.7.3 (default, Apr 3 2019, 05:39:12) > [GCC 8.3.0] on linux > Type "help", "copyright", "credits" or "license()" for more information. > == RESTA

Re: Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-01-18 Thread ^Bart
pip is probably defaulting to Python 2.7. Try using pip3, or this more explicit syntax: Now it works! Python 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license()" for more information. >>> == RESTART: /home/gabriele/Corso_4.0/Pyth

Re: Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-01-18 Thread Michael Torrie
On 1/18/20 9:03 AM, ^Bart wrote: >> What could I do to fix this issue?! :\ > > I understood I have Python 2.7 and Python 3 but I can't install modules > on Python 3... :\ > > ^Bart pip is probably defaulting to Python 2.7. Try using pip3, or this more explicit syntax: python3 -m pip install

Re: Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-01-18 Thread ^Bart
What could I do to fix this issue?! :\ I understood I have Python 2.7 and Python 3 but I can't install modules on Python 3... :\ ^Bart -- https://mail.python.org/mailman/listinfo/python-list

Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-01-18 Thread ^Bart
call last): File "/home/gabriele/Corso_4.0/Python/Test_MySQL2.py", line 1, in import mysql.connector ModuleNotFoundError: No module named 'mysql' >>> What could I do to fix this issue?! :\ Thanks! ^Bart -- https://mail.python.org/mailman/listinfo/python-list

Re: ModuleNotFoundError: No module named 'email.mime'; 'email' is not a package

2019-12-08 Thread DL Neil via Python-list
import MIMEMultipart ModuleNotFoundError: No module named 'email.mime'; 'email' is not a  package I have spent some time trying to figure out resolve ... Can you help me with this pistol of a problem … ("pistol"? ...he says, manfully-struggling with the

Re: ModuleNotFoundError: No module named 'email.mime'; 'email' is not a package

2019-12-08 Thread MRAB
On 2019-12-08 19:13, b...@bbhoyer.com wrote: Just registered Thanks Original Message Subject: ModuleNotFoundError: No module named 'email.mime'; 'email' is not a package From: <[1]b...@bbhoyer.com> Date: Sun,

RE: ModuleNotFoundError: No module named 'email.mime'; 'email' is not a package

2019-12-08 Thread bob
Just registered  Thanks Original Message Subject: ModuleNotFoundError: No module named 'email.mime'; 'email' is not a package From: <[1]b...@bbhoyer.com> Date: Sun, December 08, 2019 11:14 am To: [2]python-list@pyt

Re: ImportError: No module named Adafruit_SSD1306 Update

2019-12-07 Thread Peter J. Holzer
On 2019-12-05 19:30:31 +, Rhodri James wrote: > On 05/12/2019 18:49, RobH wrote: > > TabError: inconsistent use of tabs and spaces in indentation > > The problem will be that you have a mix of tabs and spaces in your > indentation. This causes problems because some people don't think that the

Re: ImportError: No module named Adafruit_SSD1306 Update

2019-12-05 Thread Terry Reedy
On 12/5/2019 3:55 PM, MRAB wrote: Ok thanks for the explanation there, and I have placed the cursor at the beginning of the first indented line. Moving down 1 line at a time , each line is at the same position upto line 157 in the authors code . Then it is closer in to the edge upto line 190, wh

Re: ImportError: No module named Adafruit_SSD1306 Update

2019-12-05 Thread MRAB
On 2019-12-05 20:39, Joel Goldstick wrote: On Thu, Dec 5, 2019 at 3:31 PM RobH wrote: On 05/12/2019 19:40, Rhodri James wrote: > On 05/12/2019 19:30, Rhodri James wrote: >> On 05/12/2019 18:49, RobH wrote: >>> Update: >>> I did python3 Internet.py >>> and now only get this error: >>> >>> pi@ra

Re: ImportError: No module named Adafruit_SSD1306 Update

2019-12-05 Thread Joel Goldstick
On Thu, Dec 5, 2019 at 3:31 PM RobH wrote: > > On 05/12/2019 19:40, Rhodri James wrote: > > On 05/12/2019 19:30, Rhodri James wrote: > >> On 05/12/2019 18:49, RobH wrote: > >>> Update: > >>> I did python3 Internet.py > >>> and now only get this error: > >>> > >>> pi@raspberrypi:~/Downloads $ pytho

Re: ImportError: No module named Adafruit_SSD1306 Update

2019-12-05 Thread RobH
On 05/12/2019 19:40, Rhodri James wrote: On 05/12/2019 19:30, Rhodri James wrote: On 05/12/2019 18:49, RobH wrote: Update: I did python3 Internet.py and now only get this error: pi@raspberrypi:~/Downloads $ python3 Internet.py    File "Internet.py", line 24 font = ImageFont.truetype( 'Min

Re: ImportError: No module named Adafruit_SSD1306 Update

2019-12-05 Thread Rhodri James
On 05/12/2019 19:30, Rhodri James wrote: On 05/12/2019 18:49, RobH wrote: Update: I did python3 Internet.py and now only get this error: pi@raspberrypi:~/Downloads $ python3 Internet.py    File "Internet.py", line 24 font = ImageFont.truetype( 'Minecraftia.ttf', 35)    

Re: ImportError: No module named Adafruit_SSD1306 Update

2019-12-05 Thread Rhodri James
On 05/12/2019 18:49, RobH wrote: Update: I did python3 Internet.py and now only get this error: pi@raspberrypi:~/Downloads $ python3 Internet.py   File "Internet.py", line 24     font = ImageFont.truetype( 'Minecraftia.ttf', 35)     ^ TabError:

Re: ImportError: No module named Adafruit_SSD1306 Update

2019-12-05 Thread MRAB
On 2019-12-05 18:49, RobH wrote: On 05/12/2019 10:07, RobH wrote: On 04/12/2019 23:15, Python wrote: Le 05/12/2019 à 00:06, RobH a écrit : On 04/12/2019 22:33, Wildman wrote: On Wed, 04 Dec 2019 20:25:33 +, RobH wrote: I am trying to do this project on a pi zero: http://frederickvanden

Re: ImportError: No module named Adafruit_SSD1306 Update

2019-12-05 Thread RobH
On 05/12/2019 10:07, RobH wrote: On 04/12/2019 23:15, Python wrote: Le 05/12/2019 à 00:06, RobH a écrit : On 04/12/2019 22:33, Wildman wrote: On Wed, 04 Dec 2019 20:25:33 +, RobH wrote: I am trying to do this project on a pi zero: http://frederickvandenbosch.be/?p=1365 I copied the cod

Re: ImportError: No module named Adafruit_SSD1306

2019-12-05 Thread RobH
On 04/12/2019 23:15, Python wrote: Le 05/12/2019 à 00:06, RobH a écrit : On 04/12/2019 22:33, Wildman wrote: On Wed, 04 Dec 2019 20:25:33 +, RobH wrote: I am trying to do this project on a pi zero: http://frederickvandenbosch.be/?p=1365 I copied the code to the pi zero Download folder a

Re: ImportError: No module named Adafruit_SSD1306

2019-12-04 Thread Python
Le 05/12/2019 à 00:06, RobH a écrit : On 04/12/2019 22:33, Wildman wrote: On Wed, 04 Dec 2019 20:25:33 +, RobH wrote: I am trying to do this project on a pi zero: http://frederickvandenbosch.be/?p=1365 I copied the code to the pi zero Download folder and when I run it I get the above err

Re: ImportError: No module named Adafruit_SSD1306

2019-12-04 Thread RobH
On 04/12/2019 22:33, Wildman wrote: On Wed, 04 Dec 2019 20:25:33 +, RobH wrote: I am trying to do this project on a pi zero: http://frederickvandenbosch.be/?p=1365 I copied the code to the pi zero Download folder and when I run it I get the above error at line 4 Import Adafruit_SSD1306 I

Re: ImportError: No module named Adafruit_SSD1306

2019-12-04 Thread Wildman via Python-list
On Wed, 04 Dec 2019 20:25:33 +, RobH wrote: > I am trying to do this project on a pi zero: > > http://frederickvandenbosch.be/?p=1365 > > I copied the code to the pi zero Download folder and when I run it I get > the above error at line 4 > Import Adafruit_SSD1306 > > I am using python ver

ImportError: No module named Adafruit_SSD1306

2019-12-04 Thread RobH
I am trying to do this project on a pi zero: http://frederickvandenbosch.be/?p=1365 I copied the code to the pi zero Download folder and when I run it I get the above error at line 4 Import Adafruit_SSD1306 I am using python version 2.7.16, if that makes any difference I have the same module

No module named encodings

2018-12-16 Thread Holley Jupiter
Having an issue with this error. I have uninstalled and reinstalled several times but I cannot solve the problem. I googled my issue but non of the solutions have worked. Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

Re: ModuleNotFoundError: No module named 'encodings'

2018-09-07 Thread Thomas Jollans
>>> ... >>> Py_SetPythonHome("python_path"); >>> >> >> This isn't actually a line in your code, is it? For one thing, >> Py_SetPythonHome expects a wchar_t*... >> >> Py_Initialize(); >>> >>> This works fine on Python 3.6.4 version,

Re: ModuleNotFoundError: No module named 'encodings'

2018-09-07 Thread Jason Qian via Python-list
isn't actually a line in your code, is it? For one thing, > Py_SetPythonHome expects a wchar_t*... > > Py_Initialize(); >> >> This works fine on Python 3.6.4 version, but got errors on Python 3.7.0 >> when calling Py_Initialize(), >> >> Fatal Python e

Re: ModuleNotFoundError: No module named 'encodings'

2018-09-06 Thread Thomas Jollans
ialize(); This works fine on Python 3.6.4 version, but got errors on Python 3.7.0 when calling Py_Initialize(), Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' So, Python can't find a core module. This either m

ModuleNotFoundError: No module named 'encodings'

2018-09-06 Thread Jason Qian via Python-list
stem codec ModuleNotFoundError: No module named 'encodings' Thanks for the help Jason -- https://mail.python.org/mailman/listinfo/python-list

Re: About: from sklearn import linear_model ModuleNotFoundError: No module named sklearn

2018-05-18 Thread jladasky
On Thursday, May 17, 2018 at 4:54:11 AM UTC-7, Jpn Jha wrote: > Dear Team > Please attached Python_PyCharm Interpreter doc and zoom it . > > The screen shots are explanatory. The Python mailing list is text-only. Your screen shots were removed. In general, please don't use screenshots when as

About: from sklearn import linear_model ModuleNotFoundError: No module named sklearn

2018-05-17 Thread Jpn Jha
Dear Team Please attached Python_PyCharm Interpreter doc and zoom it . The screen shots are explanatory. Could you please guide me step wise to resolve the Issue. I am completely new to Python. Thanks Regards Jai Prakash 7975839735 -- https://mail.python.org/mailman/listinfo/python-list

Resolve ModuleNotFoundError: No module named 'wx'

2018-04-10 Thread srfpala
Running Win10 64-Bit and Pyscripter 3.3.2 Beta and/or VS 2017 with Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32 bit (Intel)] on win32. Interpreter sees import wx so will it attempt to find a specific file or reference to wx ? Exactly what is the interpreter looking for?

Re: Module _socket not found in python3.6 "No module named _socket"

2017-12-06 Thread pavan kopparthi
a.m., "Bryan Zimmer" wrote: I have been getting this message, "No module named '_socket'", since I installed python 3.6, about two months ago. My platform is Slackware Linux (14.2). I compiled python3.6 from source, because binary python packages aren't dis

Re: Module _socket not found in python3.6 "No module named _socket"

2017-12-06 Thread Steve D'Aprano
On Thu, 7 Dec 2017 07:59 am, Bryan Zimmer wrote: > I have been getting this message, "No module named '_socket'", since I > installed python 3.6, about two months ago. > > My platform is Slackware Linux (14.2). I compiled python3.6 from source, > because binary

Re: Module _socket not found in python3.6 "No module named _socket"

2017-12-06 Thread Chris Angelico
On Thu, Dec 7, 2017 at 7:59 AM, Bryan Zimmer wrote: > I have been getting this message, "No module named '_socket'", since I > installed python 3.6, about two months ago. > > My platform is Slackware Linux (14.2). I compiled python3.6 from source, > be

Module _socket not found in python3.6 "No module named _socket"

2017-12-06 Thread Bryan Zimmer
I have been getting this message, "No module named '_socket'", since I installed python 3.6, about two months ago. My platform is Slackware Linux (14.2). I compiled python3.6 from source, because binary python packages aren't distributed by python.org for Linux. I ha

Re: from packaging import version as pack_version ImportError: No module named packaging

2017-10-30 Thread Cameron Simpson
On 30Oct2017 10:48, David Gabriel wrote: When I run this command I got this error message: ubuntu@orchestrateur:/tmp/pack$ virtualenv -p $(which python3.5) . [...] OSError: [Errno 13] Permission denied Peter has explained this failure. Note that in the shell you can show command execution,

Re: from packaging import version as pack_version ImportError: No module named packaging

2017-10-30 Thread Peter Otten
David Gabriel wrote: > Dears, > > When I run this command I got this error message: > > ubuntu@orchestrateur:/tmp/pack$ virtualenv -p $(which python3.5) . > Running virtualenv with interpreter /usr/local/sbin/. > Traceback (most recent call last): > File "/usr/bin/virtualenv", line 3, in >

Re: from packaging import version as pack_version ImportError: No module named packaging

2017-10-30 Thread David Gabriel
will apply your recommandation and let you know about the result ... >> >> Kind regards. >> >> 2017-10-27 16:13 GMT+02:00 Lutz Horn : >> >>> On Fri, Oct 27, 2017 at 03:56:39PM +0200, David Gabriel wrote: >>> > from packaging import version as pack_ver

Re: from packaging import version as pack_version ImportError: No module named packaging

2017-10-28 Thread David Gabriel
t; I will apply your recommandation and let you know about the result ... > > Kind regards. > > 2017-10-27 16:13 GMT+02:00 Lutz Horn : > >> On Fri, Oct 27, 2017 at 03:56:39PM +0200, David Gabriel wrote: >> > from packaging import version as pack_version >> > Im

Re: from packaging import version as pack_version ImportError: No module named packaging

2017-10-28 Thread David Gabriel
iel wrote: > > from packaging import version as pack_version > > ImportError: No module named packaging > > > > I googled it and I have found so many suggestions regarding updating > > 'pip' and installing python-setuptools but all of these did not fix > >

Re: from packaging import version as pack_version ImportError: No module named packaging

2017-10-27 Thread Lutz Horn
On Fri, Oct 27, 2017 at 03:56:39PM +0200, David Gabriel wrote: > from packaging import version as pack_version > ImportError: No module named packaging > > I googled it and I have found so many suggestions regarding updating > 'pip' and installing python-setuptools but

Re: from packaging import version as pack_version ImportError: No module named packaging

2017-10-27 Thread Cameron Simpson
On 27Oct2017 15:56, David Gabriel wrote: I am running a python code that generates for me this error : from packaging import version as pack_version ImportError: No module named packaging I googled it and I have found so many suggestions regarding updating 'pip' and install

from packaging import version as pack_version ImportError: No module named packaging

2017-10-27 Thread David Gabriel
Dears, I am running a python code that generates for me this error : from packaging import version as pack_version ImportError: No module named packaging I googled it and I have found so many suggestions regarding updating 'pip' and installing python-setuptools but all of these did no

brew pip: "ImportError: No module named packaging.version"

2017-07-17 Thread akprasad
on/site-packages/pkg_resources/__init__.py", line 70, in import packaging.version ImportError: No module named packaging.version (Not only that, but the usual instructions for reinstalling pip, such as "proxy python -m pip install -U pip" and "python get-pip.py" t

Re: No module named vtkCommonCorePython

2017-05-20 Thread Jason Friedman
> from .vtkCommonCore import * > File "/usr/local/lib/python2.7/dist-packages/vmtk-1.3.linux- > x86_64.egg/vmtk/vtk/vtkCommonCore.py", line 9, in > from vtkCommonCorePython import * > ImportError: No module named vtkCommonCorePython > > I tried a search and got several hits for this exact error. -- https://mail.python.org/mailman/listinfo/python-list

No module named vtkCommonCorePython

2017-05-19 Thread Nurzat Aysa
r/local/lib/python2.7/dist-packages/vmtk-1.3.linux-x86_64.egg/vmtk/vtk/vtkCommonCore.py", line 9, in from vtkCommonCorePython import * ImportError: No module named vtkCommonCorePython Cheers Nurzat -- https://mail.python.org/mailman/listinfo/python-list

Re: Pillow ImportError: No module named Image

2017-04-10 Thread Jon Ribbens
On 2017-04-10, jorge.conr...@cptec.inpe.br wrote: > I installed the Pillow in my computer. The I did: > > import Image, ImageMath > > ImportError: No module named Image Try: from PIL import Image, ImageMath -- https://mail.python.org/mailman/listinfo/python-list

Pillow ImportError: No module named Image

2017-04-10 Thread jorge . conrado
Hi, I installed the Pillow in my computer. The I did: import Image, ImageMath ImportError: No module named Image Please, what can I do to solve this. Conrado -- https://mail.python.org/mailman/listinfo/python-list

Re: AH01215: ImportError: No module named PIL: - python script unable to recognize PIL when running from apache2 config

2017-03-28 Thread Terry Reedy
On 3/28/2017 11:59 AM, vishnupras...@gmail.com wrote: I capture following error in apache logs. AH01215: from PIL import Image: /var/www/images/index.py AH01215: ImportError: No module named PIL: /var/www/images/index.py A general response to this particular message is a) check spelling in

Re: AH01215: ImportError: No module named PIL: - python script unable to recognize PIL when running from apache2 config

2017-03-28 Thread Karim
On 28/03/2017 18:35, Chris Angelico wrote: On Wed, Mar 29, 2017 at 3:32 AM, Karim wrote: On 28/03/2017 18:05, Chris Angelico wrote: On Wed, Mar 29, 2017 at 2:59 AM, wrote: Please help if this wont resolve, I have to completely move away from python. How about, instead, moving away from C

Re: AH01215: ImportError: No module named PIL: - python script unable to recognize PIL when running from apache2 config

2017-03-28 Thread Chris Angelico
On Wed, Mar 29, 2017 at 3:32 AM, Karim wrote: > > On 28/03/2017 18:05, Chris Angelico wrote: >> >> On Wed, Mar 29, 2017 at 2:59 AM, wrote: >>> >>> Please help if this wont resolve, I have to completely move away from >>> python. >> >> How about, instead, moving away from CGI? Switch to Apache's

Re: AH01215: ImportError: No module named PIL: - python script unable to recognize PIL when running from apache2 config

2017-03-28 Thread Chris Angelico
On Wed, Mar 29, 2017 at 2:59 AM, wrote: > Please help if this wont resolve, I have to completely move away from python. How about, instead, moving away from CGI? Switch to Apache's modpython. I've deployed several Python-based web sites without difficulties. ChrisA -- https://mail.python.org/m

AH01215: ImportError: No module named PIL: - python script unable to recognize PIL when running from apache2 config

2017-03-28 Thread vishnuprasadh
cognize PIL but it doesnt recognize. I have uninstalled PIL-SIMD multiple times and reinstalled but it isnt working. Though I have both python2 and python3, default am using python2 and so is apache CGI interface. What actually happened? I capture following error in apache logs. AH01215: from PIL

Re: No module named 'encodings' Python 3.6 on Windows 10 failure

2017-03-07 Thread MRAB
ize: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' Current thread 0x1774 (most recent call first): C:\Python36-32> Which installer did you download? I've installed both the 32-bit and 64-bit versions of Python 3.6.0 (using python-3.6.0

Re: No module named 'encodings' Python 3.6 on Windows 10 failure

2017-03-07 Thread eryk sun
r: Py_Initialize: unable to load the file system codec > ModuleNotFoundError: No module named 'encodings' You probably have the environment variable PYTHONHOME pointing at some other Python installation, or a previous installation. Permanently defining PYTHONHOME is wrong. Unset t

No module named 'encodings' Python 3.6 on Windows 10 failure

2017-03-07 Thread schneiderw
dec ModuleNotFoundError: No module named 'encodings' Current thread 0x1774 (most recent call first): C:\Python36-32> -- https://mail.python.org/mailman/listinfo/python-list

Re: ImportError: No module named 'simstring'

2016-10-26 Thread Ben Finney
Daiyue Weng writes: > Hi, I am trying to install simstring on Windows 10 through pip/conda, but > couldn't find the package. Pip installs packages listed on the Python Package Index (PyPI) https://pypi.python.org/>, do any of the search results there match what you want? -- \ “Pinky,

ImportError: No module named 'simstring'

2016-10-26 Thread Daiyue Weng
Hi, I am trying to install simstring on Windows 10 through pip/conda, but couldn't find the package. I am using Pycharm + Anaconda, so I am wondering is it possible to install simstring on Windows, and how. Cheers -- https://mail.python.org/mailman/listinfo/python-list

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread ldompeling
Op dinsdag 12 juli 2016 10:00:51 UTC+2 schreef ldomp...@casema.nl: > I try to run an example python file for pocketsphinx but I get this error: > > File "continuous_test.py", line 5, in > from pocketsphinx.pocketsphinx import * > ImportError: No module named pocket

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread Steven D'Aprano
On Tue, 12 Jul 2016 09:32 pm, ldompel...@casema.nl wrote: > I reinstall pocketsphinx python and now I don't get any errors while > import from pocketsphinx. So I tried to run some python examples and now I > get this error. I don't have a clue whats coing on. [...] > RuntimeError: new_Decoder re

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread ldompeling
Op dinsdag 12 juli 2016 10:00:51 UTC+2 schreef ldomp...@casema.nl: > I try to run an example python file for pocketsphinx but I get this error: > > File "continuous_test.py", line 5, in > from pocketsphinx.pocketsphinx import * > ImportError: No module named pocket

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread Steven D'Aprano
from pocketsphinx.pocketsphinx import * >> ImportError: No module named pocketsphinx >> >> Does somebody knows how to repair this. > > I think that pocketsphinx installed successfully because I install it on my > raspberry pi with sudo-apt-get Are you running two

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread ldompeling
Op dinsdag 12 juli 2016 10:00:51 UTC+2 schreef ldomp...@casema.nl: > I try to run an example python file for pocketsphinx but I get this error: > > File "continuous_test.py", line 5, in > from pocketsphinx.pocketsphinx import * > ImportError: No module named pocket

Re: pocketsphinx no module named pocketsphinx found

2016-07-12 Thread Peter Otten
ldompel...@casema.nl wrote: > I try to run an example python file for pocketsphinx but I get this error: > > File "continuous_test.py", line 5, in > from pocketsphinx.pocketsphinx import * > ImportError: No module named pocketsphinx > > Does somebody kno

pocketsphinx no module named pocketsphinx found

2016-07-12 Thread ldompeling
I try to run an example python file for pocketsphinx but I get this error: File "continuous_test.py", line 5, in from pocketsphinx.pocketsphinx import * ImportError: No module named pocketsphinx Does somebody knows how to repair this. -- https://mail.python.org/mailman/listi

Re: python3 - No module named 'html5lib'

2016-04-15 Thread Sergio Spina
Il giorno giovedì 14 aprile 2016 17:54:00 UTC+2, Wildman ha scritto: > On Thu, 14 Apr 2016 02:31:59 -0700, Sergio Spina wrote: > > > I'm running a python3 program that requires html5lib but I receive the > > error No module named 'html5lib'. > >

Re: python3 - No module named 'html5lib'

2016-04-14 Thread Wildman via Python-list
On Thu, 14 Apr 2016 02:31:59 -0700, Sergio Spina wrote: > I'm running a python3 program that requires html5lib but I receive the error > No module named 'html5lib'. > > Here are two session of terminal: > > sam@pc ~ $ python > Python 2.7.9 (default

Re: python3 - No module named 'html5lib'

2016-04-14 Thread Steven D'Aprano
On Thu, 14 Apr 2016 07:31 pm, Sergio Spina wrote: > I'm running a python3 program that requires html5lib but I receive the > error No module named 'html5lib'. > > Here are two session of terminal: > > sam@pc ~ $ python > Python 2.7.9 (default, Mar 1

  1   2   3   4   5   >