Re: Trying to use pyinstaller under python 3.11, and, recently started receiving error message about specific module/distribution

2024-04-04 Thread Jacob Kruger via Python-list
2 413 4791 "Resistance is futile!...Acceptance is versatile..." On 2024/03/31 14:51, Barry wrote: On 31 Mar 2024, at 13:24, Jacob Kruger via Python-list wrote: pkg_resources.DistributionNotFound: The 'altgraph' distribution was not found and is required by the application

Re: Trying to use pyinstaller under python 3.11, and, recently started receiving error message about specific module/distribution

2024-04-03 Thread Jacob Kruger via Python-list
ce is versatile..." On 2024/03/31 14:51, Barry wrote: On 31 Mar 2024, at 13:24, Jacob Kruger via Python-list wrote: pkg_resources.DistributionNotFound: The 'altgraph' distribution was not found and is required by the application I think I have seen this error being discussed b

Re: Trying to use pyinstaller under python 3.11, and, recently started receiving error message about specific module/distribution

2024-04-02 Thread Barry via Python-list
ring what changed here. > > > Jacob Kruger > +2782 413 4791 > "Resistance is futile!...Acceptance is versatile..." > > >> On 2024/03/31 14:51, Barry wrote: >> >>>> On 31 Mar 2024, at 13:24, Jacob Kruger via Python-list >>>> wr

Re: Trying to use pyinstaller under python 3.11, and, recently started receiving error message about specific module/distribution

2024-04-01 Thread Jacob Kruger via Python-list
'altgraph' distribution was not found and is required by the application I think I have seen this error being discussed before… A web search for pyinstaller and that error leads to people discussing why it happens it looks like. Barry -- https://mail.python.org/mailman/listinfo/python-list

Re: Trying to use pyinstaller under python 3.11, and, recently started receiving error message about specific module/distribution

2024-03-31 Thread Barry via Python-list
> On 31 Mar 2024, at 13:24, Jacob Kruger via Python-list > wrote: > > pkg_resources.DistributionNotFound: The 'altgraph' distribution was not found > and is required by the application I think I have seen this error being discussed before… A web search for pyinstaller and t

Trying to use pyinstaller under python 3.11, and, recently started receiving error message about specific module/distribution

2024-03-31 Thread Jacob Kruger via Python-list
: pkg_resources.DistributionNotFound: The 'altgraph' distribution was not found and is required by the application The full contents of the output string when I even try to just launch pyinstaller with no commands/arguments is the following: Traceback (most recent call last):   File "", line 198, in _run_modu

[issue525121] tty shipped in win32 distribution

2022-04-10 Thread admin
Change by admin : -- github: None -> 36191 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue215609] Please include regexdemo.py in main distribution

2022-04-10 Thread admin
Change by admin : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue474836] Tix not included in windows distribution

2022-04-10 Thread admin
Change by admin : -- github: None -> 35403 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue215609] Please include regexdemo.py in main distribution

2022-04-10 Thread admin
Change by admin : -- github: None -> 33226 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue229293] zlib library used for binary win32 distribution can crash

2022-04-10 Thread admin
Change by admin : -- github: None -> 33754 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46774] Importlib.metadata.version picks first distribution not latest

2022-03-20 Thread Jason R. Coombs
Jason R. Coombs added the comment: Closing without prejudice. Happy to revisit if there's more information on how importlib could/should behave differently. -- stage: -> resolved status: open -> closed ___ Python tracker

[issue46774] Importlib.metadata.version picks first distribution not latest

2022-03-13 Thread Jason R. Coombs
support multiple versions of the same distribution being installed into the same path. Since poetry has acknowledged this issue is a bug, I suspect there's nothing more for importlib.metadata to do here, but do please report back if you have different expectations

[issue46774] Importlib.metadata.version picks first distribution not latest

2022-03-13 Thread Jason R. Coombs
r build -q .) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 955, in version return distribution(distribution_name).version File "/usr/lib/python3.10/importlib/metadata/__init__.py"

[issue46774] Importlib.metadata.version picks first distribution not latest

2022-02-17 Thread Alex Waygood
Change by Alex Waygood : -- nosy: +jaraco ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46774] Importlib.metadata.version picks first distribution not latest

2022-02-16 Thread Kevin Kirsche
Change by Kevin Kirsche : -- nosy: +kkirsche ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46774] Importlib.metadata.version picks first distribution not latest

2022-02-16 Thread Kevin Kirsche
normal status: open title: Importlib.metadata.version picks first distribution not latest type: behavior versions: Python 3.10 ___ Python tracker <https://bugs.python.org/i

