Re: Predicting an object over an pretrained model is not working

2024-07-31 Thread marc nicole via Python-list
You invitation to read on machine is not helping, if you wanna enlighten us on this specific case otherwise pls spare me such comments which i know On Wed, 31 Jul 2024, 16:00 Grant Edwards via Python-list, < python-list@python.org> wrote: > On 2024-07-31, marc nicole via Python-list wrote: > > >

Re: Predicting an object over an pretrained model is not working

2024-07-31 Thread Grant Edwards via Python-list
On 2024-07-31, marc nicole via Python-list wrote: > I suppose the meaning of those numbers comes from this line > predicts_dict[class_name].append([int(xmin), int(ymin), int(xmax), > int(ymax), P[index]]) as well as the yolo inference call. But i was > expecting zeros for all classes except small

Re: Predicting an object over an pretrained model is not working

2024-07-31 Thread marc nicole via Python-list
I suppose the meaning of those numbers comes from this line predicts_dict[class_name].append([int(xmin), int(ymin), int(xmax), int(ymax), P[index]]) as well as the yolo inference call. But i was expecting zeros for all classes except smallball. Because the image only shows that, and that a train an

Re: Predicting an object over an pretrained model is not working

2024-07-30 Thread dn via Python-list
On 31/07/24 06:18, marc nicole via Python-list wrote: Hello all, I want to predict an object by given as input an image and want to have my model be able to predict the label. I have trained a model using tensorflow based on annotated database where the target object to predict was added to the

Re: Predicting an object over an pretrained model is not working

2024-07-30 Thread Thomas Passin via Python-list
On 7/30/2024 4:49 PM, marc nicole wrote: OK, but how's the probability of small_ball greater than others? I can't find it anyway, what's its value? It's your code. I wouldn't know. I suppose it's represented somewhere in all those parameters. You need to understand what those function calls a

Re: Predicting an object over an pretrained model is not working

2024-07-30 Thread marc nicole via Python-list
OK, but how's the probability of small_ball greater than others? I can't find it anyway, what's its value? Le mar. 30 juil. 2024 à 21:37, Thomas Passin via Python-list < python-list@python.org> a écrit : > On 7/30/2024 2:18 PM, marc nicole via Python-list wrote: > > Hello all, > > > > I want to p

Re: Predicting an object over an pretrained model is not working

2024-07-30 Thread Thomas Passin via Python-list
On 7/30/2024 2:18 PM, marc nicole via Python-list wrote: Hello all, I want to predict an object by given as input an image and want to have my model be able to predict the label. I have trained a model using tensorflow based on annotated database where the target object to predict was added to t

Predicting an object over an pretrained model is not working

2024-07-30 Thread marc nicole via Python-list
Hello all, I want to predict an object by given as input an image and want to have my model be able to predict the label. I have trained a model using tensorflow based on annotated database where the target object to predict was added to the pretrained model. the code I am using is the following w

Re: python repl vi mode line editing not working.

2024-07-11 Thread Tobiah via Python-list
I see the literal 'escape' character + 'k', when it should let me edit previous commands. I did have to compile my own python because I'm using 2.7 on this machine. I figured it out. I needed to apt install libreadline-dev. -- https://mail.python.org/mailman/listinfo/python-list

Re: python repl vi mode line editing not working.

2024-07-11 Thread Tobiah via Python-list
For this to work, the Python implementation should use the same readline library as your shell, I guess. It works in python3, so I guess my problem is that I'm compiling python (I think kubuntu dropped python2), but I don't see any relevant options in the configure help. -- https://m

python repl vi mode line editing not working.

2024-07-11 Thread Tobiah via Python-list
Kubuntu 24.04. sinewave:toby ~(1)> cat .inputrc set editing-mode vi set keymap vi sinewave:toby ~(1)> cat .editrc bind -v bind \\t rl_complete sinewave:toby ~(1)> python Python 2.7.18 (default, Jul 8 2024, 12:49:12) [GCC 13.2.0] on linux2 Type "help", "copyright", "credits" or "license" for mor

Re: Python 3.12.0 venv not working with psycopg2

