[issue41526] Python 3.9.0rc1 "setup successful" dialog box overflow

2020-08-13 Thread Steve Dower
Steve Dower added the comment: Thanks, Mark. We shall not hold you solely responsible for the port any longer ;) -- ___ Python tracker ___

[issue41526] Python 3.9.0rc1 "setup successful" dialog box overflow

2020-08-13 Thread Mark Hammond
Mark Hammond added the comment: Yes, while I appreciate the gesture, I am somewhat embarrassed these days - as you say, many others deserve this more than me these days. So please remove it. -- ___ Python tracker

[issue41526] Python 3.9.0rc1 "setup successful" dialog box overflow

2020-08-13 Thread Steve Dower
Steve Dower added the comment: So it'll take a bit more rearranging to get everything to fit - I've attached one proposal that shuffles the thanks to Mark Hammond down below the "enable long path names" button. (It's grey text in the screenshot, but I've switched it to black already.)

[issue41526] Python 3.9.0rc1 "setup successful" dialog box overflow

2020-08-11 Thread wyz23x2
wyz23x2 added the comment: +1. I observe it too. -- nosy: +wyz23x2 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41526] Python 3.9.0rc1 "setup successful" dialog box overflow

2020-08-11 Thread Zachary Ware
Change by Zachary Ware : -- assignee: -> steve.dower components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___

[issue41526] Python 3.9.0rc1 "setup successful" dialog box overflow

2020-08-11 Thread Peter Lovett
New submission from Peter Lovett : "Setup was successful" dialog box text overflows the box, and last line can't be read. -- components: Installation files: Python 3.9.0rc1 setup successful overflow dialog box.PNG messages: 375206 nosy: PeterL777 priority: normal severi

[issue1528593] Printing: No print dialog or page setup

2020-06-06 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.10 -Python 3.5, Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing

Re: PyCharm, how to setup self contained subprojects

2020-05-23 Thread zljubisic
You are probably right. -- https://mail.python.org/mailman/listinfo/python-list

Re: PyCharm, how to setup self contained subprojects

2020-05-22 Thread Python
Le 22/05/2020 à 03:41, zljubi...@gmail.com a écrit : Hi, I should provide python code for (Spring) microservice patform. In microservice paradigm, each microservice should do a simple task, so python code beneath it should be very small. As a PyCharm (community) user, I don't know how to set

PyCharm, how to setup self contained subprojects

2020-05-21 Thread zljubisic
Hi, I should provide python code for (Spring) microservice patform. In microservice paradigm, each microservice should do a simple task, so python code beneath it should be very small. As a PyCharm (community) user, I don't know how to set up such development environment. Each microservice

[issue34823] libffi detection doesn’t work in my setup

2020-05-07 Thread Ned Deily
Ned Deily added the comment: Thanks for the report and for the analysis. There have been a number of reports over the years about problems trying to build and/or execute Pythons with an external copy of libffi. They have become more pressing now that we no longer vendor the source of libffi

[issue18499] mingw: setup _ctypes module with system libffi

2020-05-07 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggested patch and sorry that it has not been replied to earlier. As of Python 3.7, the libffi source for Unix-y platforms is no longer "vendored" in Python source releases; building ctypes now requires an external copy of libffi, either as

Re: problem related to making setup

2020-04-15 Thread Souvik Dutta
What is the error? On Wed, 15 Apr, 2020, 5:57 pm Dhruv Chaturvedi, wrote: > I made a simple bot. I wanted to share my Bot with my friends but when I > convert it into an exe from pyinstaller it started showing an error shown > below and when I use cx_Freeze again it showing an error pls help

Re: problem related to making setup

2020-04-15 Thread Chris Angelico
On Wed, Apr 15, 2020 at 10:28 PM Dhruv Chaturvedi wrote: > > I made a simple bot. I wanted to share my Bot with my friends but when I > convert it into an exe from pyinstaller it started showing an error shown > below and when I use cx_Freeze again it showing an error pls help me with > this. >

problem related to making setup

2020-04-15 Thread Dhruv Chaturvedi
I made a simple bot. I wanted to share my Bot with my friends but when I convert it into an exe from pyinstaller it started showing an error shown below and when I use cx_Freeze again it showing an error pls help me with this. These are all the files I use\\// 1st photo - when I use cx_Freeze

