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: [tkinter][Windows]Unexpected state report for the tab key

2021-10-25 Thread Rob Cliffe via Python-list
On 25/10/2021 02:57, Stefan Ram wrote: GetKeyState still returns that the tab key is pressed after the tab key already has been released. Well, how then am I going to make my slide show stop the moment the key is being released? Does tkinter allow you to trap KeyUp (and KeyDown) ev

Re: [tkinter][Windows]Unexpected state report for the tab key

2021-10-24 Thread Eryk Sun
On 10/24/21, Stefan Ram wrote: > r...@zedat.fu-berlin.de (Stefan Ram) writes: >>tab_down_hllDll.GetKeyState(tab_down_VK_TAB) & 0b1000 > > In the meantime, I read about "GetAsyncKeyState". I thought that > this would solve my problem, but no. Odd. It works for me in the classic con

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 <__pete...@web.de> 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 <__pete...@web.de> 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: Python Mauritius Usergroup - End of Year report 2020

2021-01-03 Thread Alex Kaye
Super report, need more like it from others ! A.K. On Sun, Jan 3, 2021 at 2:06 AM Abdur-Rahmaan Janhangeer < arj.pyt...@gmail.com> wrote: > Greetings, > > ^^ Thanks! > > Kind Regards, > > Abdur-Rahmaan Janhangeer > about <https://compileral

Re: Python Mauritius Usergroup - End of Year report 2020

2021-01-03 Thread Abdur-Rahmaan Janhangeer
:01 PM, Abdur-Rahmaan Janhangeer wrote: > > Greetings list, > > > > Here's our usergroup's end of year report for 2020: > > Happy reading! > > > > https://www.pymug.com/assets/pymug_end_of_year_2020_v2.pdf > > > Well done @A-R! > -- > R

Re: Python Mauritius Usergroup - End of Year report 2020

2021-01-02 Thread dn via Python-list
On 1/3/21 5:01 PM, Abdur-Rahmaan Janhangeer wrote: > Greetings list, > > Here's our usergroup's end of year report for 2020: > Happy reading! > > https://www.pymug.com/assets/pymug_end_of_year_2020_v2.pdf Well done @A-R! -- Regards =dn -- https://mail.python.org/mailman/listinfo/python-list

Python Mauritius Usergroup - End of Year report 2020

2021-01-02 Thread Abdur-Rahmaan Janhangeer
Greetings list, Here's our usergroup's end of year report for 2020: Happy reading! https://www.pymug.com/assets/pymug_end_of_year_2020_v2.pdf Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> gith

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

Mauritius UG (pymug) 2019 End of Year Report

2020-02-04 Thread Abdur-Rahmaan Janhangeer
Greetings list, Today our User Group published it's first ever end-of-year report: https://www.pymug.com/assets/pymug_2019_report.pdf Feel free to ask me anything! Yours, Abdur-Rahmaan Janhangeer pythonmembers.club <http://www.pythonmembers.club/> | github <https://github.com/

Re: kivy [quick report]

2018-10-08 Thread m
W dniu 05.10.2018 o 18:43, Stefan Ram pisze: > BTW: For Android, there is a "Bulldozer" (or some such) that > can create an APK. I wonder what the best way to package one's > kivy program to distribute it to Windows users? I use wine + pyinstaller. regards m -- https://mail.python.org/mai

Re: Problem with OrderedDict - progress report

2018-06-01 Thread Chris Angelico
On Sat, Jun 2, 2018 at 9:10 AM, Gregory Ewing wrote: > Chris Angelico wrote: >> >> if you 'break' immediately after a mutation, that isn't >> continuing to iterate. Even though you're inside the loop, there's no >> further action taken to process the loop, and no problem. > > > Yes, but you're als

Re: Problem with OrderedDict - progress report

2018-06-01 Thread Gregory Ewing
Chris Angelico wrote: if you 'break' immediately after a mutation, that isn't continuing to iterate. Even though you're inside the loop, there's no further action taken to process the loop, and no problem. Yes, but you're also not calling next() again, so no exception would be triggered. My po

Re: Problem with OrderedDict - progress report

2018-06-01 Thread Steven D'Aprano
On Thu, 31 May 2018 16:37:39 +0200, Frank Millman wrote: [...] > Agreed, but my gut feel, and the following example, suggest that when > processing the last key in a dictionary while iterating over it, you > have not yet stopped iterating. > d = {} d[1] = 'one' d[2] = 'two' Before

