Re: pyttsx3 installation error

2021-07-02 Thread Roland Mueller via Python-list
What's about installing? https://pypi.org/project/pyttsx3/ pe 2. heinäk. 2021 klo 23.41 Nikita Lohale (nikitalohal...@gmail.com) kirjoitti: > Traceback (most recent call last): > File "f:\Nikita\Python programming\Iron Man Jarvis AL\jarvis.py", line > 1, in > import pyttsx3 > ModuleNotFoun

Re: pyttsx3 installation error

2021-07-02 Thread Abhiram R
Congratulations on trying out something new in Python. The first step to debugging errors is try and Google them. Unless it's a brand new package, chances are, you'll find a solution there almost immediately. In case you've already installed this missing package, and it's not getting imported, I'd

pyttsx3 installation error

2021-07-02 Thread Nikita Lohale
Traceback (most recent call last): File "f:\Nikita\Python programming\Iron Man Jarvis AL\jarvis.py", line 1, in import pyttsx3 ModuleNotFoundError: No module named 'pyttsx3' -- https://mail.python.org/mailman/listinfo/python-list

Re: Installation Error

2020-05-21 Thread Souvik Dutta
Do you have DirectX latest version? It should have solved the problem. If not already installed then you might try to install it. On Thu, 21 May, 2020, 10:29 pm Charles Seagraves, wrote: > Hi, > I have been learning and using Python to create a program to play Mah Jongg > and it was going well u

Re: Installation Error

2020-05-21 Thread Mike Dewhirst
On 21/05/2020 5:28 am, Charles Seagraves wrote: Hi, I have been learning and using Python to create a program to play Mah Jongg and it was going well until my windows 10 computer started receiving an update. My computer restarted and Python was gone. I have attempted to reinstall with a message t

Installation Error

2020-05-21 Thread Charles Seagraves
Hi, I have been learning and using Python to create a program to play Mah Jongg and it was going well until my windows 10 computer started receiving an update. My computer restarted and Python was gone. I have attempted to reinstall with a message that the install was successful. When I started to

Re: pyttsx3 installation error

2020-03-13 Thread jlaatech
On Saturday, 14 March 2020 01:52:51 UTC+2, Marco Sulla wrote: > It's a know bug. Solution: https://stackoverflow.com/a/59909885/1763602 Thank you for your concern.I tried the above solution first and it worked as well. Thank you -- https://mail.python.org/mailman/listinfo/python-list

Re: pyttsx3 installation error

2020-03-13 Thread jlaatech
On Friday, 13 March 2020 23:45:08 UTC+2, MRAB wrote: > On 2020-03-13 19:52, jlaat...@gmail.com wrote: > > > > Got the same error here please help > > ERROR: Command errored out with exit status 1: > > command: 'c:\users\jerald lashy > > jeffery\appdata\local\programs\python\python38-32\pyt

Re: pyttsx3 installation error

2020-03-13 Thread Marco Sulla
It's a know bug. Solution: https://stackoverflow.com/a/59909885/1763602 -- https://mail.python.org/mailman/listinfo/python-list

Re: pyttsx3 installation error

2020-03-13 Thread MRAB
On 2020-03-13 19:52, jlaat...@gmail.com wrote: Got the same error here please help ERROR: Command errored out with exit status 1: command: 'c:\users\jerald lashy jeffery\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users

Re: pyttsx3 installation error

2020-03-13 Thread jlaatech
Got the same error here please help ERROR: Command errored out with exit status 1: command: 'c:\users\jerald lashy jeffery\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Jerald Lashy Jeffery\\AppData\\Local\\Temp\\

Re: pyttsx3 installation error

2020-01-25 Thread Cameron Simpson
On 26Jan2020 00:21, Mehr Abrar Lak wrote: When I try to import pyytsx3 on python 3.7.3 having latest pip version then I get error like exit code 1. I couldn't make it to install it I try using pip install pyttsx3 but it doesn't work for me then I tried it's .whl wheel file to install but instead

pyttsx3 installation error

2020-01-25 Thread Mehr Abrar Lak
When I try to import pyytsx3 on python 3.7.3 having latest pip version then I get error like exit code 1. I couldn't make it to install it I try using pip install pyttsx3 but it doesn't work for me then I tried it's .whl wheel file to install but instead fixing the issue am still facing the same on

Re: hexdump module installation error

2019-12-21 Thread tommy yama
fixed now. I guess pip3 is linked to pip2 and installed python3 again. On Sat, Dec 21, 2019 at 8:44 AM tommy yama wrote: > Thanks to all giving me helpful comments. > Multiple hexdump files are found. Maybe that"s the reason. > > I guess i can figure out > > > > > On Thu, Dec 19, 2019 at 5:29 PM