Re: Application setup like windows msi

2020-03-07 Thread Christian Gollwitzer
Am 05.03.20 um 02:48 schrieb Michael Torrie: > On 3/4/20 4:51 PM, J A wrote: >> I was wondering g if there was a way to distribute an application that took >> advantage of user input like a windows .msi does. On linux of course. > > Several installer frameworks can make interactive installers for

Re: Application setup like windows msi

2020-03-07 Thread Grant Edwards
On 2020-03-05, Michael Torrie wrote: > On 3/4/20 4:51 PM, J A wrote: >> I was wondering g if there was a way to distribute an application that took >> advantage of user input like a windows .msi does. On linux of course. > > Several installer frameworks can make interactive installers for Linux.

Re: Application setup like windows msi

2020-03-06 Thread Christian Gollwitzer
Am 05.03.20 um 02:48 schrieb Michael Torrie: > On 3/4/20 4:51 PM, J A wrote: >> I was wondering g if there was a way to distribute an application that took >> advantage of user input like a windows .msi does. On linux of course. > > Several installer frameworks can make interactive installers for

Re: Application setup like windows msi

2020-03-06 Thread Grant Edwards
On 2020-03-05, Michael Torrie wrote: > On 3/4/20 4:51 PM, J A wrote: >> I was wondering g if there was a way to distribute an application that took >> advantage of user input like a windows .msi does. On linux of course. > > Several installer frameworks can make interactive installers for Linux.

Re: Application setup like windows msi

2020-03-06 Thread Grant Edwards
On 2020-03-05, Michael Torrie wrote: > On 3/4/20 4:51 PM, J A wrote: >> I was wondering g if there was a way to distribute an application that took >> advantage of user input like a windows .msi does. On linux of course. > > Several installer frameworks can make interactive installers for Linux.

Re: Application setup like windows msi

2020-03-06 Thread Christian Gollwitzer
Am 05.03.20 um 02:48 schrieb Michael Torrie: > On 3/4/20 4:51 PM, J A wrote: >> I was wondering g if there was a way to distribute an application that took >> advantage of user input like a windows .msi does. On linux of course. > > Several installer frameworks can make interactive installers for

Re: Application setup like windows msi

2020-03-05 Thread Grant Edwards
On 2020-03-05, Michael Torrie wrote: > On 3/4/20 4:51 PM, J A wrote: >> I was wondering g if there was a way to distribute an application that took >> advantage of user input like a windows .msi does. On linux of course. > > Several installer frameworks can make interactive installers for Linux.

Re: Application setup like windows msi

2020-03-05 Thread Christian Gollwitzer
Am 05.03.20 um 02:48 schrieb Michael Torrie: On 3/4/20 4:51 PM, J A wrote: I was wondering g if there was a way to distribute an application that took advantage of user input like a windows .msi does. On linux of course. Several installer frameworks can make interactive installers for Linux.

Re: Application setup like windows msi

2020-03-04 Thread Michael Torrie
On 3/4/20 4:51 PM, J A wrote: > I was wondering g if there was a way to distribute an application that took > advantage of user input like a windows .msi does. On linux of course. Several installer frameworks can make interactive installers for Linux. There's the NullSoft installer and

Application setup like windows msi

2020-03-04 Thread J A
I was wondering g if there was a way to distribute an application that took advantage of user input like a windows .msi does. On linux of course. -- https://mail.python.org/mailman/listinfo/python-list

[issue38794] Setup: support linking openssl statically

2019-11-15 Thread Lukas Vacek
Lukas Vacek added the comment: Christian, I don't want to argue. Feel free to close both this bug and the PR as "enhancement rejected". Adding one ./configure option is not really worth arguing over, I can always compile python as I need. I just tried to solve the same problem for others

[issue38794] Setup: support linking openssl statically

2019-11-15 Thread Christian Heimes
Christian Heimes added the comment: > In ideal world OpenSSL would provide stable ABI just like the other libraries > Python depends on. That would be, unarguably, the best way to achieve that > goal. Agreed. OpenSSL provides a stable API and stable ABI already. The fact is well documented

[issue38794] Setup: support linking openssl statically