2023-10-02 Thread Peter J. Holzer via Python-list
On 2023-10-02 19:44:12 +0300, אורי via Python-list wrote: > I have an issue since about 5 months now. Python 3.12.0 venv not working > with psycopg2 on Windows. I created 2 issues on GitHub but they were > closed. I checked today with the new Python release but it's still not > wo

Python 3.12.0 venv not working with psycopg2

2023-10-02 Thread אורי via Python-list
Hi, I have an issue since about 5 months now. Python 3.12.0 venv not working with psycopg2 on Windows. I created 2 issues on GitHub but they were closed. I checked today with the new Python release but it's still not working. https://github.com/psycopg/psycopg2/issues/1578 https://githu

Re: Python installation not full and python not working 3.11.0

2023-03-10 Thread Thomas Passin
On 3/10/2023 9:51 PM, Thomas Passin wrote: On 3/10/2023 6:27 PM, Jan Vasko wrote: Please note that you can't attach images in these posts, at least not so we can read them.  Instead, copy the messages from the console and paste them into your post. I suggest that you check to make sure that

Re: Python installation not full and python not working 3.11.0

2023-03-10 Thread MRAB
On 2023-03-10 23:27, Jan Vasko wrote: Hello all, I would like to ask you for help. I have been using Python 3.8 for almost 2 years and I decided to update to 3.11. Initially everything was correct. But at some point Windows shows me that Python is being reinstalled (I don't have a message pr

Re: Python installation not full and python not working 3.11.0

2023-03-10 Thread Thomas Passin
On 3/10/2023 6:27 PM, Jan Vasko wrote: Please note that you can't attach images in these posts, at least not so we can read them. Instead, copy the messages from the console and paste them into your post. I suggest that you check to make sure that your system hasn't been damaged or corrupte

RE: Python installation not full and python not working 3.11.0

2023-03-10 Thread Jan Vasko
Hello all, I would like to ask you for help. I have been using Python 3.8 for almost 2 years and I decided to update to 3.11. Initially everything was correct. But at some point Windows shows me that Python is being reinstalled (I don't have a message print screen ..), but from that time I can

Re: pygame.midi input/output not working

2022-12-22 Thread Thomas Passin
This issue thread on Github says that everyone is waiting on the packaging maintainer, but nothing from him for some time. On 12/22/2022 5:04 AM, Peter J. Holzer wrote: On 2022-12-21 17:23:47 -0500, Thomas Passin wrote: The pygame web site says this: "Pygame still does not run on Python 3.11"

Re: pygame.midi input/output not working

2022-12-22 Thread Weatherby,Gerard
https://github.com/pygame/pygame/issues/3522 From: Python-list on behalf of Peter J. Holzer Date: Thursday, December 22, 2022 at 5:06 AM To: python-list@python.org Subject: Re: pygame.midi input/output not working On 2022-12-21 17:23:47 -0500, Thomas Passin wrote: > The pygame web site s

Re: pygame.midi input/output not working

2022-12-22 Thread Peter J. Holzer
On 2022-12-21 17:23:47 -0500, Thomas Passin wrote: > The pygame web site says this: > > "Pygame still does not run on Python 3.11" This doesn't sound like "we haven't got around to preparing packages yet" and more like "there's a serious incompatibility we haven't solved yet". Does anybody know

Fwd: pygame.midi input/output not working

2022-12-21 Thread Patrick EGLOFF
Hi Thomas, Thanks for the answer AND solution ! That was it... shame on me, I didn't notice this warning. I uninstalled 3.11.1 and installed 3.10.9, and my software is back to live ! Now I have to figure out another problem. I will make another post about this serial weird behavior. Thanks for

Re: pygame.midi input/output not working

2022-12-21 Thread Thomas Passin
On 12/21/2022 4:32 PM, Patrick EGLOFF wrote: HI, Some time ago I wrote a small software using pygame.midi It worked just fine with Win10/ python 3.9 / SDL 2.0.14 / pygame 2.0.1 I had to change my computer and now I installed Win10 / Python 3.11.1 / SDL 2.0.18 / pygame 2.1.2 The following instru

pygame.midi input/output not working

2022-12-21 Thread Patrick EGLOFF
HI, Some time ago I wrote a small software using pygame.midi It worked just fine with Win10/ python 3.9 / SDL 2.0.14 / pygame 2.0.1 I had to change my computer and now I installed Win10 / Python 3.11.1 / SDL 2.0.18 / pygame 2.1.2 The following instructions don't work anymore, making the IDE stop

Re: Download Not Working

2022-12-16 Thread Mats Wichmann
On 12/16/22 09:07, Kaiser Arnhart wrote: Good afternoon, I am unable to open Python 3 after downloading. For context, I uninstalled it due to not checking the "Add to Path" box Others have already asked for more details. On the above, though, note that you can fix many aspects of the install

Re: Download Not Working

2022-12-16 Thread Thomas Passin
Please be more informative! Is this on Windows? Did Python 3 run as you expected, before you uninstalled it? Exactly how did you try to launch Python? Exactly what did you observe when it appeared not to run? Did you try any other ways to run it? What version of Python are you talking abou

Re: Download Not Working

2022-12-16 Thread dn
On 17/12/2022 05.07, Kaiser Arnhart wrote: Good afternoon, I am unable to open Python 3 after downloading. For context, I uninstalled it due to not checking the "Add to Path" box and then I reinstalled after checking that box and now none of the downloads will open and run Python 3. Please hel

Re: Download Not Working

2022-12-16 Thread Kaiser Arnhart
> Good afternoon, > > I am unable to open Python 3 after downloading. For context, I uninstalled it > due to not checking the "Add to Path" box and then I reinstalled after > checking that box and now none of the downloads will open and run Python 3. > Please help. > > Thanks, Kaiser Arnh

Re: Python is not working on my desktop

2022-09-19 Thread dn
-Tutor Discussion List which handles beginner and learner conversations. On 19/09/2022 23.43, python 3.0 is not working wrote: >  > >  > >Sent from [1]Mail for Windows -- Regards, =dn -- https://mail.python.org/mailman/listinfo/python-list

Python is not working on my desktop

2022-09-19 Thread python 3 . 0 is not working
    Sent from [1]Mail for Windows   References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 -- https://mail.python.org/mailman/listinfo/python-list

Re: Uninstall tool not working.

2022-09-14 Thread DFS
On 9/13/2022 3:54 PM, Salvatore Bruzzese wrote: Hi, I was trying to uninstall version 3.10.7 of python but I've encountered problems with the uninstall tool. I open the python setup program, click on the uninstall button but it doesn't even start deleting python even though it says that the proce

Uninstall tool not working.

2022-09-13 Thread Salvatore Bruzzese
Hi, I was trying to uninstall version 3.10.7 of python but I've encountered problems with the uninstall tool. I open the python setup program, click on the uninstall button but it doesn't even start deleting python even though it says that the process has finished. Feel free to ask for more details

Re: Tkinter not working

2022-08-01 Thread 2QdxY4RzWzUUiLuE
On 2022-08-01 at 18:53:47 +0100, Matthew Barnett wrote: > On 01/08/2022 13:17, Daniel Lee wrote: > > Hello, I my code with tkinter was working before, and now, it has many > > errors in it. I’m not sure what has happened. The results after running are > > below: > > > > "D:\Python Projects\tes

Re: Tkinter not working

2022-08-01 Thread Matthew Barnett
On 01/08/2022 13:17, Daniel Lee wrote: Hello, I my code with tkinter was working before, and now, it has many errors in it. I’m not sure what has happened. The results after running are below: "D:\Python Projects\tes\venv\Scripts\python.exe" "D:/Python Projects/tes/main.py" Traceback (most rec

Tkinter not working

2022-08-01 Thread Daniel Lee
Hello, I my code with tkinter was working before, and now, it has many errors in it. I’m not sure what has happened. The results after running are below: "D:\Python Projects\tes\venv\Scripts\python.exe" "D:/Python Projects/tes/main.py" Traceback (most recent call last): File "D:\Python Project

Re: Pip not working

2022-01-07 Thread Mats Wichmann
On 1/5/22 01:29, Malick Lickta Keita wrote: > Hello I’ve installed the latest version of python but pip is not working If you want some help with that, you're going to have to provide some details - no person on earth who isn't sitting looking at your computer screen with you would

Pip not working

2022-01-05 Thread Malick Lickta Keita
Hello I’ve installed the latest version of python but pip is not working Sent from my iPhone -- https://mail.python.org/mailman/listinfo/python-list

Re: PYTHON NOT WORKING

2022-01-01 Thread Dan Stromberg
On Sat, Jan 1, 2022 at 1:52 PM the derek team wrote: > HI, I am trying to use python 3.10-1 on windows but, When I try to open > python, it crashes. Anaconda also does not work. When I try to use the > powershell, it gives me an error message saying that this is not recognized > as a valid cmdlet

PYTHON NOT WORKING

2022-01-01 Thread the derek team
HI, I am trying to use python 3.10-1 on windows but, When I try to open python, it crashes. Anaconda also does not work. When I try to use the powershell, it gives me an error message saying that this is not recognized as a valid cmdlet. Please help. -- https://mail.python.org/mailman/listinfo/pyt

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

Sir jupyter note book is not working on my laptop?

2021-12-23 Thread IMTIAZ AHMAD
Sent from [1]Mail for Windows References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 -- https://mail.python.org/mailman/listinfo/python-list

Re: 'Pygame Module' not working

2021-07-31 Thread MRAB
On 2021-07-31 20:46, Dennis Lee Bieber wrote: On Sat, 31 Jul 2021 14:07:05 +0530, 37_VA_VEER CHAKRABORTY declaimed the following: pygame.image.load('assets/Flappy Bird.png') However, when I ran the script it was showing an error message - File not found Please advise me on how to upload the sp

Re: 'Pygame Module' not working

2021-07-31 Thread Dennis Lee Bieber
On Sat, 31 Jul 2021 14:07:05 +0530, 37_VA_VEER CHAKRABORTY declaimed the following: >pygame.image.load('assets/Flappy Bird.png') >However, when I ran the script it was showing an error message - File not >found >Please advise me on how to upload the sprites and where I was going wrong. F

Re: 'Pygame Module' not working

2021-07-31 Thread Michael F. Stemper
On 31/07/2021 03.37, 37_VA_VEER CHAKRABORTY wrote: Hi, I am a beginner in Python and I have started with the 'Pygame' module. I was making a 'Flappy Bird' game with the module with the help of Youtube videos. I was able to create a blank window. I had downloaded the game assets in my computer in

'Pygame Module' not working

2021-07-31 Thread 37_VA_VEER CHAKRABORTY
Hi, I am a beginner in Python and I have started with the 'Pygame' module. I was making a 'Flappy Bird' game with the module with the help of Youtube videos. I was able to create a blank window. I had downloaded the game assets in my computer in a folder called 'Python' and in a subfolder called 'a

Re: zoneinfo not working properly

2021-07-18 Thread Terry Reedy
On 7/18/2021 1:44 AM, Shashank Jain wrote: I was using python 3.9.3 then zoneinfo library was working fine without any issues. but now after installing 3.9.6 there are problems. Ex. Using below code there no outputs. and further there are issues while working with timezones with zoninfo where

Re: IDLE is not working after Python installation .

2021-06-22 Thread Mats Wichmann
On 6/21/21 11:14 PM, Ayaana Soni wrote: I have installed python from your site. After installation my IDLE doesn't work. IDLE is not in my search list. Plz help!! Thank you! you asked this before, and didn't answer the questions you got in reply. What does "doesn't work" mean? How is

Re: IDLE is not working after Python installation .

2021-06-22 Thread Terry Reedy
On 6/22/2021 1:14 AM, Ayaana Soni wrote: I have installed python from your site. For what OS. After installation my IDLE doesn't work. How did you try to start it? Did you read the Using Python doc on the website? Can you start python? IDLE is not in my search list. On Windows and

IDLE is not working after Python installation .

2021-06-21 Thread Ayaana Soni
I have installed python from your site. After installation my IDLE doesn't work. IDLE is not in my search list. Plz help!! Thank you! -- https://mail.python.org/mailman/listinfo/python-list

Re: Anaconda navigator not working

2021-06-20 Thread Rob Cliffe via Python-list
I'm afraid I can't help at all, but I have many times (well, it feels like many) encountered the     "%1 is not a valid Win32 application" error message.  It looks like a format string that has not been given an argument to format. I would guess it's a bug either in Windows or somewhere in Pyth

Anaconda navigator not working

2021-06-20 Thread Liya Ann Sunny
After installing Anaconda, I tried to open the anaconda navigator but it did not work. When i check in anaconda prompt by running code >>>anaconda it got error like this (base) C:\Users\Acer>anaconda Traceback (most recent call last): File "C:\Users\Acer\anaconda3\Scripts\anaconda-script.py", li

Re: Python 3.9. 1 not working

2021-02-10 Thread Roland Mueller via Python-list
Hello, Please note that this is not a kind of support service rather than a community where people help each other on voluntary base. In order to get help from here, you should provide enough information about your issue with Python 3.9 that others can figure out what happened. BR, Roland ke 10

Python 3.9. 1 not working

2021-02-09 Thread Martin Lopez
Where do I inquire about installation support? -- https://mail.python.org/mailman/listinfo/python-list

Re: python if and same instruction line not working

2020-10-04 Thread MRAB
ntsC += x > > for x in sorted (fr, key=str.lower): > if x != csv_contents: > tmpstr = x.rpartition(';')[2] > if tmpstr == "folder\n": > csv_contentsB += x > elif tmpstr == "file\n": >

Re: python if and same instruction line not working

2020-10-04 Thread pascal z via Python-list
; > > > for x in sorted (fr, key=str.lower): > > if x != csv_contents: > > tmpstr = x.rpartition(';')[2] > > if tmpstr == "folder\n": > > csv_contentsB += x > > elif tmpstr == "fi

Re: python if and same instruction line not working

2020-09-29 Thread MRAB
older\n": csv_contentsB += x elif tmpstr == "file\n": csv_contentsC += x You haven't defined what you mean by "not working" for any test values to try, but I notice that the commented code has "files\n" whereas th

python if and same instruction line not working

2020-09-29 Thread pascal z via Python-list
I need to change the script commented out to the one not commented out. Why? # for x in sorted (fr, key=str.lower): # tmpstr = x.rpartition(';')[2] # if x != csv_contents and tmpstr == "folder\n": # csv_contentsB += x # elif x != csv_contents and tmpstr == "

Re: Pip not working on windows

2020-05-03 Thread Mike Dewhirst
On 4/05/2020 12:44 am, Aakash Jana wrote: I recently upgraded pip to version 20.1 and now whenever I try pup install on my PC I get the following error :- Fatal error in launcher : unable to create process using '"c:\python38\python.exe ' "c:\Python38\Scripts\pip.exe" : The system cannot find the

Re: Pip not working on windows

2020-05-03 Thread Aakash Jana
Yes, I am! On Sun, 3 May 2020, 9:39 pm joseph pareti are you doing *pip** install* from Windows cmd of from Anaconda prompt? I > used the latter and it works > > Am So., 3. Mai 2020 um 16:48 Uhr schrieb Aakash Jana < > aakashjana2...@gmail.com>: > >> I recently upgraded pip to version 20.1 and no

Re: Pip not working on windows

2020-05-03 Thread joseph pareti
are you doing *pip** install* from Windows cmd of from Anaconda prompt? I used the latter and it works Am So., 3. Mai 2020 um 16:48 Uhr schrieb Aakash Jana < aakashjana2...@gmail.com>: > I recently upgraded pip to version 20.1 and now whenever I try pup install > on my PC I get the following erro

Pip not working on windows

2020-05-03 Thread Aakash Jana
I recently upgraded pip to version 20.1 and now whenever I try pup install on my PC I get the following error :- Fatal error in launcher : unable to create process using '"c:\python38\python.exe ' "c:\Python38\Scripts\pip.exe" : The system cannot find the file specified. But when I manually inspect

Re: Pysftp Issue File Upload is not working - put command

2020-03-10 Thread NAND KISHORE
> > > Hi >We have requirement where we need to get file from client path and then > upload the same to vendor directory path. I am not able to upload the file > to vendor directory path , however when I tried to use the WINSCP it worked > fine. So I thought of checking with Gurus what is wrong

Re: Software not working

2020-02-10 Thread DL Neil via Python-list
On 11/02/20 12:00 AM, Tushita Parashar wrote: Even after installing the software on my system the software isn’t running. Today, an (apparently) identical question, already asked and answered. Please see the Python-Tutor list: "Python Beginner" msg. -- Regards =dn -- https://mail.python.org/

Software not working

2020-02-10 Thread Tushita Parashar
Even after installing the software on my system the software isn’t running. Sent from Windows Mail -- https://mail.python.org/mailman/listinfo/python-list

Re: IDLE is not working

2019-10-28 Thread Igor Korot
Hi, On Mon, Oct 28, 2019 at 8:01 AM Ehtesham Ul Haque wrote: > > It works for me and 99.9% of people that uses Python! What exactly doesn't work? Thank you. > -- > https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list

IDLE is not working

2019-10-28 Thread Ehtesham Ul Haque
-- https://mail.python.org/mailman/listinfo/python-list

Re: my python is not working

2019-10-14 Thread Yasin Suluhan
Thank god for that. -- Thank You. Best Regards. Yasin SULUHAN Contact Information Mobile: +31 6 86107491 On Mon, Oct 14, 2019 at 12:41 PM KAMALDEEP GUPTA wrote: > > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list

Re: my python is not working

2019-10-14 Thread Tony van der Hoff
On 14/10/2019 09:52, KAMALDEEP GUPTA wrote: > Mine is! -- Tony van der Hoff| mailto:t...@vanderhoff.org Buckinghamshire, England | -- https://mail.python.org/mailman/listinfo/python-list

Re: my python is not working

2019-10-14 Thread Igor Korot
Hi, On Mon, Oct 14, 2019 at 5:41 AM KAMALDEEP GUPTA wrote: > > What did yu do differently than all other people Thank you. > -- > https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list

my python is not working

2019-10-14 Thread KAMALDEEP GUPTA
-- https://mail.python.org/mailman/listinfo/python-list

Re: not working

2019-09-17 Thread Piet van Oostrum
r...@zedat.fu-berlin.de (Stefan Ram) writes: > Supersedes: > > MRAB writes: >> >>> import re >> >>> pattern = r'[0-9]{4,6}' >> >>> pattern2 = r'[0-9][0-9][0-9][0-9]([0-9]){0,2}' >> >>> re.search(pattern, '1234') >> >> >>> re.search(pattern2, '1234') >> >>They look the same to me. > > |>>> import

Re: re not working

2019-09-16 Thread MRAB
On 2019-09-17 02:31, CrazyVideoGamez wrote: For some reason these are different: pattern = r'[0-9]{4,6}' And pattern2 = r'[0-9][0-9][0-9][0-9]([0-9]){0,2}' And when I try to match them import re re.search(pattern, '1234') and import re re.search(pattern2, '1234') are different. Help? Pyt

re not working

2019-09-16 Thread CrazyVideoGamez
For some reason these are different: pattern = r'[0-9]{4,6}' And pattern2 = r'[0-9][0-9][0-9][0-9]([0-9]){0,2}' And when I try to match them import re re.search(pattern, '1234') and import re re.search(pattern2, '1234') are different. Help? -- https://mail.python.org/mailman/listinfo/pytho

Re: IDLE not working

2019-09-01 Thread Terry Reedy
On 9/1/2019 1:06 AM, Anoushka wrote: Even after repairing my python IDLE, my IDLE is not working. It says sub process connection error. Kindly help me to resolve. I want to recover my previous work. Sent from Mail for Windows 10 Select Help => IDLE Help and read the Startup Failure sect

IDLE not working

2019-09-01 Thread Anoushka
Even after repairing my python IDLE, my IDLE is not working. It says sub process connection error. Kindly help me to resolve. I want to recover my previous work. Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

it is not working

2019-09-01 Thread ABID NAZIR
-- https://mail.python.org/mailman/listinfo/python-list

it is not working .....how to unstalll it

2019-06-07 Thread nidhi singh
I’m protected online with Avast Free Antivirus. Get it here — it’s free forever.

Re: The if is not working properly

2019-05-19 Thread MRAB
On 2019-05-19 11:29, Cameron Simpson wrote: On 18May2019 13:22, nobelio wrote: When you print the variable “a” it appears as True, but the program is it is not getting in the if a==True: It may be that "a" is not the Boolean value True but something else. But that is just a guess. Please repl

Re: The if is not working properly

2019-05-19 Thread Alister via Python-list
On Sun, 19 May 2019 20:29:35 +1000, Cameron Simpson wrote: > On 18May2019 13:22, nobelio wrote: >>When you print the variable “a” it appears as True, but the program is >>it is not getting in the if a==True: > > It may be that "a" is not the Boolean value True but something else. But > that is j

Re: The if is not working properly

2019-05-19 Thread Cameron Simpson
On 18May2019 13:22, nobelio wrote: When you print the variable “a” it appears as True, but the program is it is not getting in the if a==True: It may be that "a" is not the Boolean value True but something else. But that is just a guess. Please reply and paste in a small example programme sh

The if is not working properly

2019-05-19 Thread nobelio
When you print the variable “a” it appears as True, but the program is it is not getting in the if a==True: Enviado do Email para Windows 10 --- Este e-mail foi verificado quanto a vírus pelo AVG. http://www.avg.com -- https://mail.python.org/mailman/listinfo/python-list

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 gr

Re: not working

2019-05-14 Thread Grant Edwards
On 2019-05-14, Zacharia Khan wrote: > python is not working for me can you help fix it Yes. -- Grant Edwards grant.b.edwardsYow! Hello, GORRY-O!! at I'm a GENIUS from HARVARD!! g

not working

2019-05-14 Thread Zacharia Khan
python is not working for me can you help fix it -- https://mail.python.org/mailman/listinfo/python-list

Re: pip not working

2019-02-20 Thread Calvin Spealman
Can you give any more information than that? On Wed, Feb 20, 2019 at 8:30 AM prasis poudel wrote: > > -- > https://mail.python.org/mailman/listinfo/python-list > -- CALVIN SPEALMAN SENIOR QUALITY ENGINEER cspea...@redhat.com M: +1.336.210.5107 TRIED. TESTED. TRUSTED.

pip not working

2019-02-20 Thread prasis poudel
-- https://mail.python.org/mailman/listinfo/python-list

Re: oldschool texter GUI with python, char repeating is not working great !

2019-01-17 Thread athanasios . kourpetis
i just uploaded everything on github https://github.com/kourpetis/python_old_school_texter -- https://mail.python.org/mailman/listinfo/python-list

oldschool texter GUI with python, char repeating is not working great !

2019-01-17 Thread athanasios . kourpetis
E'] sensor=[sensor01,sensor02,sensor03,sensor04, sensor05, sensor06, sensor07, sensor08, sensor09, sensor10, sensor11, sensor12, sensor13, sensor14, sensor15, sensor16] #the maximum number of times each sensor can be pressed #before it rols back to the first character. max_press=[1,1,1,1,2,5

Re: Basic pynomo instructions not working

2018-12-10 Thread Adam Funk
On 2018-11-22, dieter wrote: > The "pynomo" version you have installed may have been developped for > Python 2 and not run in "python3". > > In Python 2, you have implicit relative imports. > As an example, it allows modules in the package "pynomo" > to use "import nomo_wrapper" to import the subm

Re: Basic pynomo instructions not working

2018-11-21 Thread dieter
Adam Funk writes: > I'm trying to use the basic stuff in pynomo > > > > which I've installed with pip3, but I run into this problem trying to > the basic stuff in the documentation: > > #v+ > $ python3 > Python 3.6.7 (default, Oct 22 2018, 11:32:17) > [GCC 8.2.

Basic pynomo instructions not working

2018-11-20 Thread Adam Funk
Hi, I'm trying to use the basic stuff in pynomo which I've installed with pip3, but I run into this problem trying to the basic stuff in the documentation: #v+ $ python3 Python 3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0] on linux Type "help", "copyrig

Re: Use Software Collections for RH - was Re: python not working on RHEL6

2018-10-03 Thread Michael Torrie
On 10/03/2018 10:17 AM, Michael Torrie wrote: > On 10/02/2018 07:59 AM, mchathuran...@gmail.com wrote: >> I guess from the little knowledge I have I should have executed >> altinstall instead of install. Anyone know how to resolve this? > > Actually you probably should not have used a tarball at a

Use Software Collections for RH - was Re: python not working on RHEL6

2018-10-03 Thread Michael Torrie
On 10/02/2018 07:59 AM, mchathuran...@gmail.com wrote: > I guess from the little knowledge I have I should have executed > altinstall instead of install. Anyone know how to resolve this? Actually you probably should not have used a tarball at all. For some time now, Red Hat has offered more recen

Re: python not working on RHEL6

2018-10-03 Thread Thomas Jollans
On 03/10/2018 13:17, Chris Angelico wrote: On Wed, Oct 3, 2018 at 9:11 PM Dan Purgert wrote: Chris Angelico wrote: On Wed, Oct 3, 2018 at 5:17 AM Thomas Jollans wrote: [...] Whether we agree on the terminology here or not, of course we can agree that you have to be bloody careful if you *do

Re: python not working on RHEL6

2018-10-03 Thread Chris Angelico
On Wed, Oct 3, 2018 at 9:11 PM Dan Purgert wrote: > > Chris Angelico wrote: > > On Wed, Oct 3, 2018 at 5:17 AM Thomas Jollans wrote: > >> [...] > >> Whether we agree on the terminology here or not, of course we can agree > >> that you have to be bloody careful if you *do* decide to put things in

Re: python not working on RHEL6

2018-10-03 Thread Dan Purgert
Chris Angelico wrote: > On Wed, Oct 3, 2018 at 5:17 AM Thomas Jollans wrote: >> [...] >> Whether we agree on the terminology here or not, of course we can agree >> that you have to be bloody careful if you *do* decide to put things in >> /usr/bin yourself :-) > > [...] On my system (Debian GNU/Lin

Re: python not working on RHEL6

2018-10-03 Thread Dan Purgert
Thomas Jollans wrote: > On 02/10/2018 19:22, Dan Purgert wrote: >> Thomas Jollans wrote: >>> [...] (preferably, not in /usr - that's for OS-installed files only. >>> /usr/local is a nice place to put things you installed from source). >> >> While I agree that /usr(/bin) is incorrect, I believe tha

Re: python not working on RHEL6

2018-10-02 Thread Chris Angelico
On Wed, Oct 3, 2018 at 5:17 AM Thomas Jollans wrote: > > On 02/10/2018 19:22, Dan Purgert wrote: > > Thomas Jollans wrote: > >> [...] (preferably, not in /usr - that's for OS-installed files only. > >> /usr/local is a nice place to put things you installed from source). > > > > While I agree that

Re: python not working on RHEL6

2018-10-02 Thread Thomas Jollans
On 02/10/2018 19:22, Dan Purgert wrote: Thomas Jollans wrote: [...] (preferably, not in /usr - that's for OS-installed files only. /usr/local is a nice place to put things you installed from source). While I agree that /usr(/bin) is incorrect, I believe that "for OS-installed files only" is ta

Re: python not working on RHEL6

2018-10-02 Thread Dan Purgert
Thomas Jollans wrote: > [...] (preferably, not in /usr - that's for OS-installed files only. > /usr/local is a nice place to put things you installed from source). While I agree that /usr(/bin) is incorrect, I believe that "for OS-installed files only" is taking it a bit far. My (admittedly, dim)

Re: python not working on RHEL6

2018-10-02 Thread Thomas Jollans
On 2018-10-02 15:59, mchathuran...@gmail.com wrote: > Hi All, > > I'm a beginner on this. I was trying to install a new python version which is > 2.7.5. My OS(RHEL6) had already installed version 2.6. so I downloaded the > tar and unzipped it then executed > > ./configure --prefix=/usr \

  1   2   3   4   5   6   7   8   9   10   >