Re: hexdump module installation error

2019-12-21 Thread tommy yama
Thanks to all giving me helpful comments. Multiple hexdump files are found. Maybe that"s the reason. I guess i can figure out On Thu, Dec 19, 2019 at 5:29 PM Dennis Lee Bieber wrote: > On Thu, 19 Dec 2019 12:43:11 +, tommy yama > declaimed the following: > > > > >user@USERnoMacBook-Air

Re: hexdump module installation error

2019-12-19 Thread Pieter van Oostrum
tommy yama writes: > user@USERnoMacBook-Air LibraBrowser % python3 hexdump.py > > /usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python: > can't open file 'hexdump.py': [Errno 2] No such file or directory > > user@USERnoMacBook-Air Libr

Re: hexdump module installation error

2019-12-19 Thread tommy yama
Yes. thanks for your enthusiasm. i may raise this in the git On Thu, Dec 19, 2019 at 12:46 PM Rhodri James wrote: > On 19/12/2019 12:43, tommy yama wrote: > > Thanks for your quick response i did not expect. > > I hope you see the error below in my response as i just copy and paste > it. > > > >

Re: hexdump module installation error

2019-12-19 Thread Chris Angelico
On Thu, Dec 19, 2019 at 11:44 PM tommy yama wrote: > > Hi Rhodri, > > Thanks for your quick response i did not expect. > I hope you see the error below in my response as i just copy and paste it. > > "no module named 'hexdump'." > > In addition, i tried to execute python3 hexdump.py. However, no s

Re: hexdump module installation error

2019-12-19 Thread Rhodri James
On 19/12/2019 12:43, tommy yama wrote: Thanks for your quick response i did not expect. I hope you see the error below in my response as i just copy and paste it. "no module named 'hexdump'." In addition, i tried to execute python3 hexdump.py. However, no such file directory. from hexdump

Re: hexdump module installation error

2019-12-19 Thread tommy yama
Hi Rhodri, Thanks for your quick response i did not expect. I hope you see the error below in my response as i just copy and paste it. "no module named 'hexdump'." In addition, i tried to execute python3 hexdump.py. However, no such file directory. from hexdump import hexdump ModuleNotFound

Re: hexdump module installation error

2019-12-19 Thread Rhodri James
On 19/12/2019 11:23, tommy yama wrote: Thanks for your kind response. The error was simply "module Hexdump was not found". Several things: a) Did it really say "module Hexdump was not found"? "hexdump" and "Hexdump" are not the same things; module names are case-sensitive. b) There will ha

Re: hexdump module installation error

2019-12-19 Thread tommy yama
Thanks for your kind response. The error was simply "module Hexdump was not found". Regards, On Wed, Dec 18, 2019 at 11:39 PM Rhodri James wrote: > On 18/12/2019 02:23, tommy yama wrote: > > Hi, > > > > This sounds familiar to somebody? > > After upgrading my mac OS to Catalina, this persists

Re: hexdump module installation error

2019-12-18 Thread Rhodri James
On 18/12/2019 02:23, tommy yama wrote: Hi, This sounds familiar to somebody? After upgrading my mac OS to Catalina, this persists even after pip3 install hexdump. [image: image.png] I'm afraid this is a text-only mailing list. Your screenshot has been stripped out before any of us saw it.

hexdump module installation error

2019-12-18 Thread tommy yama
Hi, This sounds familiar to somebody? After upgrading my mac OS to Catalina, this persists even after pip3 install hexdump. [image: image.png] thanks. -- https://mail.python.org/mailman/listinfo/python-list

Re: Installation Error (0xc000007b)

2019-12-10 Thread poltone
i'm getting the error message while installing python in my dell laptop. ERROR: the application was unable to start (0xc07b). The error code 0xc07b means STATUS_INVALID_IMAGE_FORMAT, i.e. probably that the program you want to start is not made for the processor architecture of your com

Installation Error (0xc000007b)

2019-12-10 Thread Abhi Patel
i'm getting the error message while installing python in my dell laptop. ERROR: the application was unable to start (0xc07b). Close the application Please help -- https://mail.python.org/mailman/listinfo/python-list

Installation error, compiling from source on Oracle Linux

2016-02-16 Thread John D. Gwinner
I'm installing an app that requires Carbon and some other Python 2.7 features. The version of Oracle Linux we're using comes with 2.6. I've read that it is not a good idea to directly update the O/S as it "may break things" so I'm doing make altinstall. I've downloaded Python-2.7.11 Downloaded