2019-11-15 Thread Lukas Vacek
Lukas Vacek added the comment: In ideal world OpenSSL would provide stable ABI just like the other libraries Python depends on. That would be, unarguably, the best way to achieve that goal. Agreed. Aferall frequent OpenSSL ABI breakages are the reason why apple switched to their own

[issue38794] Setup: support linking openssl statically

2019-11-15 Thread Christian Heimes
Christian Heimes added the comment: I'm drawing a different conclusion from these posts. It sounds to me like people want a simple way to install a new version of Python on old distros and have a working ssl module. Static linking is one possible way to archive the goal. I argue that it is

[issue38794] Setup: support linking openssl statically

2019-11-15 Thread Lukas Vacek
Lukas Vacek added the comment: However, I'm still convinced many would appreciate adding this ./configure option: https://github.com/pyenv/pyenv/issues/1184#issuecomment-403149437 https://joshspicer.com/python37-ssl-issue

[issue38794] Setup: support linking openssl statically

2019-11-15 Thread Lukas Vacek
Lukas Vacek added the comment: Fair enough. Btw. I picked versions 3.7 and up to show this feature should eventually be backported to older CPython versions that depend on OpenSSL >= 1.0.2. This feature is to avoid relying on rpath and relying on a seperate installation to be installed in

[issue38794] Setup: support linking openssl statically

2019-11-15 Thread Christian Heimes
Christian Heimes added the comment: Since this is a request for a new feature, I'm bumping versions to 3.9 and newer. There is no need to add more configure flags to build Python with a custom OpenSSL installation. It's sufficient to build OpenSSL as a shared library and run Python's

[issue38794] Setup: support linking openssl statically

2019-11-14 Thread Lukas Vacek
Change by Lukas Vacek : -- title: Setup: support linking openssl staticly -> Setup: support linking openssl statically ___ Python tracker <https://bugs.python.org/issu

[issue38794] Setup: support linking openssl staticly

2019-11-14 Thread Lukas Vacek
Change by Lukas Vacek : -- keywords: +patch pull_requests: +16663 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17153 ___ Python tracker ___

[issue38794] Setup: support linking openssl staticly

2019-11-14 Thread Lukas Vacek
ed_ssl --prefix=prefix_path make make install -- assignee: christian.heimes components: SSL messages: 356600 nosy: Lukas.Vacek, christian.heimes priority: normal severity: normal status: open title: Setup: support linking openssl staticly type: enhancement versions: Python 3.7, Python 3.8, Pyth

[issue38711] setup parameter 'distclass' ignored for configuration files

2019-11-05 Thread Arno-Can Uestuensoez
Arno-Can Uestuensoez added the comment: Current related issues are: issue 38714 issue 38711 issue 38709 -- ___ Python tracker ___

[issue38714] setup command alias erroneous for names with hyphens

2019-11-05 Thread Arno-Can Uestuensoez
Arno-Can Uestuensoez added the comment: Current related issues are: issue 38714 issue 38711 issue 38709 -- ___ Python tracker ___

[issue38714] setup command alias erroneous for names with hyphens

2019-11-05 Thread Arno-Can Uestuensoez
Change by Arno-Can Uestuensoez : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38714] setup command alias erroneous for names with hyphens

2019-11-05 Thread Arno-Can Uestuensoez
eventually selected user files as eventually selected by the provided call parameters. -- components: Distutils messages: 356094 nosy: acue, dstufft, eric.araujo priority: normal severity: normal status: open title: setup command alias erroneous for names with hyphens versions: Python 2.7

[issue38711] setup parameter 'distclass' ignored for configuration files

2019-11-05 Thread Arno-Can Uestuensoez
New submission from Arno-Can Uestuensoez : Even though this involves 'setuptools', I write this issue here because of the tight coupling of 'distutils' and 'setuptools' e.g. by the passed 'self' parameter. The central API 'setup()' - 'setuptools.init.setup()' - provides the parameter

Re: how to setup for localhost:8000

2019-08-10 Thread sanketsawla34
please set up my localhost:8000 -- https://mail.python.org/mailman/listinfo/python-list

Re: Modify setup