[issue46737] Default to the standard normal distribution

2022-02-15 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue46737] Default to the standard normal distribution

2022-02-15 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 08ec80113b3b7f7a9eaa3d217494536b63305181 by Zackery Spytz in branch 'main': bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360) https://github.com/python/cpython/commit/08ec80113b3b7f7a9eaa3d217494536b63305181

[issue46737] Default to the standard normal distribution

2022-02-15 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a patch for this issue. Please consider having a look. -- ___ Python tracker ___

[issue46737] Default to the standard normal distribution

2022-02-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +29510 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31360 ___ Python tracker

[issue46737] Default to the standard normal distribution

2022-02-13 Thread Mark Dickinson
Mark Dickinson added the comment: +1 -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue46737] Default to the standard normal distribution

2022-02-13 Thread Raymond Hettinger
severity: normal status: open title: Default to the standard normal distribution type: enhancement versions: Python 3.11 ___ Python tracker <https://bugs.python.org/issue46

ERROR: No matching distribution found for PyQt5==5.15.4

2021-12-13 Thread CINDY PANTALUNAN
-- *The contents of this email message and any attachments **thereto** are intended solely for the addressee(s) and may contain confidential and/or privileged information and may be legally protected from disclosure. If you are not the intended recipient of this message or their agent, or if

[issue37654] 2to3 no-ops on embeddable distribution

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close 2to3 issues and list them here ___ Python tracker ___

Re: Verify independence and uniform distribution of discrete values in Python?

2021-07-09 Thread Ethan Furman
From Tim Peters: > `secrets` is just a wrapper around `random.SystemRandom`, so the > presence or absence of `secrets` doesn't matter. > > As to SystemRandom, all answers depend on the quality of the platform > os.urandom(), which Python has no control over. See my answer here, > and the

Verify independence and uniform distribution of discrete values in Python?

2021-07-09 Thread Dan Stromberg
I've posted a question about CPython 3.[0-9]'s random.SystemRandom().choice(list_) at https://stackoverflow.com/questions/68319071/verify-independence-and-uniform-distribution-of-discrete-values-in-python In short, we need to be able to support CPython's a little older than the secrets module

[issue44488] ERROR: No matching distribution found for kivy

2021-06-22 Thread Mark Dickinson
Mark Dickinson added the comment: I'd suggest reporting this on the kivy bug tracker: https://github.com/kivy/kivy This tracker is for the Python core language, and this doesn't look like a problem caused by a bug in Python. -- nosy: +mark.dickinson resolution: -> third party

[issue44488] ERROR: No matching distribution found for kivy

