Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-08 Thread Stestagg
o convert the code and when i run it i just get "Internal server > error" > > Running tail -f ../logs/error_log i get no errors. > > How can i find out what is the culprit here? > > [nikos@superhost wsgi]$ export FLASK_APP=www.py > [nikos@superhost wsgi]$

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-08 Thread Νίκος Βέργος
Jul 8, 2021 at 4:50 PM vergos@gmail.com < > vergos.niko...@gmail.com> wrote: > >> i just moved from bottleframework to flask. I changes what needed to be >> altered to convert the code and when i run it i just get "Internal server >> error" >> >> Runn

i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no err

2021-07-08 Thread vergos....@gmail.com
i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no errors. How can i find out what is the culprit here? [nikos@superhost wsgi]$ export

Re: pyttsx3 installation error

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

Re: pyttsx3 installation error

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

pyttsx3 installation error

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

Re: Help with Python circular error

2021-06-16 Thread Arak Rachael
t; >> Hi to everyone, > > >> > > >> I am having a problem with this error, I created a package and uploaded > > >> it to Test PyPi, but I can not get it to work, can someone help me > > >> please? > > >> > > >> https://

Re: Help with Python circular error

2021-06-16 Thread Arak Rachael
d, Jun 16, 2021 at 2:45 AM Arak Rachael > > > > wrote: > > > >> > > > >> Hi to everyone, > > > >> > > > >> I am having a problem with this error, I created a package and > > > >> uploaded it to Test PyPi

Re: Help with Python circular error

2021-06-15 Thread Chris Angelico
On Wed, Jun 16, 2021 at 3:17 AM MRAB wrote: > > On 2021-06-15 17:49, Chris Angelico wrote: > > On Wed, Jun 16, 2021 at 2:45 AM Arak Rachael > > wrote: > >> > >> Hi to everyone, > >> > >> I am having a problem with this error, I created a pac

Re: Help with Python circular error

2021-06-15 Thread MRAB
On 2021-06-15 17:49, Chris Angelico wrote: On Wed, Jun 16, 2021 at 2:45 AM Arak Rachael wrote: Hi to everyone, I am having a problem with this error, I created a package and uploaded it to Test PyPi, but I can not get it to work, can someone help me please? https://test.pypi.org/manage

Re: Help with Python circular error

2021-06-15 Thread Chris Angelico
On Wed, Jun 16, 2021 at 2:45 AM Arak Rachael wrote: > > Hi to everyone, > > I am having a problem with this error, I created a package and uploaded it to > Test PyPi, but I can not get it to work, can someone help me please? > > https://test.pypi.org/manage/project/

Help with Python circular error

2021-06-15 Thread Arak Rachael
Hi to everyone, I am having a problem with this error, I created a package and uploaded it to Test PyPi, but I can not get it to work, can someone help me please? https://test.pypi.org/manage/project/videotesting/releases/' The error: /home/user/anaconda3/envs/testing/bin/python /home

Re: Error 2503

2021-04-12 Thread Cameron Simpson
ng for me. >I've tried it in cmd and there was this message "The system cannot >execute the specified program.". >I've added the python path and the problem was still not resolved so >I've decided to uninstall it and then the error 2503 occurred. >I am als

Error 2503

2021-04-12 Thread Crt Gorican
age "The system cannot execute the specified program.". I've added the python path and the problem was still not resolved so I've decided to uninstall it and then the error 2503 occurred. I am also sending you the pictures when I tried removing and modifying with installer and a log

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, 2

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)

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 >

error on os.open API

2021-04-05 Thread Rami Khaldi
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, Feb 25 2020, 22:45:29) [MSC v.1916 32 bit (Intel)] on win32

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-03-28 Thread Dieter Maurer
lucas wrote at 2021-3-27 18:53 +0100: >Following our previous discussion: > https://www.talkend.net/post/287193.html > >I finally took time (thanks to Florian R.) to get a reproducible example >of my problem, as asked previously by ChrisA. I compared `xmlrpc.client.ServerProxy.__init__` for Py

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

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

