[Python-Dev] Re: Advice / RTFM needed for tool setup to participate in python development from a Windows host

2020-12-17 Thread pjfarley3
Thanks for that link Steve. I will read it and see what it can help me do. It does seem like it is pretty much on target for the scenario I have, which is a C DLL project that is invoked by python wrapper functions invoked from a python script. Peter > -Original Message- > From: Stev

[Python-Dev] Re: Python package funding through command-line

2020-12-17 Thread Brett Cannon
This mailing list is for the development of Python. Pip development is primarily discussed at https://discuss.python.org/c/packaging/14. But I would also check their issue tracker as I believe they already have an issue open about this (I think it's called `pip thanks`). On Thu, Dec 17, 2020 at 8:

[Python-Dev] Python package funding through command-line

2020-12-17 Thread r22133yash
Many open-source developers are committing to several projects, developing package (for Python). A fraction of developers might need funds for the continuing development of several projects and to pursue contributing. Sadly, there is no direct short way for donors to fund python package develope

[Python-Dev] Re: Advice / RTFM needed for tool setup to participate in python development from a Windows host

2020-12-17 Thread Steve Dower
On 16Dec2020 2114, pjfarl...@earthlink.net wrote: If anyone has or knows of step-by-step instructions on how to set that debug environment up and start the outer-level script with debug breakpoints in the DLL I would greatly appreciate it. I'm also doing my own searches for tutorials on debug