2019-07-30 Thread MRAB
On 2019-07-30 18:20, Steven via Python-list wrote: Good morning, I have uninstalled and reinstalled different versions of Python, and continue to get the "modify setup" box when I try to open. Is there something I'm doing wrong? Try to open what? It sounds to me like you're ju

Modify setup

2019-07-30 Thread Steven via Python-list
Good morning, I have uninstalled and reinstalled different versions of Python, and continue to get the "modify setup" box when I try to open. Is there something I'm doing wrong? Sent from ProtonMail mobile -- https://mail.python.org/mailman/listinfo/python-list

[issue12436] Missing items in installation/setup instructions

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread Aldwin Pollefeyt
Aldwin Pollefeyt added the comment: just guessing ... in 2.7 unix.rst has '\ No newline at end of file' it's your enhancement/call, but indeed no need to put energy in 2.7 doc anymore. case closed -- ___ Python tracker

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread miss-islington
miss-islington added the comment: New changeset 840352455dfbb6acb3b69ea88a19c01b7358e801 by Miss Islington (bot) in branch '3.8': bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850) https://github.com/python/cpython/commit/840352455dfbb6acb3b69ea88a19c01b7358e801 --

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread miss-islington
miss-islington added the comment: New changeset 87b6078fb90f11dc67ad8f31e98cbc40f74fcb81 by Miss Islington (bot) in branch '3.7': bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850) https://github.com/python/cpython/commit/87b6078fb90f11dc67ad8f31e98cbc40f74fcb81 --

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread Mariatta
Mariatta added the comment: Thanks for the PR! There's conflict to the 2.7 branch, but I'm not motivated enough to fix it there. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +14643 pull_request: https://github.com/python/cpython/pull/14852 ___ Python tracker ___

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +14642 pull_request: https://github.com/python/cpython/pull/14851 ___ Python tracker ___

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread miss-islington
miss-islington added the comment: New changeset 8f040b7a9f442e7c2605ef1cad9c6b5eb7dd7af7 by Miss Islington (bot) (aldwinaldwin) in branch 'master': bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread Aldwin Pollefeyt
Change by Aldwin Pollefeyt : -- nosy: +aldwinaldwin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread Aldwin Pollefeyt
Change by Aldwin Pollefeyt : -- pull_requests: +14641 pull_request: https://github.com/python/cpython/pull/14850 ___ Python tracker ___

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-18 Thread Aldwin Pollefeyt
Change by Aldwin Pollefeyt : -- keywords: +patch pull_requests: +14640 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14849 ___ Python tracker

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-17 Thread Mariatta
Mariatta added the comment: Should have included the link, but I can't edit issue. Here's the page which I think could be improved. https://docs.python.org/3/using/index.html -- ___ Python tracker

[issue37610] Improve "Python Usage and Setup" documentation re: Editors & IDE

2019-07-17 Thread Mariatta
New submission from Mariatta : The Python Usage and Setup documentation lists how to use Python in different environments: 1. command line 2. Unix 3. Windows 4. MacOS Under "Unix" environment there is a section for Editors and IDE, which actually links to external links

Re: how to setup for localhost:8000

2019-07-07 Thread Alister via Python-list
On Sun, 07 Jul 2019 16:57:12 +, nabru wrote: > jaymoyer44 [jaymoye...@gmail.com] wrote: > >> On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com >> wrote: >>> Hi, >>> >>> I am working on window 7 and Python 3.5 to setup a localhost

Re: how to setup for localhost:8000

2019-07-07 Thread nabru
jaymoyer44 [jaymoye...@gmail.com] wrote: > On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com wrote: >> Hi, >> >> I am working on window 7 and Python 3.5 to setup a localhost:8000 but >> it did not get through as shown below: >> > python -m ht

Re: how to setup for localhost:8000

2019-07-07 Thread jaymoyer44
On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com wrote: > Hi, > > I am working on window 7 and Python 3.5 to setup a localhost:8000 but it did > not get through as shown below: > > python -m http.server > Serving HTTP on 0.0.0.0 port 8000 ... > > But

Re: how to setup for localhost:8000

2019-07-07 Thread jaymoyer44
On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com wrote: > Hi, > > I am working on window 7 and Python 3.5 to setup a localhost:8000 but it did > not get through as shown below: > > python -m http.server > Serving HTTP on 0.0.0.0 port 8000 ... > > But

