Provide python:debug with --with-pydebug switch

2018-03-24 Thread Pjotr Prins
Attached a quick hack I did to get a Python interpreter with full debug facilities. It includes the built-in debugging/tracing facilities. I think this is a valuable thing to have as a package https://pythonextensionpatterns.readthedocs.io/en/latest/debugging/debug_python.html especially when

Re: wrapping up the Newmoon Browser package

2018-03-24 Thread Ricardo Wurmus
ng0 writes: > If you submit an addon: http://developer.palemoon.org/Add-ons:Site/Submit > you get to go through the submission and acceptance process, which includes: > - Optionally, you could also provide the following, to be shown on the add-on > listing: > - License - both OSI-approved lic

Modification for guix installation script.

2018-03-24 Thread Tatiana Sholokhova
Hello! My name is Tatiana. I have installed guix for the first time and noticed that the installation script at https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-install.sh did not work for me. So, I had to make some modifications. There was a problem with the path to root user home direct

Re: wrapping up the Newmoon Browser package

2018-03-24 Thread ng0
Ricardo Wurmus transcribed 1.1K bytes: > > ng0 writes: > > > If you submit an addon: http://developer.palemoon.org/Add-ons:Site/Submit > > you get to go through the submission and acceptance process, which includes: > > - Optionally, you could also provide the following, to be shown on the > >

Re: Modification for guix installation script.

2018-03-24 Thread Vincent Legoll
On Sat, Mar 24, 2018 at 6:00 PM, Tatiana Sholokhova wrote: > I just sent diff between my modified script and original script. (So, my > version of the script goes first in the diff output). I had to replace > ${HOME} and ~root with /root since there supposed to be the root user home > directory pa

Re: Modification for guix installation script.

2018-03-24 Thread Tatiana Sholokhova
I just sent diff between my modified script and original script. (So, my version of the script goes first in the diff output). I had to replace ${HOME} and ~root with /root since there supposed to be the root user home directory path. 2018-03-24 19:46 GMT+03:00 Vincent Legoll : > Hello, > > > 266

Re: Modification for guix installation script.

2018-03-24 Thread Vincent Legoll
Hello, > 266c266,267 > < ln -sf /var/guix/profiles/per-user/root/guix-profile > /root/.guix-profile > --- >> ln -sf /var/guix/profiles/per-user/root/guix-profile \ >>~root/.guix-profile > 268c269 > < GUIX_PROFILE="/root/.guix-profile" > --- >> GUIX_PROFILE="${HOME}/.guix-pr

RE: Modification for guix installation script.

2018-03-24 Thread Tatiana Sholokhova
Ubuntu 17.10 -- Tatiana Sholokhova От: Vincent Legoll Отправлено: 24 марта 2018 г. в 17:05 Кому: Tatiana Sholokhova Копия: guix-devel Тема: Re: Modification for guix installation script. On Sat, Mar 24, 2018 at 6:00 PM, Tatiana Sholokhova wrote: > I just sent diff between my modified script and

Re: PYTHONPATH issue explanation

2018-03-24 Thread Chris Marusich
Hi Hartmut, Awesome analysis! Thank you for taking point on this. I will offer some feedback. I hope it is useful. The short version is: I think Python should let us explicitly tell it where its system site directory is. If Python provided such a feature, then I think we could use it and avoi