2021-06-22 Thread NIKDISSV
t find a version that satisfies the requirement kivy_deps.gstreamer_dev~=0.3.1 (from versions: none) ERROR: No matching distribution found for kivy_deps.gstreamer_dev~=0.3.1 WARNING: Discarding https://files.pythonhosted.org/packages/12/96/091ddacafb84d

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2021-03-07 Thread Jason R. Coombs
Change by Jason R. Coombs : -- versions: +Python 3.10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2021-03-07 Thread Jason R. Coombs
Change by Jason R. Coombs : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue27919] Deprecate and remove extra_path distribution kwarg

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue23102] distutils: isinstance checks fail with setuptools-monkeypatched Extension/Distribution

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue38569] Unknown distribution option: 'license_files'

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-12-31 Thread Jason R. Coombs
Jason R. Coombs added the comment: New changeset dfdca85dfa64e72df385b3a486f85b773fc0f135 by Jason R. Coombs in branch 'master': bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758)

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-12-16 Thread STINNER Victor
STINNER Victor added the comment: Thanks David Hewitt for the bug report, and Zackery Spytz for your fix! 3.9 fix: commit 166286849048eccadecf02b242dbc4042b780944 Author: Victor Stinner Date: Wed Dec 16 22:41:47 2020 +0100 Add symbols of the stable ABI to python3dll.c (GH-23598)

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-12-16 Thread STINNER Victor
STINNER Victor added the comment: commit fcc6935384b933fbe1a1ef659ed455a3b74c849a Author: Victor Stinner Date: Wed Dec 16 15:08:23 2020 +0100 Add symbols of the stable ABI to python3dll.c (GH-23598) Add the following symbols to python3dll.c: * PyFrame_GetCode

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-12-16 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner nosy_count: 7.0 -> 8.0 pull_requests: +22658 pull_request: https://github.com/python/cpython/pull/23801 ___ Python tracker ___

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-12-13 Thread Jason R. Coombs
Change by Jason R. Coombs : -- pull_requests: +22614 pull_request: https://github.com/python/cpython/pull/23758 ___ Python tracker ___

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-12-06 Thread Pedro Algarvio
to "map" an entry point to it's distribution, so we know the name and version of it to display on this report. -- ___ Python tracker <https://bugs.python.o

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-12-06 Thread Jason R. Coombs
Jason R. Coombs added the comment: In discussion, I realized that I don't yet understand what use-cases drive this demand? What code is it that requires resolving a distribution from an entry point? -- ___ Python tracker <https://bugs.python.

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-12-06 Thread Jason R. Coombs
Jason R. Coombs added the comment: I've ported the initial patch over to the backport and am exploring options in https://github.com/python/importlib_metadata/pull/266. -- ___ Python tracker

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-12-06 Thread Jason R. Coombs
Change by Jason R. Coombs : -- assignee: -> jaraco ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +22308 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23415 ___ Python tracker

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Alex Gaynor
Change by Alex Gaynor : -- versions: +Python 3.10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Alex Gaynor
Change by Alex Gaynor : -- components: +C API ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Steve Dower
Steve Dower added the comment: Yeah, this will be our fault. Someone is looking into automatically generating the .def file so that this stops happening. Last time we tried that there was a lot of pushback because "too many APIs will become stable", but this time I think we're just going to

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Alex Gaynor
Alex Gaynor added the comment: This looks like a bug to me. While https://github.com/python/cpython/commit/2ff58a24e8a1c7e290d025d69ebaea0bbead3b8c added it to the header, it did not add it to https://github.com/python/cpython/blob/master/PC/python3dll.c which is required. --

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread David Hewitt
distribution does not contain PyObject_CallNoArgs symbol type: compile error versions: Python 3.9 ___ Python tracker <https://bugs.python.org/issue42415> ___ ___ Python-bugs-list mailin

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-11-17 Thread Jason R. Coombs
Jason R. Coombs added the comment: Yes - I keep both in sync. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-11-17 Thread Pedro Algarvio
Pedro Algarvio added the comment: Guess I jumped too fast :) Will the changes in CPythom be included in `importlib_metadata`? -- ___ Python tracker ___

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-11-17 Thread Jason R. Coombs
Jason R. Coombs added the comment: Pedro - thanks for the detailed report. Pull requests against importlib_metadata are easier to accept because they can be tested more easily, released more rapidly, and there's a straightforward way to port them to CPython. Regardless, I see you've

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-11-16 Thread Pedro Algarvio
Change by Pedro Algarvio : -- keywords: +patch pull_requests: +2 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23334 ___ Python tracker ___

[issue42382] No easy way to get the distribution which provided a importlib.metadata.EntryPoint

2020-11-16 Thread Pedro Algarvio
New submission from Pedro Algarvio : With `pkg_resources` an `EntryPoint` has a dist attribute which allows you to get the distribution that provided that specific entry-point, however, with `importlib.metafata` and `importlib_metadata` that's not an east task. ```python

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
Well , I didn't know that single scripts can be used to associate filetypes. I will test it out. Currently I'm doing an experiment with Embeddable distribution , Writing a launcher with rust. I have no idea what's the efficient or correct way to do it. Let's hope for the best. I think

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
Well, that crossed my mind earlier, but as my program is a text parser and has it's own input & output source filetype, it should have those filetypes associated with the program. Just using an MSI installer will not do that trick. ~Palash Bauri On Wed, 17 Jun 2020, 7:18 pm Shakil Khan, wrote:

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
Well , in some cases that is true, but in my program's case that's not true as it's targetting not-so-much tech savvy users. I would like to make an compact plug-and-play solution. And , I think using Python Embeddable zip and a custom launcher will be more suitable for my program. On 6/17/20,

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Chris Angelico
On Wed, Jun 17, 2020 at 9:09 PM Palash Bauri wrote: > > > Try creating a .pyz file using the zipapp module: > > > https://docs.python.org/3/library/zipapp.html > > > It should 'just work', out of the box. > > > ChrisA > > But I will still need to build a launcher or put a Python Interpreter > at

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
> Try creating a .pyz file using the zipapp module: > https://docs.python.org/3/library/zipapp.html > It should 'just work', out of the box. > ChrisA But I will still need to build a launcher or put a Python Interpreter at users' path in order to run .pyz files. --

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Chris Angelico
lems > , one of them which is their output distribution size is huge, a simple > "hello world" program would even cost user 30 to 50+ megabytes of storage. > Distributing on Linux is not that much of hassle with snap packages or even > Appimages. But on windows it's a mess. &

Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
I am developing a parser with PLY and was hoping to distribute it to users. Ofcourse there're plenty of Ways to build a executable of an Python script such as PyInstaller , Py2Exe and some others, but they have their problems , one of them which is their output distribution size is huge, a simple