[issue37216] "Using Python on a Macintosh" chapter of "Python Setup and Usage" doc is out-of-date

2019-06-12 Thread Ned Deily
Ned Deily added the comment: Thanks for contributing the PRs! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37216] "Using Python on a Macintosh" chapter of "Python Setup and Usage" doc is out-of-date

2019-06-12 Thread Ned Deily
Ned Deily added the comment: New changeset 905e19a9bf9afd6439ea44fc6a4f3c8631750d6d by Ned Deily (Makdon) in branch 'master': bpo-37216: update version to 3.9 in mac using document (GH-13966) https://github.com/python/cpython/commit/905e19a9bf9afd6439ea44fc6a4f3c8631750d6d --

[issue37216] "Using Python on a Macintosh" chapter of "Python Setup and Usage" doc is out-of-date

2019-06-11 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13833 pull_request: https://github.com/python/cpython/pull/13966 ___ Python tracker ___

[issue37216] "Using Python on a Macintosh" chapter of "Python Setup and Usage" doc is out-of-date

2019-06-10 Thread Ned Deily
Change by Ned Deily : -- assignee: docs@python -> ned.deily title: mac installation document wrong for python 3.7.3 -> "Using Python on a Macintosh" chapter of "Python Setup and Usage" doc is out-of-date versions: +Python 3.8, Python 3.9

[issue37047] Refactor AsyncMock setup logic in create_autospec

2019-05-27 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37047] Refactor AsyncMock setup logic in create_autospec

2019-05-27 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset ff6b2e66b19a26b4c2ab57e62e1ab9f3d94dd76a by Yury Selivanov (Xtreak) in branch 'master': bpo-37047: Refactor AsyncMock setup logic for autospeccing (GH-13574) https://github.com/python/cpython/commit/ff6b2e66b19a26b4c2ab57e62e1ab9f3d94dd76a

[issue37047] Refactor AsyncMock setup logic in create_autospec

2019-05-25 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- keywords: +patch pull_requests: +13482 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13574 ___ Python tracker

[issue37047] Refactor AsyncMock setup logic in create_autospec

2019-05-25 Thread Karthikeyan Singaravelan
with _setup_func and is called during setting signature. AsyncMock needs different setup logic code to setup the functions but the code can be refactored out of create_autospec into _setup_async_func. * In create_autospec awaited attribute is not set for AsyncMock during setup [0] and hence this causes

[issue32430] Simplify Modules/Setup{,.dist,.local}

2019-05-06 Thread STINNER Victor
STINNER Victor added the comment: > PR GH-5062 is still open in GitHub, is this PR still required? It's not. I closed it, thanks. -- ___ Python tracker ___

[issue32430] Simplify Modules/Setup{,.dist,.local}

2019-05-06 Thread anthony shaw
anthony shaw added the comment: PR GH-5062 is still open in GitHub, is this PR still required? -- nosy: +anthony shaw ___ Python tracker ___

[issue14945] Setup & Usage documentation for selected stdlib modules

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36577] setup doesn't report missing _ssl and _hashlib

2019-04-09 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker ___

[issue36577] setup doesn't report missing _ssl and _hashlib

2019-04-09 Thread miss-islington
miss-islington added the comment: New changeset 8abc3f4f91e6b523c761c7a6fa2e3405019803a1 by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-36577: setup.py reports missing OpenSSL again (GH-12746)

[issue36577] setup doesn't report missing _ssl and _hashlib

2019-04-09 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +12672 stage: -> patch review ___ Python tracker ___ ___

[issue36577] setup doesn't report missing _ssl and _hashlib

2019-04-09 Thread Christian Heimes
New submission from Christian Heimes : setup does not report _ssl and _hashlib as failed to build in case OpenSSL libs or headers are missing. Related to #36544 and #36146 Reproducer: $ ./configure --with-openssl=/invalid $ make ... running build running build_ext The following modules

[issue14944] Setup & Usage documentation for pydoc, IDLE, & 2to3

2019-03-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: idle.html, derived from idle.rst, is now the IDLE help file. pip also has pip3 command; perhaps ensurepip should be mentioned. -- versions: +Python 3.8 -Python 3.6 ___ Python tracker

