Re: Manager for project templates, that allows "incremental" feature addition

2017-03-22 Thread Lele Gaifax
Paul Moore writes: > I'm looking for a utility that is something like cookiecutter, in that it > generates a "template" project for me. However, I would like the ability to > have a template add content based on runtime questions, something like > >Do you want to include a C extension? [ye

Announcing SCM Workbench 0.8.5 GUI for Git, Mercurial (hg) and Subversion (svn)

2017-03-22 Thread Barry Scott
SCM Workbench features • Support Subversion (svn), Mercurial (hg) and Git projects. • Easy to learn and use • Built in User Guide describes the operation and features of the application. • Add project wizard can scan for all your existing projects. • All su

ANN: Wing Python IDE 6.0.3 released

2017-03-22 Thread Wingware
Hi, We've just released Wing 6.0.3 which implements auto-completion in strings and comments, supports syntax highlighting and error indicators for f-strings, adds a How-To for Jupyter notebooks, allows concurrent update of recent menus from multiple instances of Wing, fixes Django template de

Recompilation of Python3.6.x

2017-03-22 Thread Klaus Jantzen
Hello, in order to have the Python-SQLite support available one has to recompile Python. For the recompiliation to succeed a number of 'modules/libs' have to be present. In the internet I found the following list build-essential libz-dev libreadline-dev libncursesw5-dev libssl-dev libgdbm-de

Re: Recompilation of Python3.6.x

2017-03-22 Thread Thomas Nyberg
On 03/22/2017 12:42 PM, Klaus Jantzen wrote: Hello, in order to have the Python-SQLite support available one has to recompile Python. For the recompiliation to succeed a number of 'modules/libs' have to be present. In the internet I found the following list build-essential libz-dev libreadline

Re: Recompilation of Python3.6.x

2017-03-22 Thread Jon Ribbens
On 2017-03-22, Thomas Nyberg wrote: > I can't speak for the maintainers, but I don't think that providing such > a list is super reasonable considering that there are many different OSs > which have sometimes have slightly different library package names > (though of course one could argue that

Re: Recompilation of Python3.6.x

2017-03-22 Thread Klaus Jantzen
On 03/22/2017 06:34 PM, Thomas Nyberg wrote: On 03/22/2017 12:42 PM, Klaus Jantzen wrote: Hello, in order to have the Python-SQLite support available one has to recompile Python. For the recompiliation to succeed a number of 'modules/libs' have to be present.

Re: Recompilation of Python3.6.x

2017-03-22 Thread Thomas Nyberg
On 03/22/2017 03:22 PM, Jon Ribbens wrote: A simple table with a list of the library names, the debian package names, and the rpm names would provide the information in a way that would be useful to everyone. I definitely agree, but it would be kind of difficult to maintain. I mean if you sup

Re: Recompilation of Python3.6.x

2017-03-22 Thread Grant Edwards
On 2017-03-22, Thomas Nyberg wrote: > On 03/22/2017 03:22 PM, Jon Ribbens wrote: >> A simple table with a list of the library names, the debian package >> names, and the rpm names would provide the information in a way that >> would be useful to everyone. A _simple_ table would be useful. Howev

Re: Recompilation of Python3.6.x

2017-03-22 Thread Chris Angelico
On Thu, Mar 23, 2017 at 7:34 AM, Thomas Nyberg wrote: > On 03/22/2017 03:22 PM, Jon Ribbens wrote: >> >> A simple table with a list of the library names, the debian package >> names, and the rpm names would provide the information in a way that >> would be useful to everyone. >> > > I definitely a

python source code

2017-03-22 Thread M. R.P.
does anyone know were I can python source code programs? -- https://mail.python.org/mailman/listinfo/python-list

Re: python source code

2017-03-22 Thread Thomas Nyberg
On 03/22/2017 05:57 PM, M. R.P. wrote: does anyone know were I can python source code programs? The source code for cpython (i.e. the most common interpreter) can be found here: https://www.python.org/downloads/source/ https://github.com/python/cpython Unless you mean the so

Re: python source code

2017-03-22 Thread Erik
On 22/03/17 21:57, M. R.P. wrote: does anyone know were I can [find?] python source code programs? Are you looking for the source to a Python language implementation itself? If so, see this link: https://www.python.org/downloads/ If not, what are you looking for, exactly? What sort of Pytho

Re: Recompilation of Python3.6.x

2017-03-22 Thread Jon Ribbens
On 2017-03-22, Grant Edwards wrote: > On 2017-03-22, Thomas Nyberg wrote: >> On 03/22/2017 03:22 PM, Jon Ribbens wrote: >>> A simple table with a list of the library names, the debian package >>> names, and the rpm names would provide the information in a way that >>> would be useful to everyone.

Re: Recompilation of Python3.6.x

2017-03-22 Thread Nathan Ernst
I would also add a link to the dependency's project page, in case building from source is necessary. You don't always have root, and you're not always building with the system supplied compiler. There are a lot of situations that may require building from source. Far too many to even bother to en

Re: Recompilation of Python3.6.x

2017-03-22 Thread Chris Angelico
On Thu, Mar 23, 2017 at 10:50 AM, Nathan Ernst wrote: > I would also add a link to the dependency's project page, in case building > from source is necessary. > > You don't always have root, and you're not always building with the system > supplied compiler. > > There are a lot of situations that