[issue28901] Windows: document that site is not imported by default by embeddable distribution

2020-02-04 Thread Steve Dower
Change by Steve Dower : -- resolution: -> not a bug stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Sam Clegg
Sam Clegg added the comment: Thanks for the info. If we run into any more difficulties I'll look into nuget. I should indeed have read the docs more closely. Apologies. -- ___ Python tracker

[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Steve Dower
Steve Dower added the comment: The install page (https://docs.python.org/3/using/windows.html - linked from the download page) covers non-interactive installs, as well as describing the embeddable distro in detail (https://docs.python.org/3/using/windows.html#windows-embeddable). It sounds

[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Sam Clegg
Sam Clegg added the comment: In our case we ended up stripping the .pth file and distributing that modified .zip files. I guess the main problem here is that its really not clear that this version of python doesn't work like the others, or needs to be modified before use. It can be very

[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Steve Dower
le package. It is *not* meant to be a "portable" distribution. -- nosy: +steve.dower resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <ht

[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Sam Clegg
Change by Sam Clegg : -- components: +Installation ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34841] Script’s directory not in sys.path with embeddable Windows distribution

2020-02-04 Thread Sam Clegg
Sam Clegg added the comment: We just ran into the same issue trying to use this zip as part of the emscripten SDK (https://github.com/emscripten-core/emsdk/pull/349). Seems like a fairly fundamental problem with the windows embeddable zip file. Is there any downside to simply removing the

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-27 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 41f4dc3bcf30cb8362a062a26818311c704ea89f by Raymond Hettinger (Miss Islington (bot)) in branch '3.8': bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) (GH-18227)

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +17607 pull_request: https://github.com/python/cpython/pull/18227 ___ Python tracker ___

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-27 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 01bf2196d842fc20667c5336e0a7a77eb4fdc25c by Raymond Hettinger in branch 'master': bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) https://github.com/python/cpython/commit/01bf2196d842fc20667c5336e0a7a77eb4fdc25c

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-27 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +17606 pull_request: https://github.com/python/cpython/pull/18226 ___ Python tracker ___

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset eebcff8c071b38b53bd429892524ba8518cbeb98 by Raymond Hettinger (Miss Islington (bot)) in branch '3.8': bpo-36018: Add another example for NormalDist() (GH-18191) (GH-18192)

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 10355ed7f132ed10f1e0d8bd64ccb744b86b1cce by Raymond Hettinger in branch 'master': bpo-36018: Add another example for NormalDist() (#18191) https://github.com/python/cpython/commit/10355ed7f132ed10f1e0d8bd64ccb744b86b1cce --

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +17575 pull_request: https://github.com/python/cpython/pull/18192 ___ Python tracker ___

[issue36018] Add a Normal Distribution class to the statistics module

2020-01-25 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +17574 pull_request: https://github.com/python/cpython/pull/18191 ___ Python tracker ___

[issue26852] add the '--enable-sourceless-distribution' option to configure

2019-12-10 Thread Xavier de Gaye
Change by Xavier de Gaye : -- nosy: -xdegaye ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38569] Unknown distribution option: 'license_files'

2019-11-27 Thread Brett Cannon
Change by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38569] Unknown distribution option: 'license_files'

2019-10-24 Thread Brett Cannon
Brett Cannon added the comment: Why do you think the warning can be removed? Is it documented as supported in distutils? If setuptools supports that argument but not distutils then that would be a bug against them. -- nosy: +brett.cannon ___

[issue38569] Unknown distribution option: 'license_files'

2019-10-23 Thread Marco Sulla
New submission from Marco Sulla : I tried to add to `setuptools.setup()` the argument license_files. It works, but I get this warning: /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'license_files' I suppose the warning can be removed

Re: Angular distribution rose diagram in Python

2019-09-27 Thread Peter Pearson
On Fri, 27 Sep 2019 02:13:31 -0700 (PDT), Madhavan Bomidi wrote: > > Can someone help me to make python code (with some arbitrary data) for > the angular distribution rose diagram as shown in figure 7 in the > paper accessible through the web-link: > > https://www.nat-hazards-ear

Angular distribution rose diagram in Python

2019-09-27 Thread Madhavan Bomidi
Hi, Can someone help me to make python code (with some arbitrary data) for the angular distribution rose diagram as shown in figure 7 in the paper accessible through the web-link: https://www.nat-hazards-earth-syst-sci.net/17/1425/2017/nhess-17-1425-2017.pdf Thanks in advance Madhavan

[issue38224] Windows embeddable distribution doesn't ship headers

2019-09-19 Thread Steve Dower
Steve Dower added the comment: The embeddable distro is meant to be a "redistributable" for end-user machines, rather than a development kit. "Build" and "distribution" are two clearly separated tasks (at least on Windows), and so they have different dependencie

[issue38224] Windows embeddable distribution doesn't ship headers

2019-09-19 Thread Leblond Emmanuel
New submission from Leblond Emmanuel : I don't understand why the headers are not provided as part of the distribution. It would be really easy to rm them once the distribution extracted for usecases that don't need them. On the other hand, usecases that need them cannot just download

[issue36018] Add a Normal Distribution class to the statistics module

2019-09-08 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset cc1bdf91d53b1a4751be84ef607e24e69a327a9b by Raymond Hettinger in branch '3.8': [3.8] bpo-36018: Address more reviewer feedback (GH-15733) (GH-15734) https://github.com/python/cpython/commit/cc1bdf91d53b1a4751be84ef607e24e69a327a9b

[issue36018] Add a Normal Distribution class to the statistics module

2019-09-08 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +15389 pull_request: https://github.com/python/cpython/pull/15734 ___ Python tracker ___

[issue36018] Add a Normal Distribution class to the statistics module

2019-09-08 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 4db25d5c39e369f4b55eab52dc8f87f390233892 by Raymond Hettinger in branch 'master': bpo-36018: Address more reviewer feedback (GH-15733) https://github.com/python/cpython/commit/4db25d5c39e369f4b55eab52dc8f87f390233892 --

[issue36018] Add a Normal Distribution class to the statistics module

2019-09-08 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +15388 pull_request: https://github.com/python/cpython/pull/15733 ___ Python tracker ___

[issue36324] Inverse cumulative normal distribution function

2019-09-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset f5649bfe7622447b302ef55e4db3a96b5840f8e8 by Raymond Hettinger (Miss Islington (bot)) in branch '3.8': bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) (GH-15696)

[issue36324] Inverse cumulative normal distribution function

2019-09-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 9b51570ffd0494c07dafe10c7d2afe865754694c by Raymond Hettinger in branch 'master': bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) https://github.com/python/cpython/commit/9b51570ffd0494c07dafe10c7d2afe865754694c --