Re: Problem with OrderedDict - progress report

2018-06-01 Thread Frank Millman
"Gregory Ewing" wrote in message news:fnccd8ff3s...@mid.individual.net... Chris Angelico wrote: > It is an error to mutate the dictionary *and then continue to iterate > over it*. But if you're processing the last key, and you add one so that it's no longer the last key, what should happen?

Re: Problem with OrderedDict - progress report

2018-06-01 Thread INADA Naoki
On Fri, Jun 1, 2018 at 4:56 PM Gregory Ewing wrote: > Chris Angelico wrote: > > It is an error to mutate the dictionary *and then continue to iterate > over it*. > > But if you're processing the last key, and you add one so > that it's no longer the last key, what should happen? > > My feeling is

Re: Problem with OrderedDict - progress report

2018-06-01 Thread Chris Angelico
On Fri, Jun 1, 2018 at 5:54 PM, Gregory Ewing wrote: > Chris Angelico wrote: >> >> It is an error to mutate the dictionary *and then continue to iterate over >> it*. > > > But if you're processing the last key, and you add one so > that it's no longer the last key, what should happen? > > My feeli

Re: Problem with OrderedDict - progress report

2018-06-01 Thread Gregory Ewing
Chris Angelico wrote: It is an error to mutate the dictionary *and then continue to iterate over it*. But if you're processing the last key, and you add one so that it's no longer the last key, what should happen? My feeling is that this should be an error, because it's not clear whether itera

Re: Problem with OrderedDict - progress report

2018-05-31 Thread Chris Angelico
On Fri, Jun 1, 2018 at 12:37 AM, Frank Millman wrote: > "Steven D'Aprano" wrote in message news:peorib$1f4$2...@blaine.gmane.org... >> >> >> On Thu, 31 May 2018 10:05:43 +0200, Frank Millman wrote: >> >> > From the interpreter session below, you will see that adding a key while >> > processing th

Re: Problem with OrderedDict - progress report

2018-05-31 Thread Frank Millman
"Steven D'Aprano" wrote in message news:peorib$1f4$2...@blaine.gmane.org... On Thu, 31 May 2018 10:05:43 +0200, Frank Millman wrote: > From the interpreter session below, you will see that adding a key while > processing the *last* key in an OrderedDict does not give rise to an > exception. I

Re: Problem with OrderedDict - progress report

2018-05-31 Thread Steven D'Aprano
y live program. The message > from INADA Naoki suggests that it could be inherent in CPython, but I am > not ready to accept that as an answer yet. I will keep plugging away and > report back with any findings. >> >> > Ok, I have not found the root cause yet, but I have m

Re: Problem with OrderedDict - progress report

2018-05-31 Thread Frank Millman
, but I am not ready to accept that as an answer yet. I will keep plugging away and report back with any findings. Ok, I have not found the root cause yet, but I have moved the problem to a different place, which is progress. From the interpreter session below, you will see that adding a

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: How to add values from test steps in pytest excel report

2018-04-30 Thread George Fischhof
On 27 Apr 2018 9:49 am, "Sum" wrote: Hi, I am using python 2.7 and pytest version 3.2.1 I am using pytest excel plugin to run the pytest and generate test report in excel format. Step to install pytest excel : pip install pytest-excel I am running my pytest test using below

How to add values from test steps in pytest excel report

2018-04-27 Thread Sum
Hi, I am using python 2.7 and pytest version 3.2.1 I am using pytest excel plugin to run the pytest and generate test report in excel format. Step to install pytest excel : pip install pytest-excel I am running my pytest test using below : py.test --excelreport=report.xls e_test.py Output

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: How to Generate dynamic HTML Report using Python

2017-11-22 Thread Rick Johnson
Chris Angelico wrote: > Gregory Ewing > > > > It looks like I'm going to have to filter Mr. Ram's posts > > out of my usenet feed as well, lest I accidentally show > > one of his URIs as a link on my screen. > > Or, just ignore his copyright altogether, and let him prove > its defensibility in co

Re: How to Generate dynamic HTML Report using Python

2017-11-21 Thread Chris Angelico
On Wed, Nov 22, 2017 at 4:10 PM, Gregory Ewing wrote: > Michael Torrie wrote: >> >> You also have this header set: >> >>> X-Copyright: (C) Copyright 2017 Stefan Ram. All rights reserved. >>> ... It is forbidden to change >>> URIs of this article into links... > > > What is "changing a URI into a l

