Re: Error codes

2024-08-13 Thread Albert-Jan Roskam via Python-list
On Aug 13, 2024 15:29, Barry Scott via Python-list wrote: > Could not find file 'C:\Users\Charl\OneDrive\Documents\The Sims 4 Mod Constructor\Projects\MetalMummysMods_Ehlers-DanlosMod\Python\__pycache__\MetalMummysMods_Ehlers-DanlosMod.cpython-37.pyc'. > Element ID: (No Elem

Re: Error codes

2024-08-13 Thread Barry Scott via Python-list
> On 11 Aug 2024, at 13:06, Charlotte Plant via Python-list > wrote: > > Hiya, I'm using the sims 4 mod constructor by Zerbu, and when saving I'm > getting these error codes. > I'm going around in circles trying to figure out what is causing it, and I'm > stuck! > Can you help please? > Than

Re: Error in Module

2024-03-11 Thread Sanskar Mukeshbhai Joshi via Python-list
Thank you for the information. On Mon, Mar 11, 2024, 22:36 wrote: > Sanskar Mukeshbhai Joshi wrote at 2024-3-10 18:08 +: > >I had made my project in BCA in Python. When I had complete my project > and run the program, at that time I got the error in runnig my project. The > error was ModuleN

Re: Error in Module

2024-03-11 Thread Dieter Maurer via Python-list
Sanskar Mukeshbhai Joshi wrote at 2024-3-10 18:08 +: >I had made my project in BCA in Python. When I had complete my project and run >the program, at that time I got the error in runnig my project. The error was >ModuleNotFoundError: No module named 'flask'. `flask` is not part of the Python

Re: Error in Module

2024-03-11 Thread Alan Gauld via Python-list
On 10/03/2024 18:08, Sanskar Mukeshbhai Joshi via Python-list wrote: > I had made my project in BCA in Python. When I had complete my > project and run the program, at that time I got the error in > runnig my project. The error was ModuleNotFoundError: No module named 'flask'. Flask is a third

Re: Error pd.set_option('display.width', 10000)

2024-02-03 Thread MRAB via Python-list
On 2024-02-03 23:02, gelukt gelukt via Python-list wrote: Dear, While running a code, I get the error below: What does this error mean? How can I fix this error? C:\Users\brech\Desktop\Crypto\venv\Scripts\python.exe "C:/Users/brech/Desktop/Crypto/Project/aaa Arbitrage.py" Traceback (most recen

Re: error of opening Python

2023-09-29 Thread anthony.flury via Python-list
This isn't an error. This is just a normal Python Header message announcing that you are using Python 3.11.3 The rest is just information from the build system : The build Id, the date/time the build was made, and the version of the compiler. There is nothing to fix. -- Original Me

Re: error of opening Python

2023-09-26 Thread Greg Ewing via Python-list
On 27/09/23 3:30 pm, Chris Roy-Smith wrote: surely running a 64 bit version of python in a 23mbit version of windows will cause significant problems! 23 millibits? I don't think you'd be able to run much at all with that few bits! :-) -- Greg -- https://mail.python.org/mailman/listinfo/python-

Re: error of opening Python

2023-09-26 Thread MRAB via Python-list
On 2023-09-27 03:30, Chris Roy-Smith via Python-list wrote: On 26/9/23 22:27, Abdelkhelk ashref salay eabakh via Python-list wrote: Dear Python team, This is my not first time using Python, I tried to launch Python and it showed I'm no expert but "Python 3.11.3 (tags/v3.11.3:f3909b8, Apr

Re: error of opening Python

2023-09-26 Thread Chris Roy-Smith via Python-list
On 26/9/23 22:27, Abdelkhelk ashref salay eabakh via Python-list wrote: Dear Python team, This is my not first time using Python, I tried to launch Python and it showed I'm no expert but "Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934 64 bit (AMD64)] on win surel

Re: error of opening Python

2023-09-26 Thread Michael F. Stemper via Python-list
On 26/09/2023 07.27, Abdelkhelk ashref salay eabakh wrote: Dear Python team, This is my not first time using Python, I tried to launch Python and it showed "Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "l

Re: Error installing packages or upgrading pip

2023-05-20 Thread Mats Wichmann
On 5/18/23 04:30, Test Only wrote: Hi there, I hope you are in a great health I am having a problem with python even though I uninstall and reinstall it again multiple times Ummm... there's usually not a great reason to do that. I know it's the traditional "Windows Way" of the past, but usual

Re: Error-Msg Jeannie's charming, teasing ways

2023-02-23 Thread Thomas Passin
On 2/23/2023 10:58 PM, Cameron Simpson wrote: On 23Feb2023 14:58, Hen Hanna wrote: Python's Error-Msg  genie  (Jeannie)  is cute and fickle...   She sometimes teases me by not telling me what the VALUE of the   "int"  is     ( "That's for me to know, and for you to find out

Re: Error-Msg Jeannie's charming, teasing ways

2023-02-23 Thread Cameron Simpson
On 23Feb2023 14:58, Hen Hanna wrote: Python's Error-Msg genie (Jeannie) is cute and fickle... She sometimes teases me by not telling me what the VALUE of the "int" is ( "That's for me to know, and for you to find out!" ) as in: TypeError

Re: error

2022-10-22 Thread MRAB
On 2022-10-22 04:43, ishar jaiswal wrote: my problem is not solving i sended you a message when i open python there one error comes. then you why not taking action [image: Screenshot (2).png] This list does not accept screenshots. Please copy and paste the error. -- https://mail.python.org/mailm

Re: error of opening Python

2022-05-02 Thread ARRYAN SINHA (RA1811029010036) via Python-list
On Friday, April 15, 2022 at 2:17:28 AM UTC+5:30, Andrew Hernandez wrote: > that is not an error, its simply the python console intrepeter how do I open this file -- https://mail.python.org/mailman/listinfo/python-list

Re: error of opening Python

2022-04-14 Thread Andrew Hernandez
that is not an error, its simply the python console intrepeter -- https://mail.python.org/mailman/listinfo/python-list

Re: Error installing requirements

2022-02-19 Thread Marco Sulla
Maybe you compiled Python 2.7 by hand, David? It happened to me when I tried to compile Python without zlib headers installed on my OS. Don't know how it can be done on Windows. -- https://mail.python.org/mailman/listinfo/python-list

Re: Error installing requirements

2022-02-19 Thread Albert-Jan Roskam
On Feb 18, 2022 08:23, Saruni David wrote: >> Christian Gohlke's site has a Pillow .whl for python 2.7: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow -- https://mail.python.org/mailman/listinfo/python-list

Re: Error installing requirements

2022-02-18 Thread Mats Wichmann
And the question is? On 2/18/22 00:23, Saruni David wrote: > PS C:\Users\Nepapa David\cpims_api> pip install -r requirements/base.txt > DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. > Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 > will dr

Re: ERROR IN DOWNLOADING PYTHON

2022-02-15 Thread Eryk Sun
On 2/15/22, 11_Anindita Das_BCA wrote: > > I have downloaded the latest 3.10.2 version of python for my 64×64 bit > laptop but I'm unable to work on it as my system is showing that > api-ms-win-crt-runtime-l1-1-0-dll is missing but it's not the case as i > have also downloaded this file. I guess

Re: Error 2503

2021-04-12 Thread Cameron Simpson
On 13Apr2021 01:15, Crt Gorican wrote: >Dear Python team, > >I am writing to you because I am desperate. I've tried everything I >could find on the internet before writing to you. >I've started developing a python script in my IDE and the python was >simply not working for me. >I've tried it in cm

Re: error on os.open API

2021-04-06 Thread Eryk Sun
On 4/5/21, Rami Khaldi wrote: > > It seems that the os.open API cannot distinguish between a permission error > and the fact that a directory cannot be opened like files. > The following script reproduces the scenario (tested on Python 3.8.2 > (tags/v3.8.2:7b3ab59, Feb 25 2020, 22:45:29) [MSC v.19

Re: error on os.open API

2021-04-05 Thread Marco Ippolito
> It seems that the os.open API cannot distinguish between a permission error > and the fact that a directory cannot be opened like files. > The following script reproduces the scenario (tested on Python 3.8.2 > (tags/v3.8.2:7b3ab59, Feb 25 2020, 22:45:29) [MSC v.1916 32 bit (Intel)] on > win32) :

Re: error on os.open API

2021-04-05 Thread Chris Angelico
On Tue, Apr 6, 2021 at 3:50 AM Rami Khaldi wrote: > > Hello, > > It seems that the os.open API cannot distinguish between a permission error > and the fact that a directory cannot be opened like files. > The following script reproduces the scenario (tested on Python 3.8.2 > (tags/v3.8.2:7b3ab59,

Re: error of opening Python

2021-02-26 Thread Mladen Gogala via Python-list
On Fri, 26 Feb 2021 02:23:51 -0500, Terry Reedy wrote: > Not on Windows. Please don't spew misleading garbage that will only > confuse the new user on a different operating system. > You are right, I apologize. I sort of like poking fun at the Winduhs users but this is not the right place.

Re: error of opening Python

2021-02-26 Thread Terry Reedy
On 2/26/2021 12:55 AM, Mladen Gogala via Python-list wrote: On Thu, 25 Feb 2021 17:22:35 +, Botao Liu wrote: Dear Python team, This is my first time using Python, I tried to launch Python and it showed "Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] o

Re: error of opening Python

2021-02-25 Thread Mladen Gogala via Python-list
On Thu, 25 Feb 2021 17:22:35 +, Botao Liu wrote: > Dear Python team, > > This is my first time using Python, I tried to launch Python and it > showed "Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC > v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or > "lic

Re: error of opening Python

2021-02-25 Thread Alan Gauld via Python-list
On 25/02/2021 17:22, Botao Liu wrote: > Type "help", "copyright", "credits" or "license" for more information." Follow the instructions and type "help" at the >>> prompt. Then follow the instructions which it displays. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/

Re: error of opening Python

2021-02-25 Thread Christian Gollwitzer
Am 25.02.21 um 18:22 schrieb Botao Liu: Dear Python team, This is my first time using Python, I tried to launch Python and it showed "Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more informati

Re: error of opening Python

2021-02-25 Thread Michael F. Stemper
On 25/02/2021 11.22, Botao Liu wrote: Dear Python team, This is my first time using Python, I tried to launch Python and it showed "Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information

Re: Error

2020-12-07 Thread Michael Torrie
On 12/7/20 11:30 AM, MRAB wrote: > There's no need to remove Python 3.9 first; Python 3.8 can be installed > alongside it. Since the original poster is invoking python.exe directly, probably as per the instructions in the book he's following, I fear having two versions of python installed will ju

Re: Error

2020-12-07 Thread MRAB
On 2020-12-07 18:29, Mats Wichmann wrote: On 12/7/20 11:13 AM, Michael Torrie wrote: On 12/7/20 11:07 AM, Barry Fitzgerald wrote: I did the pip install I did the pip install pygameThe pip install pgzero I get this error C:\Users\barol>pip install pgzeroDefaulting to user installation because no

Re: Error

2020-12-07 Thread MRAB
On 2020-12-07 18:13, Michael Torrie wrote: On 12/7/20 11:07 AM, Barry Fitzgerald wrote: I did the pip install I did the pip install pygameThe pip install pgzero I get this error C:\Users\barol>pip install pgzeroDefaulting to user installation because normal site-packages is not writeableCollecti

Re: Error

2020-12-07 Thread Mats Wichmann
On 12/7/20 11:13 AM, Michael Torrie wrote: On 12/7/20 11:07 AM, Barry Fitzgerald wrote: I did the pip install I did the pip install pygameThe pip install pgzero I get this error C:\Users\barol>pip install pgzeroDefaulting to user installation because normal site-packages is not writeableCollecti

Re: Error

2020-12-07 Thread Michael Torrie
On 12/7/20 11:07 AM, Barry Fitzgerald wrote: > I did the pip install I did the pip install pygameThe pip install > pgzero I get this error C:\Users\barol>pip install pgzeroDefaulting > to user installation because normal site-packages is not > writeableCollecting pgzero Using cached pgzero-1.2-py3

Re: Error

2020-12-06 Thread Michael Torrie
On 12/5/20 11:41 AM, Barry Fitzgerald via Python-list wrote: > Good day," > > I purchased a book for my son and followed the directions to a T. > (Coding Games in Python) Whenever I got to the point of of moving the > "hello" file over to pgzrun is where my trouble began. Its not > finding a path

Re: Error

2020-12-06 Thread Michael Torrie
On 12/5/20 11:41 AM, Barry Fitzgerald via Python-list wrote: > Good day," > > I purchased a book for my son and followed the directions to a T. (Coding > Games in Python) > Whenever I got to the point of of moving the "hello" file over to pgzrun is > where my trouble began. > Its not finding a p

Re: Error

2020-12-06 Thread dn via Python-list
On 06/12/2020 07:41, Barry Fitzgerald via Python-list wrote: Good day," I purchased a book for my son and followed the directions to a T. (Coding Games in Python) Whenever I got to the point of of moving the "hello" file over to pgzrun is where my trouble began. Its not finding a path because

Re: Error issue - Kindly resolve

2020-11-22 Thread MRAB
On 2020-11-22 19:17, sheetal chavan via Python-list wrote: Dear Sir/Madam,I am trying to install python on my laptop with windows 7, 32 bit operating system with service pac 1 installed. I have installed python 3.7.1 and some more versions but while opening the command prompt always it is showi

Re: Error issue - Kindly resolve

2020-11-22 Thread Igor Korot
Hi, Sheetal, On Sun, Nov 22, 2020 at 2:44 PM sheetal chavan via Python-list wrote: > > Dear Sir/Madam,I am trying to install python on my laptop with windows 7, 32 > bit operating system with service pac 1 installed. I have installed python > 3.7.1 and some more versions but while opening the c

Re: Error 0xc000007b on opening python

2020-10-02 Thread Eryk Sun
On 10/2/20, Nipur Gupta wrote: > I've downloaded python 3.6.0 64 bits but whenever I try to open idle, it Python 3.8 supports Windows 8.1, so, unless otherwise required, you should install the latest release of 64-bit Python 3.8, which is currently 3.8.6: https://www.python.org/ftp/python/3.8.6/

Re: Error 0xc000007b on opening python

2020-10-02 Thread Mats Wichmann
On 10/2/20 4:15 AM, Nipur Gupta wrote: > I've downloaded python 3.6.0 64 bits but whenever I try to open idle, it > doesn't open and displays error 0xc07b. I've tried everything from > reinstalling to updating windows and visual c++ but it's still the same. I > downloaded python earlier also it

Re: Error 0xc000007b on opening python

2020-10-02 Thread J.O. Aho
On 02/10/2020 12:15, Nipur Gupta wrote: I've downloaded python 3.6.0 64 bits but whenever I try to open idle, it doesn't open and displays error 0xc07b. I've tried everything from reinstalling to updating windows and visual c++ but it's still the same. There seems to be quite many things th

Re: error in install.sh

2020-09-30 Thread Dieter Maurer
RobH wrote at 2020-9-30 13:27 +0100: >I had to do a reinstall of my linux system due to a faulty ssd, and have >a problem with a install.sh script.The said script is included in with >lcd files. which I downloaded from github. > >When I run ./install.sh, it fails at >./install.sh: line 34: syntax e

Re: error in install.sh

2020-09-30 Thread RobH
On 30/09/2020 13:49, 2qdxy4rzwzuui...@potatochowder.com wrote: On 2020-09-30 at 13:27:43 +0100, RobH wrote: I had to do a reinstall of my linux system due to a faulty ssd, and have a problem with a install.sh script.The said script is included in with lcd files. which I downloaded from github.

Re: error in install.sh

2020-09-30 Thread 2QdxY4RzWzUUiLuE
On 2020-09-30 at 13:27:43 +0100, RobH wrote: > I had to do a reinstall of my linux system due to a faulty ssd, and have a > problem with a install.sh script.The said script is included in with lcd > files. which I downloaded from github. > > When I run ./install.sh, it fails at > ./install.sh: l

Re: Error in lambda function..!

2020-08-29 Thread Rob Cliffe via Python-list
On 29/08/2020 08:58, Shivlal Sharma wrote: from functools import* nums = [1, 2, 3, 4, 5, 6, 7, 8, 9] add = reduce(lambda a : a + 1, nums) print(add) error: - TypeError Traceback (most recent call last) in () 1 from functools import* 2 nums = [1, 2

Re: Error in lambda function..!

2020-08-29 Thread Peter Otten
Shivlal Sharma wrote: > from functools import* > nums = [1, 2, 3, 4, 5, 6, 7, 8, 9] > add = reduce(lambda a : a + 1, nums) > print(add) > > error: - > TypeError Traceback (most recent call > last) in () > 1 from functools import* > 2 nums = [1, 2, 3, 4

Re: Error

2020-08-17 Thread Igor Korot
On Tue, Aug 18, 2020 at 12:00 AM Igor Korot wrote: > > Hi, > > On Mon, Aug 17, 2020 at 11:05 PM Thiên Nguyễn Thanh > wrote: > > > > Thank you for your response. > > it's in this file. > > Please don't send any attachments to the list. > > There are very knowledgeable people here who will be able

Re: Error

2020-08-17 Thread Igor Korot
Hi, On Mon, Aug 17, 2020 at 11:05 PM Thiên Nguyễn Thanh wrote: > > Thank you for your response. > it's in this file. Please don't send any attachments to the list. There are very knowledgeable people here who will be able to help. Unfortunately they have vision problems. So, what is the probl

Re: Error

2020-08-17 Thread Thiên Nguyễn Thanh
Thank you for your response. it's in this file. Vào Th 3, 18 thg 8, 2020 vào lúc 10:59 Igor Korot đã viết: > Hi, > > > > On Mon, Aug 17, 2020, 10:52 PM Thiên Nguyễn Thanh < > thien.nguyen0...@hcmut.edu.vn> wrote: > >> Hi, >> I'm just starting to learn python. >> I try to install a socketio lib

Re: Error

2020-08-17 Thread Igor Korot
Hi, On Mon, Aug 17, 2020, 10:52 PM Thiên Nguyễn Thanh < thien.nguyen0...@hcmut.edu.vn> wrote: > Hi, > I'm just starting to learn python. > I try to install a socketio library. > I got the following error > [image: image.png] > Please answer me with a detailed guide on how to solve the above pro

Re: Error in PIP install packages

2020-06-08 Thread Souvik Dutta
Can you paste the complete error message that you got on running pip? Souvik flutter dev On Mon, Jun 8, 2020, 10:10 PM Devendra Dhond wrote: > R/sir, > > > > I am facing too much errors during pip installing. > > Deserialization error > > And much more in red errors. > > Pip upgrading error > >

Re: Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2020-05-11 Thread cdarlint
On Friday, October 11, 2019 at 6:27:40 PM UTC+8, prabakar...@gmail.com wrote: > python> conn = > hive.Connection(host="xx.xx.xxx.xxx",port=8889,username='hadoop') > > C:\Users\Nova15>python > Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 > bit (AMD64)] on win32 > Ty

Re: Error 0x80070570 while installing Python.

2020-05-02 Thread Souvik Dutta
This is a windows error not a python one. Check this article. https://www.lifewire.com/fix-error-0x80070570-4687271 Souvik flutter dev On Sun, May 3, 2020, 10:38 AM Ajisekola Adeyemi wrote: > Good day sir. I tried several times to install the latest version of Python > which I downloaded from py

Re: error in CSV resetting with seek(0)

2020-05-02 Thread Rahul Gupta
@peter Otten thanks -- https://mail.python.org/mailman/listinfo/python-list

Re: error in CSV resetting with seek(0)

2020-05-01 Thread Peter Otten
Rahul Gupta wrote: > consider the following code > import csv > import numpy as np > > with open("D:\PHD\obranking\\demo.csv", mode='r') as csv_file1, > open("D:\PHD\obranking\\demo.csv", mode='r') as csv_file2: > csv_reader1 = csv.DictReader(csv_file1) > csv_reader2 = csv.DictReader(csv_

Re: Error 0x80070643

2020-04-29 Thread Bob Gailer
On Apr 29, 2020 5:17 PM, "Antonis13XD" wrote: > > On Wed, Apr 29, 2020, 1:59 PM Antonis13XD > > > Hello python team! > > > > My name is antonis and I am a new fella who wants to be a programmer in > > python language. However, my thirst for learning I faced with an issue. > > More specifically

Re: Error 0x80070643

2020-04-29 Thread Antonis13XD
On Wed, Apr 29, 2020, 1:59 PM Antonis13XD > Hello python team! > > My name is antonis and I am a new fella who wants to be a programmer in > python language. However, my thirst for learning I faced with an issue. > More specifically, when I try to install 3.8.2 version of python, it > shows me

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Tarjei Bærland via Python-list
ogunleye ayobami writes: > Dear Python Team, > > After downloading and installing python on my system, error generated on > command prompt is > C:\Users\Olakunle Johnson>python > > *'python' is not recognized as an internal or external command,operable > program or batch file.* Given that the in

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Souvik Dutta
Glad to hear it! On Wed, 15 Apr, 2020, 6:12 pm ogunleye ayobami, < ogunleyeayobamihezek...@gmail.com> wrote: > Thanks. Indeed helpful and am now good. > > Regards > > On Wed, Apr 15, 2020, 1:39 PM Souvik Dutta > wrote: > >> You have not added python to your system's path variable. Follow thi

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Souvik Dutta
You have not added python to your system's path variable. Follow this. https://superuser.com/questions/143119/how-do-i-add-python-to-the-windows-path On Wed, 15 Apr, 2020, 5:53 pm ogunleye ayobami, < ogunleyeayobamihezek...@gmail.com> wrote: > Dear Python Team, > > After downloading and installin

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread ogunleye ayobami
Thanks. Indeed helpful and am now good. Regards On Wed, Apr 15, 2020, 1:39 PM Souvik Dutta wrote: > You have not added python to your system's path variable. Follow this. > https://superuser.com/questions/143119/how-do-i-add-python-to-the-windows-path > > On Wed, 15 Apr, 2020, 5:53 pm ogunl

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Barry Scott
> On 15 Apr 2020, at 09:28, ogunleye ayobami > wrote: > > Dear Python Team, > > After downloading and installing python on my system, error generated on > command prompt is > C:\Users\Olakunle Johnson>python > > *'python' is not recognized as an internal or external command,operable > progr

Re: error in importing

2020-03-31 Thread DL Neil via Python-list
On 31/03/20 11:23 PM, Jami Yaswanth wrote: i am not able to use the libraries that are installed using "pip install pandas" Welcome to Python! Are you aware of the Python-Tutor Discussion List? (https://mail.python.org/mailman/listinfo/tutor) Please describe how you installed these libraries.

Re: error in running python

2020-03-31 Thread Souvik Dutta
Do you have direct X installed in your machine? On Tue, Mar 31, 2020, 5:44 PM Santosh Reddy wrote: > i installed python and when i open the app, i get this > > the code execution cannot proceed because python38.dll was not found. > reinstalling the proram may fix this problem. > > please help me

Re: Error while installing a python code

2020-03-10 Thread Marco Sulla via Python-list
Little errata: you have only to install or update Cython, remove the .c files as I wrote before and run again python setup.py build_ext -b PoissonSolver/ No intermediate steps are required. The generated ELF files are three. You have also to rename them with the names in the README file. On Mon

Re: Error while installing a python code

2020-03-10 Thread Marco Sulla via Python-list
I suppose you tried to use this setup.py: https://github.com/breathe/coffee_conda_package/blob/master/0001-Add-alternative-setup.py-script.patch It's not well written IMHO... anyway this is not the problem. I suppose you also downloaded the required sources from here: https://data.mendeley.com/da

Re: Error while installing a python code

2020-03-09 Thread Barry Scott
> On 9 Mar 2020, at 14:18, Tim Ko wrote: > > Hello, > > I am trying to install a custom Python code but ran into an error. The error > presumably associated with cython. I tried a different compiler since Intel > compiler often crashes when using cython, but couldn't get it working. > > At

Re: Error while installing a python code

2020-03-09 Thread Dieter Maurer
Tim Ko wrote at 2020-3-9 07:18 -0700: >I am trying to install a custom Python code but ran into an error. The error >presumably associated with cython. I tried a different compiler since Intel >compiler often crashes when using cython, but couldn't get it working. Almost surely, the compiler is

Re: Error while installing a python code

2020-03-09 Thread Dieter Maurer
Tim Ko wrote at 2020-3-9 07:18 -0700: >I am trying to install a custom Python code but ran into an error. The error >presumably associated with cython. I tried a different compiler since Intel >compiler often crashes when using cython, but couldn't get it working. Almost surely, the compiler is

Re: Error while installing a python code

2020-03-09 Thread Souvik Dutta
I dont know if this will work. But still something is better than nothing. https://stackoverflow.com/questions/11094718/error-command-gcc-failed-with-exit-status-1-while-installing-eventlet I am not a "spoofer" in case you get any warning. On Mon, Mar 9, 2020, 7:54 PM Tim Ko wrote: > Hello, > >

Re: ERROR in loading data

2020-02-04 Thread Joel Goldstick
On Tue, Feb 4, 2020 at 9:51 AM wrote: > > #load the training and testing data, then scale it into the > # range [0, 1] > print("[INFO] loading ADNI data...") > ((trainX, trainY), (testX, testY)) = '/content/gdrive/My > Drive/3_Classes/'.loads_data() What is the class of

Re: ERROR in loading data

2020-02-04 Thread Rhodri James
On 04/02/2020 14:49, laiba.zubai...@gmail.com wrote: #load the training and testing data, then scale it into the # range [0, 1] print("[INFO] loading ADNI data...") ((trainX, trainY), (testX, testY)) = '/content/gdrive/My Drive/3_Classes/'.loads_data() trainX = t

Re: error

2020-01-13 Thread Terry Reedy
On 1/13/2020 12:52 AM, Barış AVCI wrote: Kivy does not support python3.8 Some packages take months to officially support new python versions. Posting here does no good. However, https://www.lfd.uci.edu/~gohlke/pythonlibs/ compiles wheels for Windows for 100s of packages for new python versio

Re: Error in python installation - was Re: Python, Be Bold!

2020-01-05 Thread Michael Torrie
On 1/5/20 7:59 AM, Kishor Soni wrote: > After proceeding installation, few minutes later such error appears > "0x80072f7d - unspecified error" > A log file is generated and attached herewith I prefer to keep communication on the list. Where did you download the installer from? Python.org or som

Re: Error getting data from website

2019-12-07 Thread Michael Torrie
On 12/7/19 3:53 AM, Peter Otten wrote: > > ... because Amazon doesn' like what you do. You can cheat or play by their > rules and use the API. Yup and although I have no love for Amazon, I can understand why they don't want bots on the site. Already they have enough trouble with bots buying up m

Re: Error getting data from website

2019-12-07 Thread Peter Otten
Michael Torrie wrote: > On 12/6/19 5:31 PM, DL Neil via Python-list wrote: >> If you read the HTML data that the REPL has happily splattered all over >> your terminal's screen (scroll back) (NB "soup" is easier to read than >> is "content"!) you will observe that what you saw in your web-browser i

Re: Error getting data from website

2019-12-06 Thread Chris Angelico
On Sat, Dec 7, 2019 at 1:21 PM DL Neil via Python-list wrote: > > On 7/12/19 1:51 PM, Chris Angelico wrote: > > On Sat, Dec 7, 2019 at 11:46 AM Michael Torrie wrote: > >> > >> On 12/6/19 5:31 PM, DL Neil via Python-list wrote: > >>> If you read the HTML data that the REPL has happily splattered a

Re: Error getting data from website

2019-12-06 Thread DL Neil via Python-list
On 7/12/19 1:51 PM, Chris Angelico wrote: On Sat, Dec 7, 2019 at 11:46 AM Michael Torrie wrote: On 12/6/19 5:31 PM, DL Neil via Python-list wrote: If you read the HTML data that the REPL has happily splattered all over your terminal's screen (scroll back) (NB "soup" is easier to read than is

Re: Error getting data from website

2019-12-06 Thread Chris Angelico
On Sat, Dec 7, 2019 at 11:46 AM Michael Torrie wrote: > > On 12/6/19 5:31 PM, DL Neil via Python-list wrote: > > If you read the HTML data that the REPL has happily splattered all over > > your terminal's screen (scroll back) (NB "soup" is easier to read than > > is "content"!) you will observe th

Re: Error getting data from website

2019-12-06 Thread Michael Torrie
On 12/6/19 5:31 PM, DL Neil via Python-list wrote: > If you read the HTML data that the REPL has happily splattered all over > your terminal's screen (scroll back) (NB "soup" is easier to read than > is "content"!) you will observe that what you saw in your web-browser is > not what Amazon serve

Re: Error getting data from website

2019-12-06 Thread DL Neil via Python-list
On 7/12/19 12:53 PM, Sam Paython wrote: This is the code I am writing: import requests from bs4 import BeautifulSoup request = requests.get("https://www.amazon.ca/dp/B07RZFQ6HC";) content = request.content soup = BeautifulSoup(content, "html.parser") element = soup.find("span",{"id":"priceblock_d

Re: error with installing a package(matplotlib)

2019-11-03 Thread dieter
thodoris doultsinos writes: > I have been encountering problems with installing packages on python. I am > using windows 10, pycharm and pip install order in command prompt to > install packages.At first I had an error with installing numpy (something > with visual c++ so i downloaded them and it

Re: Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2019-10-11 Thread Rhodri James
On 11/10/2019 15:13, Prabakaran Hadoop wrote: Thanks for your reply. Any work around or any other way to achieve from python to prestosql . If there is, it'll be in the GitHub issue I linked to. I just applied Google to your question. -- Rhodri James *-* Kynesim Ltd -- https://mail.python.

Re: Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2019-10-11 Thread Prabakaran Hadoop
> Rhodri James *-* Kynesim Ltd Thanks for your reply. Any work around or any other way to achieve from python to prestosql . -- https://mail.python.org/mailman/listinfo/python-list

Re: Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2019-10-11 Thread Rhodri James
On 11/10/2019 11:27, prabakaranbigd...@gmail.com wrote: python> conn = hive.Connection(host="xx.xx.xxx.xxx",port=8889,username='hadoop') C:\Users\Nova15>python Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" o

Re: Error Opening Python for Windows Download

2019-05-13 Thread Michael Torrie
On 05/12/2019 04:42 PM, Alexandra Mistak wrote: > Hi Python, > > I have unsuccessfully downloaded Python Windows x86-64 executable installer > multiple > times. > > After installation, when I go to launch the program it tells me to

Re: Error Opening Python for Windows Download

2019-05-13 Thread Igor Korot
Hi, On Mon, May 13, 2019 at 7:50 AM Alexandra Mistak wrote: > > Hi Python, > > I have unsuccessfully downloaded Python Windows x86-64 executable installer > multiple > times. I presume you have Windows 10? > > After installation,

Re: Error encountered

2019-05-13 Thread Terry Reedy
On 5/12/2019 8:12 AM, Buhari Alhassan wrote: I tried running Python 3.6.1 in windows command prompt,it keeps saying access denied,can't run this app on your system Copy and paste what you type and the response. -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list

Re: Error while installing python for Windows 7 32bit

2019-04-22 Thread MRAB
On 2019-04-22 06:29, Bhargava Gurumanchi wrote: >  Hi Good morning > i am getting this type of error while installing python for windows 7 32bit > in my Laptop. please do needfull ASAP. > Please find the attachment below > Your PC is missing the Visual C++ Redistributable file api-ms-win-crt-ru

Re: Error while installing python for Windows 7 32bit

2019-04-21 Thread MRAB
On 2019-04-22 01:07, Bhargava Gurumanchi wrote: Hi Good morning i am getting this type of error while installing python for windows 7 32bit in my Laptop. please do needfull ASAP. Please find the attachment below Thanks and Regards This newsgroup automatically removes attachments. If you want

Re: error while importing a module

2019-03-18 Thread Cameron Simpson
On 18Mar2019 20:11, Sharan Basappa wrote: On Tuesday, 19 March 2019 08:34:25 UTC+5:30, Sharan Basappa wrote: I have a design file that I am importing in a test file to run some tests. [...] The design file compiles fine when I run it standalone but when I import it in the test file, I see e

Re: error while importing a module

2019-03-18 Thread Sharan Basappa
On Tuesday, 19 March 2019 08:34:25 UTC+5:30, Sharan Basappa wrote: > I have a design file that I am importing in a test file to run some tests. > The design file compiles fine when I run it standalone but when I import it > in the test file, I see error on the very first line where I am importing

Re: Error while using suds: suds.TypeNotFound: Type not found

2019-01-20 Thread dieter
prakashsharmac...@gmail.com writes: > ... > I want to consume the web services described in the following: > > https://login.keyinvoice.com/API3_ws.php?wsdl > > I am using python 3.5.x and suds version 0.6. What I tried 1 > > from suds.client import Client > url = 'https://login.keyinvoice.com/API3

Re: Error while using suds: suds.TypeNotFound: Type not found

2019-01-20 Thread MRAB
On 2019-01-20 15:41, prakashsharmac...@gmail.com wrote: I want to consume the web services described in the following: https://login.keyinvoice.com/API3_ws.php?wsdl I am using python 3.5.x and suds version 0.6. What I tried 1 from suds.client import Client url = 'https://login.keyinvoice.com

Re: Error while using suds: suds.TypeNotFound: Type not found

2019-01-20 Thread prakashsharmacs24
On Sunday, January 20, 2019 at 9:12:10 PM UTC+5:30, prakashs...@gmail.com wrote: > I want to consume the web services described in the following: > > https://login.keyinvoice.com/API3_ws.php?wsdl > > I am using python 3.5.x and suds version 0.6. What I tried 1 > > from suds.client import Client

Re: Error Python version 3.6 does not support this syntax.

2018-11-27 Thread Terry Reedy
On 11/27/2018 8:24 AM, Frank Millman wrote: In the line 'return None',  it may be complaining that None is superfluous - a plain 'return' does the same thing. PEP 8 recommends explicit 'return None' if elsewhere in the function there is an explicit 'return something', as in if condition

Re: Error Python version 3.6 does not support this syntax.

2018-11-27 Thread Terry Reedy
On 11/27/2018 7:50 AM, srinivasan wrote: Dear Python Experts, As still I am newbie and learning python, I am trying to reuse the Bluetoothctl wrapper in Python from the link ( https://gist.github.com/egorf/66d88056a9d703928f93 Created in 2015 ) I am using python3.6 version, In pycharm editor

  1   2   3   4   5   6   7   8   9   10   >