[issue36324] Inverse cumulative normal distribution function

2019-09-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +15353 pull_request: https://github.com/python/cpython/pull/15696 ___ Python tracker ___

[issue36324] Inverse cumulative normal distribution function

2019-09-05 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +15352 pull_request: https://github.com/python/cpython/pull/15695 ___ Python tracker ___

[issue36324] Inverse cumulative normal distribution function

2019-09-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset dafbe3265657dc5a5c46e762080023f0aa25ec58 by Raymond Hettinger (Miss Islington (bot)) in branch '3.8': bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694)

[issue36324] Inverse cumulative normal distribution function

2019-09-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset e4810b2a6c1d0db1a27ad046831b8fa3b57967a4 by Raymond Hettinger in branch 'master': bpo-36324: Apply review comments from Allen Downey (GH-15693) https://github.com/python/cpython/commit/e4810b2a6c1d0db1a27ad046831b8fa3b57967a4 --

[issue36324] Inverse cumulative normal distribution function

2019-09-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +15351 pull_request: https://github.com/python/cpython/pull/15694 ___ Python tracker ___

[issue36324] Inverse cumulative normal distribution function

2019-09-05 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +15350 pull_request: https://github.com/python/cpython/pull/15693 ___ Python tracker ___

[issue37641] Embeddable distribution pyc filenames show build machine location

2019-08-17 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___

[issue36324] Inverse cumulative normal distribution function

2019-08-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset d7d607c000a28432f87d24d2a5a9315c51017041 by Raymond Hettinger (Miss Islington (bot)) in branch '3.8': bpo-36324: Update comments to include the target hash sums (GH-15110) (GH-15112)

[issue36324] Inverse cumulative normal distribution function

2019-08-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +14854 pull_request: https://github.com/python/cpython/pull/15112 ___ Python tracker ___

[issue36324] Inverse cumulative normal distribution function

2019-08-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 8183bb8150edcac6a7525bfb7708d08837ecb095 by Raymond Hettinger in branch 'master': bpo-36324: Update comments to include the target hash sums (GH-15110) https://github.com/python/cpython/commit/8183bb8150edcac6a7525bfb7708d08837ecb095

  1   2   3   4   5   6   7   8   9   >