Re: How to Generate dynamic HTML Report using Python

2017-11-21 Thread Gregory Ewing
Michael Torrie wrote: You also have this header set: X-Copyright: (C) Copyright 2017 Stefan Ram. All rights reserved. ... It is forbidden to change URIs of this article into links... What is "changing a URI into a link" meant to mean? Does it include automatically displaying something that l

Re: How to Generate dynamic HTML Report using Python

2017-11-21 Thread Rick Johnson
On Tuesday, November 21, 2017 at 5:57:42 AM UTC-6, Ned Batchelder wrote: [...] > [...] > I don't understand the motivation for limiting how words > are distributed, but others on this list also do it. For > example, Dennis Lee Bieber's messages are not in the > Python-List archives either. I call

Re: How to Generate dynamic HTML Report using Python

2017-11-21 Thread Christopher Reimer
On Nov 21, 2017, at 5:36 AM, Rustom Mody wrote: > >> On Tuesday, November 21, 2017 at 5:27:42 PM UTC+5:30, Ned Batchelder wrote: >>> On 11/20/17 9:50 AM, Stefan Ram wrote: >>> Ned Batchelder writes: Also, why set headers that prevent the Python-List mailing list from archiving your mes

Re: How to Generate dynamic HTML Report using Python

2017-11-21 Thread Rustom Mody
On Tuesday, November 21, 2017 at 7:06:18 PM UTC+5:30, Rustom Mody wrote: > On Tuesday, November 21, 2017 at 5:27:42 PM UTC+5:30, Ned Batchelder wrote: > > On 11/20/17 9:50 AM, Stefan Ram wrote: > > > Ned Batchelder writes: > > >> Also, why set headers that prevent the Python-List mailing list from

Re: How to Generate dynamic HTML Report using Python

2017-11-21 Thread Rustom Mody
On Tuesday, November 21, 2017 at 5:27:42 PM UTC+5:30, Ned Batchelder wrote: > On 11/20/17 9:50 AM, Stefan Ram wrote: > > Ned Batchelder writes: > >> Also, why set headers that prevent the Python-List mailing list from > >> archiving your messages? > >I am posting to a Usenet newsgroup. I am no

Re: How to Generate dynamic HTML Report using Python

2017-11-21 Thread Ned Batchelder
On 11/20/17 9:50 AM, Stefan Ram wrote: Ned Batchelder writes: Also, why set headers that prevent the Python-List mailing list from archiving your messages? I am posting to a Usenet newsgroup. I am not aware of any "Python-List mailing list". I am posting specifically to the Usenet, b

Re: How to Generate dynamic HTML Report using Python

2017-11-20 Thread Chris Angelico
On Tue, Nov 21, 2017 at 5:47 AM, Michael Torrie wrote: > You also have this header set: >> X-Copyright: (C) Copyright 2017 Stefan Ram. All rights reserved. >> Distribution through any means other than regular usenet >> channels is forbidden. It is forbidden to publish this >> article in the world

Re: How to Generate dynamic HTML Report using Python

2017-11-20 Thread Michael Torrie
Your thoughts on scope are interesting, if unorthodox. There is a problem with your deleting names after use, which is why we rarely delete names. The problem is that deleting a name does not not necessarily or immediately destroy an object. This can lead to great confusion for programmers comin

Re: How to Generate dynamic HTML Report using Python

2017-11-19 Thread Kryptxy via Python-list
code here: https://github.com/kryptxy/torrench/blob/master/torrench/modules/tpb_details.py Hope this helps. Original Message On 20 Nov 2017, 6:46 AM, mradul dhakad wrote: > Hi All , > > I am new to python . I am trying to generate Dynamic HTML report using > Pyh

Re: How to Generate dynamic HTML Report using Python