2021-03-28 Thread ACE 012
ValueError: bad marshal data (digit out of range in long) -- https://mail.python.org/mailman/listinfo/python-list

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-03-28 Thread Terry Reedy
On 3/27/2021 6:10 PM, lucas wrote: I hope it will solve it too. Do i need to do anything ? Review the patch by trying it out on your system. If necessary because you do not have a local cpython clone, backup installed 3.9 Lib/xmlrpc.py and hand-edit. Then report OS, python used, and result.

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-03-28 Thread Chris Angelico
On Sun, Mar 28, 2021 at 9:12 AM lucas wrote: > > Thank you ChrisA ! > > I hope it will solve it too. Do i need to do anything ? > > Thank you for your time and help. > There are a couple of things you can do actually! First off, here's the pull request, which will be where further comments happen

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-03-27 Thread Terry Reedy
On 3/27/2021 5:49 PM, Chris Angelico wrote: https://bugs.python.org/issue38038 It seems to have been intended as a pure refactor, so I'd call this a regression. Fortunately, it's not difficult to fix; but I'm not sure if there are any other subtle changes. The regression's already been reporte

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-03-27 Thread lucas
Thank you ChrisA ! I hope it will solve it too. Do i need to do anything ? Thank you for your time and help. Best wishes, --lucas On 27/03/2021 22:49, Chris Angelico wrote: On Sun, Mar 28, 2021 at 5:00 AM lucas wrote: I finally took time (thanks to Florian R.) to get a reproducible exampl

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-03-27 Thread Chris Angelico
On Sun, Mar 28, 2021 at 5:00 AM lucas wrote: > I finally took time (thanks to Florian R.) to get a reproducible example > of my problem, as asked previously by ChrisA. Thanks! With this in hand, I can play around with it. > On debian, Python 3.7, i got: > > 127.0.0.1 - - [27/Mar/2021 18:31:

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-03-27 Thread lucas
And, in my outputs, a key part is missing: the received arguments as parsed by Flask: Python 3.7: REQUEST: ImmutableMultiDict([('u', 'user'), ('p', 'password')]) Python 3.9: REQUEST: ImmutableMultiDict([]) Have a good day everyone, --lucas On 27/03/2021 18:53, lucas wrote: Followin

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-03-27 Thread lucas
Following our previous discussion: https://www.talkend.net/post/287193.html I finally took time (thanks to Florian R.) to get a reproducible example of my problem, as asked previously by ChrisA. The following code is implementing a webserver with Flask, and a client with the XMLRPC client

Re: Uninstall error

2021-03-13 Thread Mats Wichmann
On 3/12/21 10:52 AM, Premmy wrote: Hi. I am trying to uninstall python on my computer because i found a better one but its not getting deleted from control panel. can you please help me As already noted, it's really important to learn to give good details when asking for help, people who are g

Re: Uninstall error

2021-03-13 Thread Peter Pearson
On Fri, 12 Mar 2021 17:52:33 +, Premmy wrote: > Hi. I am trying to uninstall python on my computer because i found a better > one but its not getting deleted from control panel. can you please help me Windows? Apple? Linux? -- To email me, substitute nowhere->runbox, invalid->com. -- htt

Uninstall error

2021-03-12 Thread Premmy
Hi. I am trying to uninstall python on my computer because i found a better one but its not getting deleted from control panel. can you please help me -- Regards, N.V.S. Prem Kumar Mobile: 07502069339 -- https://mail.python.org/mailman/listinfo/python-list

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

error of opening Python

2021-02-25 Thread 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 information." I don't know what this meant and how

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread lucas
On 24/02/2021 20:21, Chris Angelico wrote: On Thu, Feb 25, 2021 at 6:14 AM lucas wrote: I tested from the windows computer (Python 3.8, it appears, not 3.7 as i thought), and got the following nginx log: [LAPTOP IP] - - [24/Feb/2021:20:06:42 +0100] "POST /lib/exe/xmlrpc.php?u=[user]&p=[passwor

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread Chris Angelico
On Thu, Feb 25, 2021 at 6:14 AM lucas wrote: > I tested from the windows computer (Python 3.8, it appears, not 3.7 as i > thought), and got the following nginx log: > > [LAPTOP IP] - - [24/Feb/2021:20:06:42 +0100] "POST > /lib/exe/xmlrpc.php?u=[user]&p=[password] HTTP/1.1" 200 209 "-" > "DokuWikiX

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread lucas
On 24/02/2021 19:22, Chris Angelico wrote: On Thu, Feb 25, 2021 at 5:12 AM lucas wrote: On 24/02/2021 18:48, Chris Angelico wrote: I added socket.gethostbyname("wiki.example.net") (i removed the https:// since it, obviously now i think about it, led to a socket error) in the pro

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread Chris Angelico
On Thu, Feb 25, 2021 at 5:12 AM lucas wrote: > > On 24/02/2021 18:48, Chris Angelico wrote: > I added socket.gethostbyname("wiki.example.net") (i removed the https:// > since it, obviously now i think about it, led to a socket error) > in the program, so i could verif

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread lucas
ting the exact same URL, just in case. Both are running 3.7+, so dict iteration order shouldn't be getting in your way, but I've seen crazier things before :) ChrisA Thanks for taking time to help me ! I added socket.gethostbyname("wiki.example.net") (i removed the https://

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread Chris Angelico
On Thu, Feb 25, 2021 at 4:36 AM lucas wrote: > > A properly-formed URL will start with a protocol. I don't know > > specifically what changed, but it's looking like something started > > rejecting malformed URLs. Try adding "http://"; or "https://"; to your > > URL (whichever is appropriate) and s

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread lucas
On 24/02/2021 18:00, Chris Angelico wrote: On Thu, Feb 25, 2021 at 2:02 AM lucas wrote: Hi everyone, (Sorry for the double-send if any, i'm not sure the first send was performed, maybe because of bounce errors according to mailman.) I'm currently trying to understand an error

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread Chris Angelico
On Thu, Feb 25, 2021 at 2:02 AM lucas wrote: > > Hi everyone, > > (Sorry for the double-send if any, i'm not sure the first send was > performed, maybe because of bounce errors according to mailman.) > > > I'm currently trying to understand an error when using

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread lucas
Hi, thanks for your answer ! I updated everything, including certificates, while upgrading to python 3.9, and retried today (no new certificates to install). I am the administrator of the wiki i try to access, and didn't do black magic in the configuration.. The error really seems to

Re: XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread 2QdxY4RzWzUUiLuE
On 2021-02-24 at 15:29:58 +0100, lucas wrote: > I'm currently trying to understand an error when using the dokuwikixmlrpc > python module, allowing to easily work with DokuWiki RPC interface. > > Another description of the problem : > https://github.com/kynan/dok

XML RPC changes between 3.7 and 3.9 yield 401 http error

2021-02-24 Thread lucas
Hi everyone, (Sorry for the double-send if any, i'm not sure the first send was performed, maybe because of bounce errors according to mailman.) I'm currently trying to understand an error when using the dokuwikixmlrpc python module, allowing to easily work with DokuWiki RPC

Re: Pip standard error warning about dependency resolver

2021-02-24 Thread Lars Liedtke
without error, even though there might be output on stderr. That said. As far as I know you could try the commandline option for using the new resolver explicitly. I don't know if there is an option for "silent" Cheers Lars Am 23.02.21 um 17:48 schrieb adam@gmail.com: > I s

Pip standard error warning about dependency resolver

2021-02-23 Thread adam....@gmail.com
ere a way to suppress it? We have some back end operations that fail when we get output on standard error, and they're dying from that notice. -- https://mail.python.org/mailman/listinfo/python-list

Re: I need some help interpreting this error

2021-02-17 Thread Terry Reedy
On 2/17/2021 10:40 AM, Chris Green wrote: I'm running this using Python 3.7 on a Linux system. Most of the time (i.e. for a couple of days now) the program has been satifactorily delivering mail messages, hundreds of them. However one mail message has provoked the following error:-

Re: I need some help interpreting this error

2021-02-17 Thread 2QdxY4RzWzUUiLuE
in > > >if sbstrip in msghdr["subject"]: > > >TypeError: argument of type 'Header' is not iterable > > >But msghdr["subject"] is surely just a string isn't it? Why is it > > >complaining about something of type 'Header

Re: I need some help interpreting this error

2021-02-17 Thread 2QdxY4RzWzUUiLuE
t; > What would you do to debug-print the type of an object? > > > I don't know, what would I do? :-) > > Without knowing what provokes the problem I could be waiting for days > or weeks even before I see the error again. As I'd need to print the > type for every m

Re: I need some help interpreting this error

2021-02-17 Thread Chris Green
wever since the code in question is only 'cosmetic' (removing unwanted [list name] from the subject, it's not all *that* important to handle it properly. I just need to stop the error from killing my program. > It should be possible to create a test mbox with some funky by

Re: I need some help interpreting this error

2021-02-17 Thread Stestagg
omplaining about something of type 'Header'? >> > >> > What would you do to debug-print the type of an object? >> > >> I don't know, what would I do? :-) >> >> Without knowing what provokes the problem I could be waiting for days

Re: I need some help interpreting this error

2021-02-17 Thread Chris Green
ror: argument of type 'Header' is not iterable > >But msghdr["subject"] is surely just a string isn't it? Why is it > >complaining about something of type 'Header'? > > I presume that the error message has been edited (abbreviated). > &g

Re: I need some help interpreting this error

2021-02-17 Thread Stestagg
about something of type 'Header'? > > > > What would you do to debug-print the type of an object? > > > I don't know, what would I do? :-) > > Without knowing what provokes the problem I could be waiting for days > or weeks even before I see the error

Re: I need some help interpreting this error

2021-02-17 Thread Chris Green
t; I'm running this using Python 3.7 on a Linux system. > > > > > > > > Most of the time (i.e. for a couple of days now) the program has been > > > > satifactorily delivering mail messages, hundreds of them. However one > > > > mail message has provoked the follo

Re: I need some help interpreting this error

2021-02-17 Thread Chris Green
at would I do? :-) Without knowing what provokes the problem I could be waiting for days or weeks even before I see the error again. As I'd need to print the type for every message I'd get some big logs or I'd need to add a try: except to trap the specific error. -- Chris Green · -- https://mail.python.org/mailman/listinfo/python-list

Re: I need some help interpreting this error

2021-02-17 Thread 2QdxY4RzWzUUiLuE
the time (i.e. for a couple of days now) the program has been > > > satifactorily delivering mail messages, hundreds of them. However one > > > mail message has provoked the following error:- > > > > > > chris@cheddar$ tail mail.err > > >

Re: I need some help interpreting this error

2021-02-17 Thread Chris Green
vering mail messages, hundreds of them. However one > > mail message has provoked the following error:- > > > > chris@cheddar$ tail mail.err > > Traceback (most recent call last): > > File "/home/chris/.mutt/bin/filter.py", line 95, in &g

Re: I need some help interpreting this error

2021-02-17 Thread 2QdxY4RzWzUUiLuE
ovoked the following error:- > > chris@cheddar$ tail mail.err > Traceback (most recent call last): > File "/home/chris/.mutt/bin/filter.py", line 95, in > if sbstrip in msghdr["subject"]: > TypeError: argument of type 'Header&

I need some help interpreting this error

2021-02-17 Thread Chris Green
I'm running this using Python 3.7 on a Linux system. Most of the time (i.e. for a couple of days now) the program has been satifactorily delivering mail messages, hundreds of them. However one mail message has provoked the following error:- chris@cheddar$ tail mail.err Traceback

error

2021-01-27 Thread Maziar Ghasemi
that directory." Please advise me how to resolve this error -- mazyar ghasemi MS student of Razi university -- https://mail.python.org/mailman/listinfo/python-list

Re: Funny error message

2021-01-01 Thread Bob van der Poel
> Assuming Python is maintained only at the system-level (cf --user or > > venv) then it may be possible that installing some application that > runs > > 'on' Python added the local-library (as a "dependency"). Alternately, > > many beginners following installation instructions on a

Re: Funny error message

2021-01-01 Thread DL Neil via Python-list
On 1/2/21 9:39 AM, Bob van der Poel wrote: > > > On Fri, Jan 1, 2021 at 12:17 PM DL Neil via Python-list > mailto:python-list@python.org>> wrote: > > On 1/2/21 6:35 AM, Bob van der Poel wrote: > > Found it! > > Well done! > > > >>     I had the proper urllib3 installed. But, i

Re: Funny error message

2021-01-01 Thread Bob van der Poel
On Fri, Jan 1, 2021 at 12:17 PM DL Neil via Python-list < python-list@python.org> wrote: > On 1/2/21 6:35 AM, Bob van der Poel wrote: > > Found it! > > Well done! > > > >> I had the proper urllib3 installed. But, in my .local/lib/ a > previous > >> version was installed. Removing .local/li

Re: Funny error message

2021-01-01 Thread DL Neil via Python-list
On 1/2/21 6:35 AM, Bob van der Poel wrote: > Found it! Well done! >> I had the proper urllib3 installed. But, in my .local/lib/ a previous >> version was installed. Removing .local/lib/python3.8 has resolved the >> problem. >> >> Anyone hazard a guess as to why I had a .local tre

Re: Funny error message

2021-01-01 Thread Bob van der Poel
Found it! > > I had the proper urllib3 installed. But, in my .local/lib/ a previous > version was installed. Removing .local/lib/python3.8 has resolved the > problem. > > Anyone hazard a guess as to why I had a .local tree (nope, I did not create > it ... I don't think!). > > > That is where "pyth

Re: Funny error message

2021-01-01 Thread Barry Scott
> On 1 Jan 2021, at 16:50, Bob van der Poel wrote: > > On Thu, Dec 31, 2020 at 9:25 PM DL Neil via Python-list < > python-list@python.org <mailto:python-list@python.org>> wrote: > >> On 1/1/21 11:46 AM, Bob van der Poel wrote: >>> When I run python f

Re: Funny error message

2021-01-01 Thread Bob van der Poel
On Thu, Dec 31, 2020 at 9:25 PM DL Neil via Python-list < python-list@python.org> wrote: > On 1/1/21 11:46 AM, Bob van der Poel wrote: > > When I run python from the command line and generate an error I get the > > following: > > > > Python 3.8.5 (default, Jul

Re: Funny error message

2021-01-01 Thread Bob van der Poel
a one line script with only a bad command in it and running "python -v script.py >err_file" does not give the lengthy printout. The same error message is displayed on the terminal. I really have no idea ... and don't care that much, except it is annoying to have these same lines re

Re: Funny error message

2021-01-01 Thread Peter Otten
On 31/12/2020 23:46, Bob van der Poel wrote: When I run python from the command line and generate an error I get the following: Python 3.8.5 (default, Jul 28 2020, 12:59:40) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for mo

Re: Funny error message

2020-12-31 Thread DL Neil via Python-list
On 1/1/21 11:46 AM, Bob van der Poel wrote: > When I run python from the command line and generate an error I get the > following: > > Python 3.8.5 (default, Jul 28 2020, 12:59:40) > [GCC 9.3.0] on linux > Type "help", "copyright", "credits" or &q

Funny error message

2020-12-31 Thread Bob van der Poel
When I run python from the command line and generate an error I get the following: Python 3.8.5 (default, Jul 28 2020, 12:59:40) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> z /home/bob/.local/li

Re: Debian testing and virtual environment error message

2020-12-27 Thread Christian Heimes
On 27/12/2020 04.05, songbird wrote: > songbird wrote: > ... >> The package mentioned is installed: >> >> >> = >> >> $ dpkg -l | grep python3-venv >> ii python3-venv 3.9.0-4 >> amd64pyvenv-3 binary for python3 (default python3 version)

Re: Debian testing and virtual environment error message

2020-12-27 Thread songbird
Chris Angelico wrote: > On Mon, Dec 28, 2020 at 2:56 AM songbird wrote: ...needed to pull a few more things from unstable... > Ah, yep, that makes sense. I was a tad concerned about the mismatch of > versions, but honestly, I don't think I've ever installed Python from > testing or unstable (unles

Re: Debian testing and virtual environment error message

2020-12-27 Thread Chris Angelico
On Mon, Dec 28, 2020 at 2:56 AM songbird wrote: > > Chris Angelico wrote: > > ok, i got it to work. i noticed that there was a 3.8 > version of distutils that was not upgraded to 3.9 so once > i specifically pulled that in from the unstable Debian > distribution then it upgraded and my creation

Re: Debian testing and virtual environment error message

2020-12-27 Thread songbird
Chris Angelico wrote: ok, i got it to work. i noticed that there was a 3.8 version of distutils that was not upgraded to 3.9 so once i specifically pulled that in from the unstable Debian distribution then it upgraded and my creation of a new virtual environment would work without errors. so

Re: Debian testing and virtual environment error message

2020-12-26 Thread songbird
songbird wrote: ... > The package mentioned is installed: > > >= > > $ dpkg -l | grep python3-venv > ii python3-venv 3.9.0-4amd64 >pyvenv-3 binary for python3 (default python3 version) > here is something i missed including in my fi

Re: Debian testing and virtual environment error message

2020-12-26 Thread songbird
Chris Angelico wrote: ... > $ which python /usr/bin/python for both user and root looking at /usr/bin it looks like: lrwxrwxrwx 1 root root 7 Nov 3 03:20 python -> python3 lrwxrwxrwx 1 root root 9 Dec 6 05:36 python3 -> python3.9 -rwxr-xr-x 1 root root 5479

Re: Debian testing and virtual environment error message

2020-12-26 Thread Chris Angelico
On Sun, Dec 27, 2020 at 11:31 AM songbird wrote: > > > Simlar to Rich's asking about how to deal with python3.9 > I'm not able to to get my virtual environment set up to work > now and I'm not sure how to go about fixing this. > > As it is testing I may have broken it somehow but I do not > kn

Debian testing and virtual environment error message

2020-12-26 Thread songbird
Simlar to Rich's asking about how to deal with python3.9 I'm not able to to get my virtual environment set up to work now and I'm not sure how to go about fixing this. As it is testing I may have broken it somehow but I do not know how to fix this. I asked on the Debian user mailing list

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 beca

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

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

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 ca

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
Yes I selected all users and the variables options on custom install. Any Suggestions? It would help to have some detail: OpSys, source of Python and pygame, editor/IDE in-use, how executing pygame zero, etc. - please copy-paste relevant code and/or error messages. else: https://d

Error

2020-12-06 Thread Barry Fitzgerald via Python-list
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 I'm getting this "pgzrun is not recognized as an internal or e

Re: IDLE error

2020-12-01 Thread Igor Korot
? What happens? Does it give you any error? Thank you. > > > > -- > Nestares D. Álvaro > -- > https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list

IDLE error

2020-12-01 Thread Álvaro d'Ors
The IDLE seems to be malfunctioning, I just re-installed Python and used the reapir function but I can’t open the IDLE, please help. -- Nestares D. Álvaro -- https://mail.python.org/mailman/listinfo/python-list

Re: How to run Jupyter notebook in command line and get full error message?

2020-11-29 Thread Skip Montanaro
> > My VPN keeps dropping and can not run Jupyter Notebook as it is. > You don't provide a lot of detail, but this seems similar to the kind of flaky networking we used to deal with in the Before Times. Simply connecting directly to a host over the Internet was often plagued by disconnects. For th

How to run Jupyter notebook in command line and get full error message?

2020-11-28 Thread Shaozhong SHI
How to run Jupyter notebook in command line and get full error messages? My VPN keeps dropping and can not run Jupyter Notebook as it is. I started to use nbconvert in command line. But, when it stops due to error, I can not see where the error occurs. In order to make life easier for

How to record full error message for debugging with nbconvert?

2020-11-28 Thread Shaozhong SHI
Hi, When I use nbconvert to run Jupyter notebook, it is so difficult to see the full error message for debugging? How to save full error messages? Regards, David -- https://mail.python.org/mailman/listinfo/python-list

Why I always have invalid error when using "pip install matplotlib" in Python 3.9

2020-11-27 Thread SONAHI
    Sent from [1]Mail for Windows 10   References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Error

2020-11-24 Thread Mayukh Chakraborty via Python-list
Thanks. I updated the path and was able to launch python.exe for v3.8. I got rid of the other errors but now facing an error with 'pandas' although  it is installed ok and the path correctly updated. C:\Users\mchak>pythonPython 3.8.6 (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [

<    1   2   3   4   5   6   7   8   9   10   >