Bug report - Python 3.10 from Microsoft Store - IDLE won't start

2022-11-29 Thread Johan Gunnarsson via Python-list
Hello, IDLE won't start if ver. 3.10 is installed from Microsoft Store. 3.9 works just fine. Thanks in advance! Johan Gunnarsson Lunds universitet Medicinska fakulteten Bibliotek & IKT Box 118, 221 00 Lund Besöksadress: Sölvegatan 19, 221 84 Lund

Re: Bug report

2021-02-24 Thread Peter Otten
On 24/02/2021 22:03, Dan Stromberg wrote: On Wed, Feb 24, 2021 at 12:58 PM Peter Otten <[email protected]> wrote: On 24/02/2021 20:36, Carla Molina wrote: This is not a bug. Have a look at the array's dtype: >>> n = 60461826 >>> a = np.array([1, 50, 100, 150, 200, 250, 300]) >>> a.dtype d

Re: Bug report

2021-02-24 Thread Dan Stromberg
On Wed, Feb 24, 2021 at 12:58 PM Peter Otten <[email protected]> wrote: > On 24/02/2021 20:36, Carla Molina wrote: > This is not a bug. Have a look at the array's dtype: > > >>> n = 60461826 > >>> a = np.array([1, 50, 100, 150, 200, 250, 300]) > >>> a.dtype > dtype('int32') > I'm getting dtypes

Re: Bug report

2021-02-24 Thread Dan Stromberg
I'm getting: /usr/local/cpython-2.7/bin/python (2.7.16) bad ('numpy version:', '1.16.6') Traceback (most recent call last): File "./nii", line 31, in assert left == right, "{} != {}".format(left, right) AssertionError: 86374.0371429 != 86374.0371429 /usr/local/cpython-3.0

Re: Bug report

2021-02-24 Thread Peter Otten
On 24/02/2021 20:36, Carla Molina wrote: I found the following bug (python 3.9.1) when multiplying an array by several variables without parentheses; look at the following example: import numpy as np NR = 0.25 N = 60461826 initialINCIDENCE = np.array([1, 50, 100, 150, 200, 250, 300]) initialIN

Bug report

2021-02-24 Thread Carla Molina
I found the following bug (python 3.9.1) when multiplying an array by several variables without parentheses; look at the following example: import numpy as np NR = 0.25 N = 60461826 initialINCIDENCE = np.array([1, 50, 100, 150, 200, 250, 300]) initialINCIDENCE = initialINCIDENCE*N/(10*7*NR)

Re: IDLE 3.8.4 [was 3.8.3] -- bug report

2020-08-03 Thread Ned Deily
On 2020-08-03 15:37, Halvard Tislavoll wrote: > I'am dealing with a bug [...] > Python 3.8.4 (default, Jul 20 2020, 20:20:14) > IDLE 3.8.4 > > I have been using IDLE for many years. But now I can not do it. > > Example: > I write a heading for a python script in my text editor, xed and save as >

IDLE 3.8.3 -- bug report

2020-08-03 Thread Halvard Tislavoll
I'am dealing with a bug My machine: Type: Laptop     System: Hewlett-Packard     product: HP EliteBook 8770w     v: A1029D1102     Prosessor: Intel© Core™ i7-3720QM CPU @ 2.60GHz × 4     RA

Re: a Python bug report

2018-05-30 Thread Peter J. Holzer
On 2018-05-29 21:34:21 -0400, José María Mateos wrote: > On Wed, May 30, 2018 at 01:07:38AM +, Ruifeng Guo wrote: > > We encountered a bug in Python recently, we checked the behavior for Python > > version 2.7.12, and 3.1.1, both version show the same behavior. Please see > > below the unexpe

Re: a Python bug report

2018-05-29 Thread Ian Kelly
On Tue, May 29, 2018 at 7:07 PM, Ruifeng Guo wrote: > Hello, > We encountered a bug in Python recently, we checked the behavior for Python > version 2.7.12, and 3.1.1, both version show the same behavior. Please see > below the unexpected behavior in "red text". > > Thanks, > Ruifeng Guo > > Fro

Re: a Python bug report

2018-05-29 Thread José María Mateos
On Wed, May 30, 2018 at 01:07:38AM +, Ruifeng Guo wrote: > Hello, > We encountered a bug in Python recently, we checked the behavior for Python > version 2.7.12, and 3.1.1, both version show the same behavior. Please see > below the unexpected behavior in "red text". Have you tried the round

a Python bug report

2018-05-29 Thread Ruifeng Guo
Hello, We encountered a bug in Python recently, we checked the behavior for Python version 2.7.12, and 3.1.1, both version show the same behavior. Please see below the unexpected behavior in "red text". Thanks, Ruifeng Guo From: Brian Archer Sent: Tuesday, May 29, 2018 5:57 PM To: Ruifeng Guo