2017-11-19 Thread Ned Batchelder
On 11/19/17 8:40 PM, Stefan Ram wrote: mradul dhakad writes: I am new to python . I am trying to generate Dynamic HTML report using Pyhton based on number of rows selected from query .Do any one can suggest some thing for it. main.py import sqlite3 conn = sqlite3.connect( ':memory:

How to Generate dynamic HTML Report using Python

2017-11-19 Thread mradul dhakad
Hi All , I am new to python . I am trying to generate Dynamic HTML report using Pyhton based on number of rows selected from query .Do any one can suggest some thing for it. Thanks, Mradul -- https://mail.python.org/mailman/listinfo/python-list

Re: Report on non-breaking spaces in posts

2017-11-01 Thread Ned Batchelder
On 10/31/17 1:23 PM, Stefan Ram wrote: Ok, here's a report on me seing non-breaking spaces in posts in this NG. I have written this report so that you can see that it's not my newsreader that is converting something, because there is no newsreader involved. You've wo

Re: Report on non-breaking spaces in posts

2017-10-31 Thread Ben Bacarisse
Rhodri James writes: > On 31/10/17 17:23, Stefan Ram wrote: >> Ned Batchelder writes: >>>     def wrapped_join(values, sep): >> >>Ok, here's a report on me seing non-breaking spaces in >> posts in this NG. I have written this report s

Re: Report on non-breaking spaces in posts

2017-10-31 Thread Ben Bacarisse
r...@zedat.fu-berlin.de (Stefan Ram) writes: > r...@zedat.fu-berlin.de (Stefan Ram) writes: >>|od -c tmp.txt >>|... >>|0012620 s u l a t e i t : \n \n     >>|0012640      d e f w r a p p e d _ >>|... >>| >>|od -x tmp.txt >>|.

Re: Report on non-breaking spaces in posts

2017-10-31 Thread Rhodri James
On 31/10/17 17:23, Stefan Ram wrote: Ned Batchelder writes:     def wrapped_join(values, sep): Ok, here's a report on me seing non-breaking spaces in posts in this NG. I have written this report so that you can see that it's not my newsreader that is converting

Re: Report on non-breaking spaces in posts (was: How to join elements at the beginning and end of the list)

2017-10-31 Thread Jon Ribbens
On 2017-10-31, Stefan Ram wrote: > Ned Batchelder writes: >>     def wrapped_join(values, sep): > > Ok, here's a report on me seing non-breaking spaces in > posts in this NG. I have written this report so that you > can see that it's not my newsreader t

Re: You must register a new account to report a bug (was: Python 2 to 3 conversion - embrace the pain)

2015-03-16 Thread Gene Heskett
blem. > > Hmm. How easy is it for someone who, say, an hour ago had no idea they > would ever want to contact Graham Dumpleton; and then encounters a > problem with mod_wsgi? > > * Searching for ‘mod_wsgi’ leads to a GitHub page. Want to submit a > one-off bug report? Too bad, you

Re: You must register a new account to report a bug (was: Python 2 to 3 conversion - embrace the pain)

2015-03-15 Thread Devin Jeanpierre
On Sun, Mar 15, 2015 at 11:17 PM, Ben Finney wrote: > Sadly becoming the norm. People will run a software project and just > assume that users will be willing to go through a registration process > for every project just to report a bug. Registering for github is a lot easier than c

You must register a new account to report a bug (was: Python 2 to 3 conversion - embrace the pain)

2015-03-15 Thread Ben Finney
t to contact Graham Dumpleton; and then encounters a problem with mod_wsgi? * Searching for ‘mod_wsgi’ leads to a GitHub page. Want to submit a one-off bug report? Too bad, you have to sign up with yet another service. No email address is provided for reporting bugs. The person named

Re: Search log for string and display hourly/daily report

2013-01-23 Thread spek06
On Wednesday, January 23, 2013 4:25:59 PM UTC-5, John Gordon wrote: > In <4f952e77-258d-47ae-9d76-a86daa8ac...@googlegroups.com> spek06 writes: > > > > > I need to search a log file for a specific string (Successfully Sent) and > > > report the number of inst

Re: Search log for string and display hourly/daily report

2013-01-23 Thread Michael Torrie
On 01/23/2013 12:05 PM, spe...@gmail.com wrote: > I need to search a log file for a specific string (Successfully Sent) > and report the number of instances in the last hour (from when > executed) and total for the day so far (midnight till the time > executed). Can anyone provide any

Re: Search log for string and display hourly/daily report

2013-01-23 Thread John Gordon
In <4f952e77-258d-47ae-9d76-a86daa8ac...@googlegroups.com> spe...@gmail.com writes: > I need to search a log file for a specific string (Successfully Sent) and > report the number of instances in the last hour (from when executed) and > total for the day so far (midnight till th

Re: Search log for string and display hourly/daily report

2013-01-23 Thread Tim Chase
On 01/23/13 13:05, spe...@gmail.com wrote: I need to search a log file for a specific string (Successfully Sent) and report the number of instances in the last hour (from when executed) and total for the day so far (midnight till the time executed). Can anyone provide any examples of such a

Search log for string and display hourly/daily report

2013-01-23 Thread spek06
I need to search a log file for a specific string (Successfully Sent) and report the number of instances in the last hour (from when executed) and total for the day so far (midnight till the time executed). Can anyone provide any examples of such a program or get me started? -- http

Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

2012-07-12 Thread Chris Gonnerman
Wow, I posted this on Github weeks ago, and got no feedback; put it on PyPI at the same time, with the same results; but one day on the Python list and I have lots of excellent feedback. I've just posted PollyReports 1.5.1, with no operational changes. The package includes a corrected testpoll

Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

2012-07-12 Thread Rodrick Brown
On Jul 11, 2012, at 8:44 PM, Simon Cropper wrote: > On 12/07/12 00:06, Chris Gonnerman wrote: >> I've held off announcing this until I was sure it was really stable; >> it's been 19 days since I made the last change to it, so here goes. >> PollyReports is my Pyth

Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

2012-07-12 Thread Chris Gonnerman
Apparently my test hasn't kept up with my update. I'll get it revised soon and make a new release. BTW... who is Simon? I wrote the tutorial. (Solomoriah is an old handle I still use a lot since it's less common than Chris.) -- Chris. On 07/12/2012 03:32 AM, Johann Spies wrote: On 12 Jul

Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

2012-07-12 Thread Andreas Perstinger
On Thu, 12 Jul 2012 16:59:06 +1000 Chris Angelico wrote: > On Thu, Jul 12, 2012 at 3:35 PM, Andreas Perstinger > wrote: > > Do you mean this license?: > > http://packages.python.org/PollyReports/license.html > > > > It's the standard license for NetBSD projects and approved by OSI: > > http://w

Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

2012-07-12 Thread Chris Angelico
On Thu, Jul 12, 2012 at 3:35 PM, Andreas Perstinger wrote: > Do you mean this license?: > http://packages.python.org/PollyReports/license.html > > It's the standard license for NetBSD projects and approved by OSI: > http://www.opensource.org/licenses/bsd-license.php > > and GPL-compatible: > http:

Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

2012-07-11 Thread Andreas Perstinger
On Thu, 12 Jul 2012 10:41:52 +1000 Simon Cropper wrote: > That said... with more than a passing interest in software and > content licensing I looked at how the work was licensed. A > none-standard license like this makes most people stop and think > "will this be a problem if I use this in my w

Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

2012-07-11 Thread Simon Cropper
On 12/07/12 00:06, Chris Gonnerman wrote: I've held off announcing this until I was sure it was really stable; it's been 19 days since I made the last change to it, so here goes. PollyReports is my Python module for report generation. It is designed to be, quite literally, the "

ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

2012-07-11 Thread Chris Gonnerman
I've held off announcing this until I was sure it was really stable; it's been 19 days since I made the last change to it, so here goes. PollyReports is my Python module for report generation. It is designed to be, quite literally, the "simplest thing that can possibly work&qu

Re: Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread Junfeng Hu
On Nov 18, 10:55 am, MRAB wrote: > On 18/11/2011 15:48, Junfeng Hu wrote: > > > > > > > Thanks > > Yes, I had tried this before, so you could find that I comment the line > > sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) > > Here is the results. > > D:\Python test>mythread2.py > > Tra

Re: Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread MRAB
On 18/11/2011 15:48, Junfeng Hu wrote: Thanks Yes, I had tried this before, so you could find that I comment the line sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) Here is the results. D:\Python test>mythread2.py Traceback (most recent call last): File "", line 1, in File "C:\P

Re: Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread Chris Angelico
On Sat, Nov 19, 2011 at 3:11 AM, Junfeng Hu wrote: > Hi Chris. > The socket only binded once. That's the problem I'm puzzleing, I think it may > a bug of multiprocessing in windows, or something I missed. I don't know how multiprocessing goes about initializing those subprocesses; I suspect that

Re: Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread Junfeng Hu
Hi Chris. The socket only binded once. That's the problem I'm puzzleing, I think it may a bug of multiprocessing in windows, or something I missed. -- http://mail.python.org/mailman/listinfo/python-list

Re: Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread Chris Angelico
On Sat, Nov 19, 2011 at 2:51 AM, Junfeng Hu wrote: > And actually ,the socket hadn't been used in this script. Doesn't matter that you haven't used it; you're binding to the port, that's what causes the 10048. I think the main problem is that you're trying to share sockets across processes, but

Re: Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread Junfeng Hu
And actually ,the socket hadn't been used in this script. -- http://mail.python.org/mailman/listinfo/python-list

Re: Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread Junfeng Hu
Thanks Yes, I had tried this before, so you could find that I comment the line sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) Here is the results. D:\Python test>mythread2.py Traceback (most recent call last): File "", line 1, in File "C:\Python27\lib\multiprocessing\forking.py",