Re: installation error

2016-01-28 Thread Oscar Benjamin
On 27 January 2016 at 15:56, JAMES SCALF wrote: > > I am having an issue installing Python 3.51, > > I get an error message stating that there is a dll that is > missing: > > API-MS-WIN-CRT-RUNTIME-l1-1-0.DLL You need to get this file in a Windows update from Microsoft. I think you can download i

installation error

2016-01-28 Thread JAMES SCALF
Hello, I am having an issue installing Python 3.51, I get an error message stating that there is a dll that is missing: API-MS-WIN-CRT-RUNTIME-l1-1-0.DLL I have tried reinstalling the program but keep getting the same error message. Please advise of fix. Please reply to jr

Re: installation error

2015-12-18 Thread Mark Lawrence
On 18/12/2015 08:44, IBRAHIM ARANSIOLA RIDWAN via Python-list wrote: Hi, My name is ridwan and I have a problem with installing the version 3.5.1 on my windows 10 system. My question is those python have specified compatibility issues or I downloaded the wrong version for my operating system,

installation error

2015-12-18 Thread IBRAHIM ARANSIOLA RIDWAN via Python-list
Hi, My name is ridwan and I have a problem with installing the version 3.5.1 on my windows 10 system. My question is those python have specified compatibility issues or I downloaded the wrong version for my operating system, or do I need to change my system settings in some aspect. Thank you in

Re: pyWin32 attempted installation; Error message: Skipping exchdapi: No library 'Ex2KSdk'