RE: "Post install setup does not work as expected with pip install"

2019-03-13 Thread Saba Kauser
I am able to get this to work. I had to invoke parent's run before my post install logic could kick. _ From: Saba Kauser Sent: Tuesday, March 12, 2019 6:01 PM To: python-list@python.org Subject: "Post install setup does not work as expected wit

Re: "Post install setup does not work as expected with pip install"

2019-03-12 Thread Peter Otten
ange libdb2.dylib > {}/lib/libdb2.dylib {}".format(clipath, so)) > install.run(self) I know nothing about what you are up to, but this looks odd to me. Wouldn't you need to call the superclass method install.run(self) *before* your custom code with the for loop? > c

"Post install setup does not work as expected with pip install"

2019-03-12 Thread Saba Kauser
cmd_class = dict(install = PostInstall) And I pass cmd_class to setup(..) as: setup(.. include_package_data = True, cmdclass = cmd_class, **extra ) When I execute setup.py as "python setup.py install", then the PostInstall operation is executed after the ibm

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset 25d13f37aa6743282d0b8b4df687ff8964b2 by Victor Stinner in branch 'master': bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191) https://github.com/python/cpython/commit/25d13f37aa6743282d0b8b4df687ff8964b2 --

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-06 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12186 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
STINNER Victor added the comment: Ok, the _PyPreConfig structure is now available and used internally. The API can likely be enhanced, but I prefer to open new follow-up issues like bpo-36202, since this issue has already a long list of changes :-) I close this issue. Nick: thanks for

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-36202: "Calling Py_DecodeLocale() before _PyPreConfig_Write() can produce mojibake". -- ___ Python tracker ___

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
STINNER Victor added the comment: Description of this long serie of changes. I modified Py_Main() and _Py_InitializeCore() to clearly separate "pre-configuration" from "configuration" steps. The pre-configuration now decodes temporarily the command line arguments and uses its own command

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4fffd380a4070aff39b7fd443d90e60746c1b623 by Victor Stinner in branch 'master': bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188) https://github.com/python/cpython/commit/4fffd380a4070aff39b7fd443d90e60746c1b623 --

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12183 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset c656e25667c9acc0d13e5bb16d3df2938d0f614b by Victor Stinner in branch 'master': bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) https://github.com/python/cpython/commit/c656e25667c9acc0d13e5bb16d3df2938d0f614b --

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12182 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7d2ef3ef5042356aaeaf832ad4204b7dad2e1b8c by Victor Stinner in branch 'master': bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186) https://github.com/python/cpython/commit/7d2ef3ef5042356aaeaf832ad4204b7dad2e1b8c --

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12181 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset a9df651eb4c18a07ec309df190419613e95cba7b by Victor Stinner in branch 'master': bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185) https://github.com/python/cpython/commit/a9df651eb4c18a07ec309df190419613e95cba7b --

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12180 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset b35be4b3334fbc471a39abbeb68110867b72e3e5 by Victor Stinner in branch 'master': bpo-36142: Add _PyPreConfig.allocator (GH-12181) https://github.com/python/cpython/commit/b35be4b3334fbc471a39abbeb68110867b72e3e5 --

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12177 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5a02e0d1c8a526fc4e80a2fb8b4a9d5bc64c7d82 by Victor Stinner in branch 'master': bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) https://github.com/python/cpython/commit/5a02e0d1c8a526fc4e80a2fb8b4a9d5bc64c7d82 --

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-04 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12171 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-04 Thread STINNER Victor
STINNER Victor added the comment: New changeset 6dcb54228e7520abd058897440c26e323f62afcd by Victor Stinner in branch 'master': bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173) https://github.com/python/cpython/commit/6dcb54228e7520abd058897440c26e323f62afcd --

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-04 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12170 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-04 Thread STINNER Victor
STINNER Victor added the comment: New changeset cad1f747da47849ab5d8b0b881f7a0b94564d290 by Victor Stinner in branch 'master': bpo-36142: Add _PyPreConfig structure (GH-12172) https://github.com/python/cpython/commit/cad1f747da47849ab5d8b0b881f7a0b94564d290 --

[issue36142] Add a new _PyPreConfig step to Python initialization to setup memory allocator and encodings

2019-03-04 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12169 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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