Re: Python bug report

2017-12-23 Thread breamoreboy
On Friday, December 22, 2017 at 1:28:17 PM UTC, Ranya wrote: > Hi, > Am trying to use clr.AddReference and clr.AddReferenceToFile, but > python(2.7) keeps making this error: > > Traceback (most recent call last): > File "", line 1, in > clr.AddReference("UnityEngine")AttributeError: 'module

Re: Python bug report

2017-12-22 Thread Peter Pearson
On Thu, 21 Dec 2017 23:54:17 +0100, Ranya wrote: > Hi, > Am trying to use clr.AddReference and clr.AddReferenceToFile, but > python(2.7) keeps making this error: > > Traceback (most recent call last): > File "", line 1, in > clr.AddReference("UnityEngine")AttributeError: 'module' object has

Python bug report

2017-12-22 Thread Ranya
Hi, Am trying to use clr.AddReference and clr.AddReferenceToFile, but python(2.7) keeps making this error: Traceback (most recent call last): File "", line 1, in clr.AddReference("UnityEngine")AttributeError: 'module' object has no attribute 'AddReference' How can I fix this? Thanks in adv

RE: Cannot register to submit a bug report

2009-03-31 Thread John Posner
Terry Ready said: >> > My ISP (AT&T/Yahoo) was blocking email from the Python bug-tracker: "The >> > sending system has been identified as a source of spam". >> >> I hope you were able to suggest to them that that >> identification must be >> an error. Frustrating given the spam sources

Re: Cannot register to submit a bug report

2009-03-31 Thread Terry Reedy
John Posner wrote: My ISP (AT&T/Yahoo) was blocking email from the Python bug-tracker: "The sending system has been identified as a source of spam". I hope you were able to suggest to them that that identification must be an error. Frustrating given the spam sources that somehow do not get

RE: Cannot register to submit a bug report

2009-03-31 Thread John Posner
>> >> We can try to debug this :) >> >> >> >> > E-mail message checked by Spyware Doctor (6.0.0.386) >> >> > Database version: >> >> 5.12060http://www.pctools.com/en/spyware-doctor-antivirus/ >> >> >> >> Any chance it's Spyware Doctor or some anti-virus flagging >> >> the messag

RE: Cannot register to submit a bug report

2009-03-29 Thread John Posner
>> >> We can try to debug this :) >> >> > E-mail message checked by Spyware Doctor (6.0.0.386) >> > Database version: >> 5.12060http://www.pctools.com/en/spyware-doctor-antivirus/ >> >> Any chance it's Spyware Doctor or some anti-virus flagging >> the message >> and hiding it? >>

Re: Cannot register to submit a bug report

2009-03-29 Thread ajaksu
John Posner wrote: > I've tried twice to register myself at bugs.python.org. But the confirmation > email message never arrives. (Yes, I checked my spam folder.) What do I do > now? We can try to debug this :) > E-mail message checked by Spyware Doctor (6.0.0.386) > Database version: 5.12060http:

Re: Cannot register to submit a bug report

2009-03-29 Thread Terry Reedy
John Posner wrote: I've tried twice to register myself at bugs.python.org. But the confirmation email message never arrives. (Yes, I checked my spam folder.) What do I do now? I will not suggest that you register at the roundup tracker to report this ;-, especially since it may be a local prob

Cannot register to submit a bug report

2009-03-29 Thread John Posner
I've tried twice to register myself at bugs.python.org. But the confirmation email message never arrives. (Yes, I checked my spam folder.) What do I do now? E-mail message checked by Spyware Doctor (6.0.0.386) Database version: 5.12060 http://www.pctools.com/en/spyware-doctor-antivirus/ -- ht

Re: Bug report: ClientForm

2009-03-01 Thread Steve Holden
MRAB wrote: > Muddy Coder wrote: >> Hi Folks, >> >> As directed, I got ClientForm and played with it. It is cool! However, >> I also found a bug: >> >> When it parses a form, if the VALUE of a field has not space, it works >> very well. For example, if a dropdown list, there many options, such >> a

Re: Bug report: ClientForm

2009-02-28 Thread Lie Ryan
MRAB wrote: > Muddy Coder wrote: >> Hi Folks, >> >> When it parses a form, if the VALUE of a field has not space, it works >> very well. For example, if a dropdown list, there many options, such >> as: >> >> >> >> the value foo will be picked up for sure. But, if there is a space: >> >>

Re: Bug report: ClientForm

2009-02-28 Thread Gabriel Genellina
En Sat, 28 Feb 2009 21:01:56 -0200, Muddy Coder escribió: By the way, can somebody helps me on setting parameter of uploading a file. In ClientForm, if I need to upload a text file, I can do it by: form.add_file(..., "text/plain") What about a picture file? What is the counterpart of 'text/

Re: Bug report: ClientForm