Re: Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread Chris Angelico
On Fri, Nov 18, 2011 at 9:23 PM, Junfeng Hu wrote: > Hi All, I'm trying to leverage my core i5 to send more UDP packets with > multiprocssing, but I found a interesting thing is that the socket.bind is > always reporting 10048 error even the process didn't do anything about the > socket. > sock

Re: Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread Junfeng Hu
I did a test on linux, it works well, so the issue is related to os. -- http://mail.python.org/mailman/listinfo/python-list

Why sock.bind is always report 10048 error when in a script with multiprocessing

2011-11-18 Thread Junfeng Hu
Hi All, I'm trying to leverage my core i5 to send more UDP packets with multiprocssing, but I found a interesting thing is that the socket.bind is always reporting 10048 error even the process didn't do anything about the socket. Here is the script import threading,socket,random,pp,os import ti

Re: Python bug in Windows 8--report now, or later?

2011-09-20 Thread Kevin Walzer
On 9/20/11 8:32 AM, Alec Taylor wrote: I can confirm that os.mkdir('C:\\h') and os.path.exists('C:\\h') work on Windows 8 Dev x64. OK--looks like I will need to do a bit more digging into my own code. Thanks for clarifying. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://m

Re: Python bug in Windows 8--report now, or later?

2011-09-20 Thread Alec Taylor
I can confirm that os.mkdir('C:\\h') and os.path.exists('C:\\h') work on Windows 8 Dev x64. On Tue, Sep 20, 2011 at 6:40 AM, Andrew Berg wrote: > On 2011.09.19 09:00 AM, Brian Curtin wrote: >> You said "the application does not create an app folder in the user's >> 'application data' directory" -

