Re: why it append one more letter after decode?

2017-10-29 Thread Igor Korot
Hi, On Sun, Oct 29, 2017 at 8:50 PM, Ho Yeung Lee wrote: > > if run these function to decode in python interactive console, > it can decode correct, You probably changed the code somewhere... You just need to debug it and see what is happening... Thank you. > > but when run with a big project

Re: why it append one more letter after decode?

2017-10-29 Thread Igor Korot
Hi, On Sun, Oct 29, 2017 at 10:03 PM, Ho Yeung Lee wrote: > i discover when > it > decode("\\",1,2) > in interactive console > is [ > > but decode in big project > it see as > decode(r"\\",1,2) > [[ > > it double Those 2 lines are different. Thank you. > > On Monday, October 30, 2017 at 9:51:0

Re: pythonw.exe error

2017-10-30 Thread Igor Korot
Hi, On Oct 30, 2017 11:27 AM, "George Kalamaras via Python-list" < python-list@python.org> wrote: When I am running IDLE return to me Missing python36.dll error Στάλθηκε από την Αλληλογραφία για Windows 10 Could you please translate this from Greek? Thank you. -- https://mail.python.org/m

Re: we want python software

2017-12-05 Thread Igor Korot
Hi, On Tue, Dec 5, 2017 at 9:10 AM, Jyothiswaroop Reddy wrote: > Sir, > I am b.tech student I would like to learn python. So please send the > python software. Sorry, we don't send anything. You will have to go get it yourself. -) Thanking you back. > T

Re: we want python software

2017-12-05 Thread Igor Korot
Hi, Tony, On Tue, Dec 5, 2017 at 11:10 AM, Tony van der Hoff wrote: > On 05/12/17 16:55, Igor Korot wrote: >> Hi, >> >> On Tue, Dec 5, 2017 at 9:10 AM, Jyothiswaroop Reddy >> wrote: >>> Sir, >>> I am b.tech student I would like to learn py

Re: Politeness (was: we want python software)

2017-12-06 Thread Igor Korot
Rustom, On Wed, Dec 6, 2017 at 6:25 AM, Rustom Mody wrote: > On Wednesday, December 6, 2017 at 4:05:43 PM UTC+5:30, Steve D'Aprano wrote: >> On Wed, 6 Dec 2017 02:49 pm, Rustom Mody wrote: >> >> > You are assuming that the strangeness of the request is about 'tech' >> > [engineering/tech existed

Re: we want python software

2017-12-08 Thread Igor Korot
Hi, Tony, On Tue, Dec 5, 2017 at 11:10 AM, Tony van der Hoff wrote: > On 05/12/17 16:55, Igor Korot wrote: >> Hi, >> >> On Tue, Dec 5, 2017 at 9:10 AM, Jyothiswaroop Reddy >> wrote: >>> Sir, >>> I am b.tech student I would like to lea

Re: has sourceforge exposed the dirty little secret ?

2018-01-05 Thread Igor Korot
Hi, On Fri, Jan 5, 2018 at 12:58 PM, John Gordon wrote: > In <15151695.348096.18338899180412170014@welt.netz> "Kim of K." > writes: > > >> In other words: most sites like SF and github offer tons of crap. >> download and break is the overwhelming theme here. > >> why is no one complaini

Re: has sourceforge exposed the dirty little secret ?

2018-01-05 Thread Igor Korot
Hi, On Fri, Jan 5, 2018 at 2:11 PM, Kim of K. wrote: > Igor Korot wrote: > >> Hi, >> >> On Fri, Jan 5, 2018 at 12:58 PM, John Gordon wrote: >>> In <15151695.348096.18338899180412170014@welt.netz> "Kim of K." >>> writes: >&g

Re: Simple graphic library for beginners

2018-01-10 Thread Igor Korot
Hi, wxPython/Phoenix. It can do everything you need and more And it will look exactly as any other application on the system... Thank you. On Wed, Jan 10, 2018 at 11:04 AM, Michael Torrie wrote: > On 01/10/2018 09:16 AM, oliver wrote: >> Pyqt without hesitation. > > Except that people ar

Re: Simple graphic library for beginners

2018-01-10 Thread Igor Korot
Hi, Michael, On Wed, Jan 10, 2018 at 11:36 AM, Michael Torrie wrote: > On 01/10/2018 10:22 AM, Igor Korot wrote: >> Hi, >> wxPython/Phoenix. >> It can do everything you need and more > > But the OP isn't looking for a full-blown GUI toolkit. I went back and

Re: Can't get python running

2018-01-20 Thread Igor Korot
Hi, Jim, On Sat, Jan 20, 2018 at 11:16 AM, Jim Sadler wrote: > I downloaded python 3.6.4 and although everything about the installation > seems correct (path, file size, checking on cmd to see if file installed > correctly-it is) the only window that will pop up when I attempt to run it > is the

Re: help me ?

2018-02-27 Thread Igor Korot
Hi, On Tue, Feb 27, 2018 at 10:54 AM, Sir Real wrote: > On Mon, 26 Feb 2018 01:40:16 -0800 (PST), sotaro...@gmail.com wrote: > >>Define 2 lists. The first one must contain the integer values 1, 2 and 3 and >>the second one the string values a, b and c. Iterate through both lists to >>create ano

Re: my vs code isnt working

2022-06-11 Thread Igor Korot
Hi, ‪On Sat, Jun 11, 2022 at 10:05 AM ‫סאסי סאס‬‎ wrote:‬ > > -- Forwarded message - > מאת: סאסי סאס > ‪Date: שבת, 11 ביוני 2022 ב-11:36‬ > Subject: my vs code isnt working > To: > > > what shoud i do to make that work i tried reinstalling and it still > didnt work This list DO

Re: Python installation

2022-06-21 Thread Igor Korot
Hi, On Tue, Jun 21, 2022 at 11:43 AM Brian Karinga wrote: > > Hello, > > I hope this email finds you well. > > I have been trying to download and install the latest version of python on > my windows device. However, when I run the program, three options arise. > These are: > > Modify > Repair > U

Re: TENGO PROBLEMAS AL INSTALAR PYTHON

2022-07-08 Thread Igor Korot
Hi, On Fri, Jul 8, 2022 at 2:54 PM ANGIE ODETTE LIMA BANGUERA wrote: > > buenos dias necesito ayuda, tengo problemas al momento de instalar python > 10.0 en la aplicación de visual studio code Can you please describe what the problem is? Which python are you trying to install? Where did you get

Re: Conecting to MySQL

2022-08-09 Thread Igor Korot
Hi, On Tue, Aug 9, 2022 at 9:07 AM Guilherme Campos wrote: > > Hello folks, > > trying to connect to MYSQL it appears the error msg below: > InterfaceError: 2003: Can't connect to MySQL server on 'localhost:3306' > (111 Connection refused) > [image: conexao.png] > How can i fix that.? What do yo

Re: Conecting to MySQL

2022-08-09 Thread Igor Korot
Hi, @OP, Can you try to connect with mysql-workbench? Also - you didn't answer my first question. Are you using an ODBC wrapper or python module? Thank you. On Tue, Aug 9, 2022 at 10:27 AM Axy wrote: > > > >> trying to connect to MYSQL it appears the error msg below: > >> InterfaceError: 2003:

Re: not able to use python

2022-08-17 Thread Igor Korot
Hi, On Wed, Aug 17, 2022 at 12:20 PM i am unable to use python wrote: > > AND I"M UNABLE TO SEE ANYTHING IN YOUR MESSAGE... THANK YOU. > > > >Sent from [1]Mail for Windows > > > > References > >Visible links >1. https://go.microsoft.com/fwlink/?LinkId=550986 > -- > https://mail.pyt

Re: Hello I want help get rid of that message and help install Python properly and thank you

2023-03-22 Thread Igor Korot
Hi, On Wed, Mar 22, 2023 at 11:37 AM Mohammed nour Koujan wrote: > > > -- What message? Please don't post screenshots - copy and paste the errors from your machine... Thank you. > https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list

Re: Windows Gui Frontend

2023-04-01 Thread Igor Korot
Hi, On Sat, Apr 1, 2023 at 12:24 PM Jim Schwartz wrote: > > Are there any ide’s that will let me design the screen and convert it to > python? I doubt it because it was mentioned that this is time consuming. Look at wxGlade (a project designed for wxWidgets). You will design you layout and the

Re: Windows Gui Frontend

2023-04-01 Thread Igor Korot
Hi, Thomas, On Sat, Apr 1, 2023 at 12:40 PM Thomas Passin wrote: > > On 4/1/2023 1:28 PM, Thomas Passin wrote: > > On 4/1/2023 1:21 PM, Jim Schwartz wrote: > >> Are there any ide’s that will let me design the screen and convert it > >> to python? I doubt it because it was mentioned that this is

Re: Windows Gui Frontend

2023-04-02 Thread Igor Korot
Hi, Dietmer, On Sun, Apr 2, 2023 at 1:14 PM Dietmar Schwertberger wrote: > > On 02.04.2023 18:26, Michael Torrie wrote: > > Been a long time. I was initially turned off by the event handling > > system of wx compared to the signals and slots of Gtk and Qt. > When starting with Python GUIs in 1999

Re: Black boxes

2023-05-10 Thread Igor Korot
Hi, On Wed, May 10, 2023 at 10:33 AM Ondřej Jůn wrote: > > Good day. > > After installing the Python program from your site and restarting the > computer as requested by the program, problems occurred. Programs like Word > are all in black. In addition, a black color appears in the file explorer

Re: Application window geometry specifier

2021-01-12 Thread Igor Korot
Hi, On Tue, Jan 12, 2021, 11:44 AM Rich Shepard wrote: > On Tue, 12 Jan 2021, Igor Korot wrote: > > > Keep in mind that if you target Linux, the "modern" window server > > (Wayland) will not allow user code to decide the positioning and size of > > the

Re: Application window geometry specifier

2021-01-12 Thread Igor Korot
Hi, Grant, On Tue, Jan 12, 2021 at 12:47 PM Grant Edwards wrote: > > On 2021-01-12, Rich Shepard wrote: > > On Tue, 12 Jan 2021, Igor Korot wrote: > > > >> Keep in mind that if you target Linux, the "modern" window server > >> (Wayland) will not

Re: Application window geometry specifier

2021-01-12 Thread Igor Korot
Hi, Rich, On Tue, Jan 12, 2021 at 12:52 PM Rich Shepard wrote: > > On Tue, 12 Jan 2021, Igor Korot wrote: > > > Maybe. :-) > > But it looks Wayland becomes more and more popular. > > Igor, > > What I've read from those struggling to use Wayland, it may

Re: Application window geometry specifier

2021-01-12 Thread Igor Korot
Hi, Chris, On Tue, Jan 12, 2021 at 1:33 PM Chris Angelico wrote: > > On Wed, Jan 13, 2021 at 6:18 AM Igor Korot wrote: > > > > Hi, Grant, > > > > On Tue, Jan 12, 2021 at 12:47 PM Grant Edwards > > wrote: > > > > > > On 2021-01-12, Rich S

Re: Application window geometry specifier

2021-01-12 Thread Igor Korot
Hi, Chris, On Tue, Jan 12, 2021 at 4:05 PM Chris Angelico wrote: > > On Wed, Jan 13, 2021 at 7:00 AM Igor Korot wrote: > > > > Hi, Chris, > > > > On Tue, Jan 12, 2021 at 1:33 PM Chris Angelico wrote: > > > > > > On Wed, Jan 13, 2021 at 6:18

Re: Application window geometry specifier

2021-01-12 Thread Igor Korot
Chris, On Tue, Jan 12, 2021 at 4:38 PM Chris Angelico wrote: > > On Wed, Jan 13, 2021 at 9:30 AM Igor Korot wrote: > > > > Not sure I follow - frame is a TLW. Dialog is a TLW. > > Program flow is as follows: > > > > 1. Program starts with a frame > > 2.

Re: Application window geometry specifier

2021-01-13 Thread Igor Korot
Hi, On Wed, Jan 13, 2021 at 7:12 PM Python wrote: > > On Tue, Jan 12, 2021 at 06:43:39PM -, Grant Edwards wrote: > > And those X11 users will swear at you if you override their window > > managers configured window placement. Application code should not care > > about or try to control window

Re: Application window geometry specifier

2021-01-13 Thread Igor Korot
Hi, On Wed, Jan 13, 2021 at 7:20 PM Python wrote: > > On Thu, Jan 14, 2021 at 11:58:34AM +1100, Chris Angelico wrote: > > On Thu, Jan 14, 2021 at 11:53 AM Python wrote: > > Have you actually done any research by (a) asking people what they > > actually prefer, and better still (b) silently watch

Re: Application window geometry specifier

2021-01-13 Thread Igor Korot
Chris, On Wed, Jan 13, 2021 at 7:33 PM Chris Angelico wrote: > > On Thu, Jan 14, 2021 at 12:18 PM Python wrote: > > > The results will differ based on whether the user in question has > > > basically just one primary application (an IDE, or some gigantic app > > > like Adobe PhotoShop) that they

Re: Application window geometry specifier

2021-01-13 Thread Igor Korot
Chris, On Wed, Jan 13, 2021 at 7:45 PM Chris Angelico wrote: > > On Thu, Jan 14, 2021 at 12:39 PM Igor Korot wrote: > > > > Chris, > > > > On Wed, Jan 13, 2021 at 7:33 PM Chris Angelico wrote: > > > > > > On Thu, Jan 14, 2021 at 12:18 PM Python

Re: Application window geometry specifier

2021-01-13 Thread Igor Korot
Chris, On Wed, Jan 13, 2021 at 8:12 PM Chris Angelico wrote: > > On Thu, Jan 14, 2021 at 1:05 PM Igor Korot wrote: > > > > Chris, > > > > On Wed, Jan 13, 2021 at 7:45 PM Chris Angelico wrote: > > > > > > On Thu, Jan 14, 2021 at 1

Re: Application window geometry specifier

2021-01-13 Thread Igor Korot
Hi, David, On Wed, Jan 13, 2021 at 9:24 PM David L Neil via Python-list wrote: > > On 14/01/2021 15.25, boB Stepp wrote: > > On Wed, Jan 13, 2021 at 7:28 PM Chris Angelico wrote: > > > >> I love how "I think" is allowed to trump decades of usability research. > > I'm just pleased that @Chris has

Re: New Python implementation

2021-02-13 Thread Igor Korot
Hi, But most importantly - what is the reason for this ? I mean - what problems the actual python compiler produce? Thank you. On Sat, Feb 13, 2021, 3:26 PM Alan Gauld via Python-list < python-list@python.org> wrote: > On 13/02/2021 16:09, Mr Flibble wrote: > > On 13/02/2021 00:01, Alan Gauld w

Re: Sketch

2021-02-13 Thread Igor Korot
Hi, On Sat, Feb 13, 2021, 9:12 PM Mr Flibble wrote: > On 14/02/2021 05:04, Mark Lawrence wrote: > > On Sunday, February 14, 2021 at 5:01:46 AM UTC, Mr Flibble wrote: > >> CPython *is* the dead parrot. > >> > >> It's time for Python to evolve out of the primordial soup. > >> > >> /Flibble > Is

Fwd: Sketch

2021-02-14 Thread Igor Korot
-- Forwarded message - From: Igor Korot Date: Sat, Feb 13, 2021, 9:20 PM Subject: Re: Sketch To: Mr Flibble Cc: Hi, On Sat, Feb 13, 2021, 9:12 PM Mr Flibble wrote: > On 14/02/2021 05:04, Mark Lawrence wrote: > > On Sunday, February 14, 2021 at 5:01:46 AM UTC, M

Re: New Python implementation

2021-02-14 Thread Igor Korot
tian Gollwitzer wrote: > Am 14.02.21 um 01:19 schrieb Chris Angelico: > > On Sun, Feb 14, 2021 at 11:14 AM Mr Flibble > > wrote: > >> > >> On 13/02/2021 23:30, Igor Korot wrote: > >>> Hi, > >>> But most importantly - what is the reason fo

Re: New Python implementation

2021-02-15 Thread Igor Korot
And C. Thank you. On Mon, Feb 15, 2021, 3:56 PM Grant Edwards wrote: > On 2021-02-15, Roel Schroeven wrote: > > > Is it your intention to not only compile procedural and object-oriented > > languages, or also functional languages such as Haskell, Ocaml, Scheme? > > And Prolog! > > -- > Grant

Re: New Python implementation

2021-02-15 Thread Igor Korot
Hi, guys, Let me try to throw in another one - PL/1. This guys used to be very popular with the accounting community... Thank you. On Mon, Feb 15, 2021 at 9:51 PM Alan Gauld via Python-list wrote: > > On 15/02/2021 22:24, Roel Schroeven wrote: > > Grant Edwards schreef op 15/02/2021 om 21:59: >

Re: New Python implementation

2021-02-16 Thread Igor Korot
Hi, On Tue, Feb 16, 2021, 8:15 PM Abdur-Rahmaan Janhangeer wrote: > Greetings list, > > > Even if Python is my choice language for personal projects, I am not > certain it > is the right language to use in a classroom context. > > This sums the view of most teachers in my country. In here for

Re: is not recognized as an internal or external command, operable program or batch file.

2021-03-02 Thread Igor Korot
Hi, On Mon, Mar 1, 2021 at 12:56 PM singh.veer9--- via Python-list wrote: > >Dear Sir/Madam > >Sir I am facing the issue from 10 days. And I tried all the ways to remove >this or to come out of this problem >but as i try to install some PYTEST or OPENPYXL packages using pip it

Re: program python

2021-03-04 Thread Igor Korot
Hi, On Thu, Mar 4, 2021 at 2:42 PM alberto wrote: > > Hi I'm tring to write a program with python to evaluate data of csv data > In particular I would extract this information > > View data on the presence of men and women in Affori over time. > > * Carry out an analysis relating to the last avai

Re: program python

2021-03-04 Thread Igor Korot
Hi, On Thu, Mar 4, 2021 at 4:42 PM alberto wrote: > > Il giorno giovedì 4 marzo 2021 alle 22:04:57 UTC+1 Paul Bryan ha scritto: > > I don't see a Python program in that link. > > > > Are you asking how to extract data from a CSV? > > A good start will be to look into the csv.reader function and >

Re: Getting Modify Setup message

2021-03-09 Thread Igor Korot
Hi, On Tue, Mar 9, 2021 at 5:05 PM Jaya Yogasundaram wrote: > > Hello > > I just installed Python 3.9.2 on my computer a week ago . But I am getting > the Modify Setup window pops up many times. How can I fix it. Let me know > please. Are you trying to re-run the setup? What happens if you start

Re: Application problems

2021-03-10 Thread Igor Korot
Hi, On Wed, Mar 10, 2021 at 2:37 PM Yoosuf Oluwatosin via Python-list wrote: > > > I have downloaded python 3.9.2 on my hp laptop with windows 10 and tried > opening both the normal python and the idle python on my pc but the norml > keeps opening the modify, repair and uninstall page while the

Re: Regarding Python installation issue

2021-03-11 Thread Igor Korot
Hi, On Thu, Mar 11, 2021 at 8:57 AM APURVA DHOK wrote: > > Hi, I am Apurva > I am facing a problem with the Python installation. After installing any > Python version with(32 bit/64bit) on windows the script folder in python is > empty please help me to get pip.exe and easy_install.exe Which pyt

Re: Help Please

2021-03-26 Thread Igor Korot
Hi, On Fri, Mar 26, 2021 at 11:36 AM Anis4Games wrote: > Hello python support team , i need help about packages and python modules > > That Video Will Explain My Problem > Please don't send any attachment to the list - it will be dropped from the E-mail. Cut'n'paste any errors you receive dire

Re: i am getting the following error code while trying to reinstall pip

2021-03-28 Thread Igor Korot
Hi, On Sun, Mar 28, 2021, 9:29 AM ACE 012 wrote: > ValueError: bad marshal data (digit out of range in long) > Why do you need to re-install it? What was wrong? Thank you. -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list

Re: Issues in starting Python application

2021-04-01 Thread Igor Korot
Hi, On Thu, Apr 1, 2021 at 10:41 AM Marco Ippolito wrote: > > On 2021-04-01, Mahira Pamnani wrote: > > Sir > > I have been trying hard to install Python on my PC since a long time. The > > application gets installed but, for reasons unknown, it doesn't start. > > It keeps asking to repair, modify

Re: NOT ABLE TO DOWNLOAD speech_recognition ON MY COMPUTER

2021-04-01 Thread Igor Korot
Hi, On Thu, Apr 1, 2021 at 12:23 PM ᗷᑌᑎᑎY wrote: > >Hello everyone. I am not able to download speech_recognition . I am not >professional just a beggnier but I decided and started developing a voice >commanding software and I need to download speech_recognition. When I >enter the

Re: Problem in uninstalling python

2021-04-09 Thread Igor Korot
Hi, On Fri, Apr 9, 2021 at 10:35 AM Paul Bryan wrote: > > Please describe your problem in detail. > > Paul > > > On Fri, 2021-04-09 at 11:03 +0530, arishmallick...@gmail.com wrote: > >I am encountering problem in uninstalling python. Please help me > > in this. I presume you tried to send a

Re: neoPython : Fastest Python Implementation: Coming Soon

2021-05-05 Thread Igor Korot
Hi, On Wed, May 5, 2021 at 11:27 AM Mr Flibble < flib...@i42.invalidwibblegrok.co.uk> wrote: > On 05/05/2021 17:02, Chris Angelico wrote: > > On Thu, May 6, 2021 at 2:01 AM Mr Flibble > > wrote: > >> > >> neoPython : Fastest Python Implementation: Coming Soon > >> > >> Message ends. > >> > >> /F

Re: neoPython : Fastest Python Implementation: Coming Soon

2021-05-05 Thread Igor Korot
Hi, On Wed, May 5, 2021 at 11:47 AM Mr Flibble < flib...@i42.invalidwibblegrok.co.uk> wrote: > On 05/05/2021 17:36, Igor Korot wrote: > > Hi, > > > > On Wed, May 5, 2021 at 11:27 AM Mr Flibble < > > flib...@i42.invalidwibblegrok.co.uk> wrote: > > &

Re: Issue in software

2021-05-23 Thread Igor Korot
Hi, On Sun, May 23, 2021 at 11:50 AM pradeep Y wrote: > > I I couldn't get the solution for this issue since last week will you > please help me to solve this issue the issue is when I opened command > prompt this below message will Pop up > > > "The program can't start because api-ms-win-crt-run

Re: learning python ...

2021-05-23 Thread Igor Korot
Hi, On Mon, May 24, 2021 at 12:26 AM hw wrote: > > On 5/23/21 10:02 PM, Stestagg wrote: > > > > > > On Sun, 23 May 2021 at 20:37, hw > > wrote: > > > > On 5/23/21 7:28 PM, Peter Otten wrote: > > > On 23/05/2021 06:37, hw wrote: > > >> > > >> Hi, > >

Re: Python doesn't work

2021-05-30 Thread Igor Korot
Hi, On Sun, May 30, 2021 at 2:00 PM Mr.Incognito wrote: > >Hello > >I downloaded the latest versioon of Python and tried to open several .py >files, but it doesn't open. It opens for a sec, then closes itself. I >tried uninstalling and reinstalling, but it doesn't work. Did you t

Re: Python app setup

2021-06-01 Thread Igor Korot
Hi, On Tue, Jun 1, 2021 at 12:25 PM Murali Pa wrote: > >Hi, >I've installed latest version of Python 3.9.5 and downloaded for Windows. >Once I click on the Python app, I'm getting command screen and not sure on >the next action. could you please help me to fix this issue. >Pyt

Re: urgent

2021-08-30 Thread Igor Korot
Hi, On Mon, Aug 30, 2021 at 4:34 PM Hari wrote: > > i was download ur python software but it is like boring user interface for > me like young student to learn ,can u have any updates? Can you elaborate a little: Why do you want python? What task do you want to solve with python? Why python? Why

Re: software installation problems

2021-08-30 Thread Igor Korot
Hi, On Mon, Aug 30, 2021 at 4:37 PM randy darwin lozanovalle wrote: > > Good morning, when I run the Python program after installing the > latest version, I get this message (attached file), I have already > reinstalled the program several times and the same message keeps > appearing; What soluti

Re: urgent

2021-08-31 Thread Igor Korot
; option: ? > Why not any other language? > option: ? Those 2 depend on the task at hand. Thank you. > > > On Tue, Aug 31, 2021 at 3:08 AM Igor Korot wrote: >> >> Hi, >> >> On Mon, Aug 30, 2021 at 4:34 PM Hari wrote: >> > >> > i was downloa

Problem with python

2021-09-04 Thread Igor Korot
Hi, ALL, [code] igor@WaylandGnome ~/bakefile $ python Python 3.9.6 (default, Aug 8 2021, 17:26:32) [GCC 10.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from distutils import sysconfig >>> print sysconfig.get_python_inc() File "", line 1 print sysc

Re: Problem with python

2021-09-04 Thread Igor Korot
Thx guys. I submitted a bug report for the project that uses it. On Sat, Sep 4, 2021 at 1:42 PM Joel Goldstick wrote: > > On Sat, Sep 4, 2021 at 2:29 PM Igor Korot wrote: > > > > Hi, ALL, > > > > [code] > > igor@WaylandGnome ~/bakefile $ python > > Py

Re: Problem with python

2021-09-04 Thread Igor Korot
Hi, Will this syntax work in python 2? Thank you. On Sat, Sep 4, 2021 at 1:52 PM dn via Python-list wrote: > > On 05/09/2021 06.27, Igor Korot wrote: > > Hi, ALL, > > > > [code] > > igor@WaylandGnome ~/bakefile $ python > > Python 3.9.6 (default, Aug 8 2021,

Re: Free OCR package in Python and selecting appropriate widget for the GUI

2021-09-21 Thread Igor Korot
imgur.com Then you upload your image and post a perma-link here in reply. On Tue, Sep 21, 2021, 22:03 Mohsen Owzar wrote: > DFS schrieb am Dienstag, 21. September 2021 um 15:45:38 UTC+2: > > On 9/21/2021 4:36 AM, Mohsen Owzar wrote: > > > Hi Guys > > > Long time ago I've written a program in Ma

Re: help

2021-12-09 Thread Igor Korot
Hi, On Thu, Dec 9, 2021 at 10:31 AM smita wrote: > > > >I am not able to open python on my laptop plzz help What do you mean by saying "open python"? Thank you. > > > >Sent from [1]Mail for Windows > > > > References > >Visible links >1. https://go.microsoft.com/fwlink/?LinkId=

Re: Sir jupyter note book is not working on my laptop?

2021-12-23 Thread Igor Korot
Hi, On Thu, Dec 23, 2021 at 1:42 PM IMTIAZ AHMAD wrote: > > Well, my program just crashed. Can you help? Thank you. > > > >Sent from [1]Mail for Windows > > > > References > >Visible links >1. https://go.microsoft.com/fwlink/?LinkId=550986 > -- > https://mail.python.org/mailman/li

Re: integer's methods

2016-08-18 Thread Igor Korot
Hi, On Thu, Aug 18, 2016 at 8:58 AM, ast wrote: > Hello > > I wonder why calling a method on an integer > doesn't work ? 123 is not an integer. Its an integer constant. ;-) Thank you. > 123.bit_length() > > SyntaxError: invalid syntax > 123.to_bytes(3, 'big') > > SyntaxError: invalid

Re: Instalação

2016-03-30 Thread Igor Korot
Hi, Natalia, On Wed, Mar 30, 2016 at 9:13 AM, Alan Evangelista wrote: > >> Não consigo instalar o python no meu Windows,gostaria de alguma ajuda ou >> esclarecimento > > > Natalia, you should use English in this mailing list. > > - download latest Python. Python has 2 different versions under dev

Re: troubleshooting

2016-04-04 Thread Igor Korot
Hi, On Mon, Apr 4, 2016 at 12:03 PM, Sk. Amirul Islam wrote: > i recently installed the application but when i ran it it gave a 'runtime > error". i even reinstalled it. but it gives the same error everytime i try. > im eclosing a screenshot of the error . thank you Attachments are not going thr

Install request

2016-04-05 Thread Igor Korot
Hi, python community, Recently there was a huge number of e-mail stating that the python installer does not work. When asked about it, people reveal that they wee using Windows and they were getting errors about missing DLL. I know for a fact that in the InstallShield it is possible to detect th

Re: installation problem

2016-04-11 Thread Igor Korot
Hi, Palak, On Sun, Apr 10, 2016 at 2:30 AM, palak pandey wrote: > i m not able to install python software in my windows 10 os... > i have provided u with the image of error that is occurring during > installation > [image: Inline image 1] Attachments are not allowed on this list. Please copy an

Re:

2016-04-11 Thread Igor Korot
Hi, On Sat, Apr 9, 2016 at 11:37 AM, DEEPAK KUMAR PAWAR wrote: > I am trying to install numpy along with the python35 > But it getting error everytime. What error you receive? Please copy and paste the error as this list does not allow screenshots... Thank you. > > > > Sent from Mail for Wind

Re: IdentationError; unexpected indent

2016-04-13 Thread Igor Korot
Hi, Salma, On Wed, Apr 13, 2016 at 11:53 AM, salma ammar wrote: > Hi, > > I am about to run this code using python 2.7. But when executing this code, > an error appears (see attachement): IdentationError; unexpected indent > > What should I rectify to correct this error please? > > > *import sys*

Re: IdentationError; unexpected indent

2016-04-14 Thread Igor Korot
sAndEdges = sorted([(dist, edge) for edge, dist in edges]) > print(distancesAndEdges) > edgeofstation[id] = distancesAndEdges[0] > print (edgeofstation[id]) > f.close() And what is the error message exactly? Can you copy/paste it as well? Also, I'd advise you to s

Re: Compiling extensions on Python 2.7, Windows 10 64 bit

2016-04-29 Thread Igor Korot
Andrea, On Fri, Apr 29, 2016 at 3:45 PM, wrote: > Dear list, > > I have been trying to compile wxPython Phoenix > (https://github.com/wxWidgets/Phoenix) from source on Windows 10 64 bit, > Python 2.7 64 bit, using the very handy Microsoft Visual C++ Compiler for > Python 2.7 (https://www.

Re: Compiling extensions on Python 2.7, Windows 10 64 bit

2016-04-29 Thread Igor Korot
Andrea, On Fri, Apr 29, 2016 at 4:27 PM, Andrea Gavana wrote: > Hi, > > > On Friday, 29 April 2016, Igor Korot wrote: >> >> Andrea, >> >> On Fri, Apr 29, 2016 at 3:45 PM, wrote: >> > Dear list, >> > >> > I have been trying

Re: Average calculation Program *need help*

2016-05-12 Thread Igor Korot
Hi, On Thu, May 12, 2016 at 11:47 AM, wrote: > Hello all, I have been struggling with this code for 3 hours now and I'm > still stumped. My problem is that when I run the following code: > -- > #this function will get t

Re: Beginner Question

2016-06-01 Thread Igor Korot
Hi, guys, On Wed, Jun 1, 2016 at 9:42 PM, boB Stepp wrote: > On Wed, Jun 1, 2016 at 7:55 PM, Marcin Rak > wrote: >> Hi to all >> >> I have a beginner question to which I have not found an answer I was able to >> understand. Could someone explain why the following program: >> >> def f(a, L=[])

Re: Beginner Question

2016-06-02 Thread Igor Korot
Steven, On Thu, Jun 2, 2016 at 1:20 AM, Steven D'Aprano wrote: > On Thursday 02 June 2016 14:21, Igor Korot wrote: > >> Hi, guys, >> >> On Wed, Jun 1, 2016 at 9:42 PM, boB Stepp wrote: >>> On Wed, Jun 1, 2016 at 7:55 PM, Marcin Rak >>> wrote: >

Re: Recommendation for GUI lib?

2016-06-02 Thread Igor Korot
Hi, On Thu, Jun 2, 2016 at 4:13 PM, Rob Gaddi wrote: > Nick Sarbicki wrote: > >>> >>> >>> > >>> > Do you have any recommendations? Primary platforms are OS X and Linux. >>> > >>> > I, of course, want to have "standard" widgets but a "calendar >>> > view"/"date picker" is a plus. >>> >> >> I gener

Re: Python Error message

2016-08-04 Thread Igor Korot
Steven, On Thu, Aug 4, 2016 at 11:56 AM, Steven D'Aprano wrote: > On Fri, 5 Aug 2016 01:31 am, GBANE FETIGUE wrote: > >> try: >> parsed_response = json.loads(response) >> deployid = parsed_response[u'id'] >> print "Your deployid is: " + deployid >> except: >> print 'Seems the named id

Re: Win32 API in pywin32

2016-08-04 Thread Igor Korot
Hi, On Thu, Aug 4, 2016 at 4:57 PM, Lawrence D’Oliveiro wrote: > On Friday, August 5, 2016 at 11:50:28 AM UTC+12, jj0ge...@gmail.com wrote: >> According to Python.org Mark Hammond has an Add-on (pywin32) that supports >> Win32 and COM. > > Are people still using Win32? I thought Windows went 64-b

Re: No connection

2018-12-16 Thread Igor Korot
Hi, On Sun, Dec 16, 2018 at 12:00 PM Vasilis Mytilinaios wrote: > > Hello, > > I'm trying to open the interactive shell but it doesn't let me. It says > that IDLE's subprocess didn't make connection. I unistall and install > python again and still doesn't work. > I was using it properly until 2 d

Re: Implement C's Switch in Python 3

2019-02-02 Thread Igor Korot
Hi, On Sat, Feb 2, 2019 at 8:54 PM Avi Gross wrote: > > I may be missing something, but the focus seems to be only on the rightmost > digit. You can get that with > > > str(day)[-1] > or with > day % 10 > > Problem: print 1..31 using suffixes such as 1st, 2nd, 3rd, 4th ... > > So y

Re: Convert a list with wrong encoding to utf8

2019-02-14 Thread Igor Korot
Hi, On Thu, Feb 14, 2019 at 1:10 PM wrote: > > Τη Πέμπτη, 14 Φεβρουαρίου 2019 - 8:16:40 μ.μ. UTC+2, ο χρήστης Calvin > Spealman έγραψε: > > If you see something like this > > > > '\xce\x86\xce\xba\xce\xb7\xcf\x82 > > \xce\xa4\xcf\x83\xce\xb9\xce\xac\xce\xbc\xce\xb7\xcf\x82' > > > > then you don'

Re: How to detect if a file is executable on Windows?

2019-02-19 Thread Igor Korot
Hi, On Tue, Feb 19, 2019 at 7:26 AM Stephane Wirtel wrote: > > Hi all, > > on Linux/Unix/BSD, we can detect if a file is an executable with > os.access(path, os.X_OK) but this is not the case on Windows. > > Do you have an idea? Check file extension? Thank you. > > Have a nice day, > > Stéphan

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Igor Korot
Hi, On Wed, Feb 27, 2019 at 10:53 AM Dave wrote: > > On 2/27/19 11:38 AM, Rhodri James wrote: > > On 27/02/2019 15:37, Dave wrote: > >> * GUI must support all desktops with a native look and feel. Kivy > >> fails this one. Will have mobile apps later in the year, so it would > >> be nice if one

Re: System Beep?

2019-03-08 Thread Igor Korot
Hi, On Fri, Mar 8, 2019 at 1:35 PM Steve wrote: > > How can I cause a system beep using code? > This is using the computer's internal speaker, not an audio external > speaker. Print 0x07. Thank you. > Do I have control of duration or volume? > > Steve > > > > > > Footnote: > Every minute, ever

Re: hello this ali .. i want some question about python

2019-04-05 Thread Igor Korot
Hi, On Fri, Apr 5, 2019 at 9:02 PM Sayth Renshaw wrote: > > On Saturday, 6 April 2019 08:21:51 UTC+11, maak khan wrote: > > i need your help guys .. plz Are you trying to create a teaching software? Thank you. > > With? > -- > https://mail.python.org/mailman/listinfo/python-list -- https://m

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: not working

2019-05-14 Thread Igor Korot
On Tue, May 14, 2019 at 11:45 AM Grant Edwards wrote: > > On 2019-05-14, Zacharia Khan wrote: > > > python is not working for me can you help fix it "Help" given. Thank you. > > Yes. > > -- > Grant Edwards grant.b.edwardsYow! Hello, GORRY-O!! >

Re: Installation Problems with Python 3.7.3

2019-05-20 Thread Igor Korot
Hi, On Mon, May 20, 2019 at 1:53 PM Carolyn Evans wrote: > > I am having trouble with re-installing python 3.7.3. Why do you need to reinstall? What seems to be the problem? Thank you. > > I keep getting the following message: > > Modify > Repair > Remove > > I have tried all three numerous ti

python 2 to 3 conversion

2019-06-17 Thread Igor Korot
Hi, Is there a place where there is a full list of incompatibilities between python 2 and python 3 is available and how to fix them? I'm looking for a way to fix following code, which runs perfectly with python 2 (and make it work with both python 2 and python 3): if bytes[0:16].tostring() != '':

Re: Cannot install python on my system

2019-06-17 Thread Igor Korot
Hi, On Mon, Jun 17, 2019 at 5:18 AM EMAX ENGRG SERVICES LTD wrote: > > > > Sent from Mail for Windows 10 > Sir, > Please I have difficulties installing python on my system. After downloading > the extension, yet it would not take me to sequence of agreeing to license > and terms. I am looking

Re: problem encountered

2019-06-17 Thread Igor Korot
Hi, On Mon, Jun 17, 2019 at 5:14 AM 宣鸿 wrote: > > Hi, > > > After installation, in cmd window, I can not run any command successfully. I > copied screens as below, could you pls help? > Very appreciate for your help! I hope you can read my message. This list does not support an attachments - i

Re: Coding problem

2019-06-17 Thread Igor Korot
On Mon, Jun 17, 2019 at 5:03 AM INJAMUL HOQUE wrote: > > Reading problem... > -- > https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list

Re: how to learn python language

2019-06-17 Thread Igor Korot
Hi, On Mon, Jun 17, 2019 at 4:55 AM praveendevan wrote: > > The best way is to get to class that teaches it. Then you will learn how to do things proper way. Thank you. > > Sent from Mail for Windows 10 > > -- > https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/

  1   2   3   >