2011-01-02 Thread Kev Dwyer
On Sat, 01 Jan 2011 20:53:47 -0800, marceepoo wrote: > I just downloaded pyWin32 (https://sourceforge.net/projects/pywin32/) > and started to install it. > > I get these error msgs: > > Skipping exchange: No library 'Ex2KSdk' Skipping exchdapi: No library > 'Ex2KSdk' Skipping directsound: The he

pyWin32 attempted installation; Error message: Skipping exchdapi: No library 'Ex2KSdk'

2011-01-01 Thread marceepoo
I just downloaded pyWin32 (https://sourceforge.net/projects/pywin32/) and started to install it. I get these error msgs: Skipping exchange: No library 'Ex2KSdk' Skipping exchdapi: No library 'Ex2KSdk' Skipping directsound: The header 'dsound.h' can not be located Does anyone have any sug

Re: Python 2.4.2 Installation error

2010-07-02 Thread Thomas Jollans
On 07/02/2010 05:38 PM, Dhilip S wrote: > > > Hello Everyone.. > > I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3 got > error message while doing make command. anybody can tell tell, How to > overcome this error Finally i got message like this ... > > 4036e000-403ad000

Python 2.4.2 Installation error

2010-07-02 Thread Dhilip S
Hello Everyone.. I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3 got error message while doing make command. anybody can tell tell, How to overcome this error Finally i got message like this ... 4036e000-403ad000 r--p 08:08 156978 /usr/lib/locale/en_IN/LC_CTYPE b

Re: Python 2.4.2 Installation error

2010-07-01 Thread Albert Hopkins
On Thu, 2010-07-01 at 21:51 +0530, Dhilip S wrote: > Hello Everyone.. > > I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3 > got error message while doing make command. anybody can tell tell, How > to overcome this error "this" error apparently did not get included in you

Re: Python 2.4.2 Installation error

2010-07-01 Thread Christian Heimes
> I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3 got > error message while doing make command. anybody can tell tell, How to > overcome this error Perhaps somebody is able to help you if you provide the full error message and describe all steps that lead to the error mesa

Re: Python 2.4.2 Installation error

2010-07-01 Thread Thomas Jollans
On 07/01/2010 06:21 PM, Dhilip S wrote: > Hello Everyone.. > > I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3 got > error message while doing make command. anybody can tell tell, How to > overcome this error Which error? > -- > with regards, > Dhilip.S > > -- h

Python 2.4.2 Installation error

2010-07-01 Thread Dhilip S
Hello Everyone.. I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3 got error message while doing make command. anybody can tell tell, How to overcome this error -- with regards, Dhilip.S -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Installation Error

2009-02-05 Thread Benjamin Kaplan
On Thu, Feb 5, 2009 at 12:46 PM, Ahmed Majeed wrote: > Hi, > I am working over a research project and need Python 2.3 or later to > be installed on my Intel Centrino machine, running Fedora 9 as OS. I > have downloaded latest stable release Python 2.6.1 from Python.org, > but when I tried install

Re: Python Installation Error

2009-02-05 Thread Diez B. Roggisch
Ahmed Majeed schrieb: Hi, I am working over a research project and need Python 2.3 or later to be installed on my Intel Centrino machine, running Fedora 9 as OS. I have downloaded latest stable release Python 2.6.1 from Python.org, but when I tried installing it, terminal returned an error on 'ma

Python Installation Error

2009-02-05 Thread Ahmed Majeed
Hi, I am working over a research project and need Python 2.3 or later to be installed on my Intel Centrino machine, running Fedora 9 as OS. I have downloaded latest stable release Python 2.6.1 from Python.org, but when I tried installing it, terminal returned an error on 'make', saying: "Failed to

installation error on linux 64

2008-07-15 Thread Marc-André Belzile
Hi, I've compiled python 2.5.2 on red hat r4 and got this installation error: mtl-p1892:[Python-2.5.2] 1>make install ... Compiling /BuildViews/python252build/Python2.5.2.bin/lib/python2.5/test/test_m

Re: MySQLdb installation error

2006-08-17 Thread hiaips
What I'm getting at is that it looks like one of these arch flags needs to be removed, as a previous poster said. I remember having a similar issue with an arch flag when installing some Python module (don't remember whether it was MySQLdb or not), and I fixed it by installing the Universal SDK th

MySQLdb installation error

2006-08-16 Thread Yi Xing
I log into the machine remotely. How do I check the Mac OSX version number under command line? Thanks. hiaips rosedb0 at gmail.com Wed Aug 16 01:23:10 CEST 2006 * Previous message: MySQLdb installation error * Next message: What would be the best way to run python client in the

Re: MySQLdb installation error

2006-08-15 Thread hiaips
Yi Xing wrote: > Hi, > > I met the following error when I tried to install MySQLdb. I had no > problem installing numarray, Numeric, Rpy, etc. Does anyone know > what's the problem? Thanks! > > running install > running build > running build_py > creating build > creating build/lib.darwin-7.9.0-P

MySQLdb installation error

2006-08-15 Thread Yi Xing
Hi, I met the following error when I tried to install MySQLdb. I had no problem installing numarray, Numeric, Rpy, etc. Does anyone know what's the problem? Thanks! running install running build running build_py creating build creating build/lib.darwin-7.9.0-Power_Macintosh-2.4 copying _mysql_

Re: Python Installation error on Solaris-9-SPARC

2005-07-14 Thread Madhu R. Vajrala
This TIP worked GREAT !!! I was able to install python-2.4.1 on Sun Solaris by executing below steps ( I am not a 'root' user) 1. wget http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tgz 2. gunzip Python-2.4.1.tgz 3. /usr/sfw/bin/gtar -xvf Python-2.4.1.tar 5. cd Python-2.4.1 6. ./configure

Re: Python Installation error on Solaris-9-SPARC

2005-07-14 Thread Skip Montanaro
Madhu> I did... Madhu> 1. wget http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tgz Madhu> 2. gunzip -c Python-2.4.1.tgz | tar xvf - Madhu> the above step errors: Madhu> Madhu> tar: directory checksum error Madhu> gunzip: stdout: Broken pipe Madhu> ---

Re: Python Installation error on Solaris-9-SPARC

2005-07-14 Thread casevh
Madhu R. Vajrala wrote: > > 2. gunzip -c Python-2.4.1.tgz | tar xvf - > Use gtar. The Solaris tar does not hnadle long file names correctly. gtar should be found in /usr/sfw/bin. cvh -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Installation error on Solaris-9-SPARC

2005-07-14 Thread Madhu R. Vajrala
I did... 1. wget http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tgz 2. gunzip -c Python-2.4.1.tgz | tar xvf - the above step errors: tar: directory checksum error gunzip: stdout: Broken pipe 3. Later in ./configure step... This step also fails...(I did run this by ig

Re: Python Installation error on Solaris-9-SPARC

2005-07-14 Thread Grig Gheorghiu
Why don't you donwload the source from python.org? Also, on Solaris tar is sometimes broken (i.e. can't deal with long directory names etc.) You may want to donwload and install gnu tar. Grig -- http://mail.python.org/mailman/listinfo/python-list

Python Installation error on Solaris-9-SPARC

2005-07-14 Thread Madhu R. Vajrala
Hello All, I am very new to Python, trying to install it from source (ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/python-2.3.3.tar.gz) on Sun Solaris-9 (SPARC). But getting the below error message during configure. Also while uncompressing, it is returning the checksum doesnt match error as wel