Re: Python bug in Windows 8--report now, or later?

2011-09-19 Thread Andrew Berg
On 2011.09.19 09:00 AM, Brian Curtin wrote: > You said "the application does not create an app folder in the user's > 'application data' directory" -- what does this mean, or rather, what > is the specific folder you're expecting to have? If Python can't > create the directory but you can do it man

Re: Python bug in Windows 8--report now, or later?

2011-09-19 Thread Brian Curtin
f not os.path.exists(self.appdir): >            os.mkdir(self.appdir) > > I realize that this developer preview of Windows is still at somewhere > between alpha- and beta-level, and it's possible things will get better. > Should I wait to report this as a bug until Windows 8 is re

Re: Python bug in Windows 8--report now, or later?

2011-09-17 Thread Alec Taylor
On Sun, Sep 18, 2011 at 2:40 PM, Westley Martínez wrote: > On Sun, Sep 18, 2011 at 04:15:57AM +, Grant Edwards wrote: >> On 2011-09-17, Chris Angelico wrote: >> >> > I would consider reporting it as a bug in Windows 8, not a bug in >> > >> >> Good luck with that plan.  ;) >> >> [I don't kno

Re: Python bug in Windows 8--report now, or later?

2011-09-17 Thread Westley Martínez
On Sun, Sep 18, 2011 at 04:15:57AM +, Grant Edwards wrote: > On 2011-09-17, Chris Angelico wrote: > > > I would consider reporting it as a bug in Windows 8, not a bug in > > Good luck with that plan. ;) > > [I don't know anything about this particular issue, but I do know that > when ther

Re: Python bug in Windows 8--report now, or later?

2011-09-17 Thread Grant Edwards
On 2011-09-17, Chris Angelico wrote: > I would consider reporting it as a bug in Windows 8, not a bug in Good luck with that plan. ;) [I don't know anything about this particular issue, but I do know that when there is a bug in Windows, it's usually everyboyd else that has to change to work a

Re: Python bug in Windows 8--report now, or later?

2011-09-17 Thread John Ladasky
On Sep 17, 2:20 pm, Chris Angelico wrote: > I would consider reporting it as a bug in Windows 8, not a bug in Python. > > Chris Angelico +1, beat me to it. :^) -- http://mail.python.org/mailman/listinfo/python-list