2009-02-28 Thread MRAB
Muddy Coder wrote: Hi Folks, As directed, I got ClientForm and played with it. It is cool! However, I also found a bug: When it parses a form, if the VALUE of a field has not space, it works very well. For example, if a dropdown list, there many options, such as: the value foo will be p

Bug report: ClientForm

2009-02-28 Thread Muddy Coder
Hi Folks, As directed, I got ClientForm and played with it. It is cool! However, I also found a bug: When it parses a form, if the VALUE of a field has not space, it works very well. For example, if a dropdown list, there many options, such as: the value foo will be picked up for sure. Bu

Re: Python 2.6 fails on compiling > Bug report

2009-01-09 Thread googler . 1 . webmaster
Hi! :) >Sorry, there were a few line wrap-arounds in the diff file due to long >lines but the changes for the four significant lines should be easy to >do manually. Hadn't done that before but I found a ressource how to read that syntax. x86_64 would be enough. i test that again. Thank you. :) -

Re: Python 2.6 fails on compiling > Bug report

2009-01-09 Thread Ned Deily
In article , [email protected] wrote: > May the diff file is wrong? on my system it doesn't work. > Well, set the -enable-universalsdk= path occurs that error. Sorry, there were a few line wrap-arounds in the diff file due to long lines but the changes for the four significant

Re: Python 2.6 fails on compiling > Bug report

2009-01-09 Thread googler . 1 . webmaster
hi, thanks for your help. May the diff file is wrong? on my system it doesn't work. Well, set the -enable-universalsdk= path occurs that error. Hmm. that is really a disaster, isn't it :( hm. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.6 fails on compiling > Bug report

2009-01-09 Thread Ned Deily
In article <[email protected]>, [email protected] wrote: > hm... any ideas? Have you tried specifying one of the universal SDKs, i.e. /Developer/SDKs/MacOSX10.n.sdk? That's what the "official" python.org builds do. The build s

Re: Python 2.6 fails on compiling > Bug report

2009-01-09 Thread googler . 1 . webmaster
Hi! I didn't wanted to post 11.000 Lines here, so I uploaded it here: http://rapidshare.com/files/181425216/config.log.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.6 fails on compiling > Bug report

2009-01-09 Thread David Cournapeau
On Fri, Jan 9, 2009 at 6:18 PM, wrote: > hm... any ideas? Posting the config.log file would be a first step to give more information, David -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.6 fails on compiling > Bug report

2009-01-09 Thread googler . 1 . webmaster
hm... any ideas? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.6 fails on compiling > Bug report

2009-01-08 Thread googler . 1 . webmaster
Hi searched for "Library/Frameworks/" in the config file and edited it to "@executable_path". Well my configure and make command worked very fine. Just 'make install' aborted after this error message. test -d "/Applications/Python 2.6" || mkdir -p "/Applications/Python 2.6" test -d "/Application

Python 2.6 fails on compiling > Bug report

2009-01-08 Thread googler . 1 . webmaster
Hi! I compiled Python 2.6.1 on a Mac OSX 10.5.5 Intel machine with this configure command and got this message FAILS: ./configure --with-framework-name=Python --with- universal-archs=all --enable-framework --enable- universals...@executable_path/my/path/to/app WORKS: ./configur

Re: Bug Report / Patch (1159139 cgi.py invalid REQUEST_METHOD set)

2005-07-26 Thread Joe
Reinhold, Thanks for responding... I see that you are using Python 2.4.1 and the bug was against 2.4. (I am now using 2.4.1) If I remember correctly there were two issues that I ran into, one was with a missing REQUEST_METHOD and the other was with a INCORRECT request method. As per your exa

Re: Bug Report / Patch (1159139 cgi.py invalid REQUEST_METHOD set)

2005-07-26 Thread Steven Bethard
Joe wrote: > Back in March I submitted a patch for cgi.py to sourceforge to fix a problem > with the handling of an invalid REQUEST_METHOD. > > I thought I followed all the steps to properly submit the bug and patch but > the patch is still sitting there in limbo. Patches get processed when peo

Re: Bug Report / Patch (1159139 cgi.py invalid REQUEST_METHOD set)

2005-07-26 Thread Reinhold Birkenfeld
Joe wrote: > Back in March I submitted a patch for cgi.py to sourceforge to fix a problem > with the handling of an invalid REQUEST_METHOD. > > I thought I followed all the steps to properly submit the bug and patch but > the patch is still sitting there in limbo. > > This is the first patch I

Bug Report / Patch (1159139 cgi.py invalid REQUEST_METHOD set)

2005-07-26 Thread Joe
Back in March I submitted a patch for cgi.py to sourceforge to fix a problem with the handling of an invalid REQUEST_METHOD. I thought I followed all the steps to properly submit the bug and patch but the patch is still sitting there in limbo. This is the first patch I have submitted for Python