Re: Python bug in Windows 8--report now, or later?

2011-09-17 Thread Chris Angelico
On Sun, Sep 18, 2011 at 4:01 AM, Kevin Walzer wrote: > I realize that this developer preview of Windows is still at somewhere > between alpha- and beta-level, and it's possible things will get better. > Should I wait to report this as a bug until Windows 8 is released, or d

Re: Python bug in Windows 8--report now, or later?

2011-09-17 Thread Terry Reedy
h.exists(self.appdir): os.mkdir(self.appdir) I realize that this developer preview of Windows is still at somewhere between alpha- and beta-level, and it's possible things will get better. Should I wait to report this as a bug until Windows 8 is released, or do the Python developers test Pyth

Python bug in Windows 8--report now, or later?

2011-09-17 Thread Kevin Walzer
s still at somewhere between alpha- and beta-level, and it's possible things will get better. Should I wait to report this as a bug until Windows 8 is released, or do the Python developers test Python on pre-release versions of Windows? -- http://mail.python.org/mailman/listinfo/python-list

Can't make a message/feedback-report content type on a IMEMultipart Message

2011-06-20 Thread Roberto Navarro - TusProfesionales.es
I'mt trying to automate arf (abuse reporting format) generation. RFC5965 (http://www.rfc-editor.org/rfc/rfc5965.txt) sets that the email message should contain three parts: - Human-readable (text/plain) - Machine-Readable (message/feedback-report) - Evidence (attached as a file). I

Re: Python Average Salary Report

2010-12-25 Thread Katie T
On Sat, Dec 25, 2010 at 11:38 AM, czarina08 wrote: > I'm doing a market research report on the average hourly rates for > Python/Django developers. Any input on this? I do understand that it > does depend on the location, amount of experience and skills. I'd like > to he

Re: Python Average Salary Report

2010-12-25 Thread Alice Bevan–McGregor
Howdy! I'm doing a market research report on the average hourly rates for Python/Django developers. Any input on this? I do understand that it does depend on the location, amount of experience and skills. I'd like to hear what are the hourly rates within your area :-) Thanks! I&#

Python Average Salary Report

2010-12-25 Thread czarina08
Hi there, I'm doing a market research report on the average hourly rates for Python/Django developers. Any input on this? I do understand that it does depend on the location, amount of experience and skills. I'd like to hear what are the hourly rates within your area :-) Thanks

Re: the script is failing without a useful report

2010-09-04 Thread nvictor
thank you so much. -- http://mail.python.org/mailman/listinfo/python-list

Re: the script is failing without a useful report

2010-09-04 Thread MRAB
On 04/09/2010 22:22, nvictor wrote: hi all, need your help. i get a traceback that doesn't tell much about the actual error in my code: Traceback (most recent call last): File ".\eightqueens.py", line 32, in generate(n, x, col, up, down) File ".\eightqueens.py", line 17, in generate

the script is failing without a useful report

2010-09-04 Thread nvictor
hi all, need your help. i get a traceback that doesn't tell much about the actual error in my code: Traceback (most recent call last): File ".\eightqueens.py", line 32, in generate(n, x, col, up, down) File ".\eightqueens.py", line 17, in generate else: generate(n, x, col, up, down)

Re: Where do I report a bug to the pythonware PIL

2010-09-03 Thread Robert Kern
On 9/3/10 4:35 AM, jc.lopes wrote: Does anyone knows what is the proper way to submit a bug report to pythonware PIL? http://mail.python.org/mailman/listinfo/image-sig -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible b

Re: Where do I report a bug to the pythonware PIL

2010-09-03 Thread Alex Willmer
On Sep 3, 10:35 am, "jc.lopes" wrote: > Does anyone knows what is the proper way to submit a bug report to > pythonware PIL? > > thanks > JC Lopes The Python Image SIG list http://mail.python.org/mailman/listinfo/image-sig "Free Support: If you don't have a

  1   2   3   >