Re: How to install your personal module/package on site.

2020-08-20 Thread Cameron Simpson
On 16Aug2020 08:32, Marco Sulla wrote: >Sorry, didn't read well, Apart the other suggestion, you (or your >sysop) can create a private Pypi: >https://pypi.org/project/private-pypi/ Even simpler, you can put a code repo path into your requirements.txt (or directly with pip via its "-e" option). E

Re: Finding it very difficult to move pyexiv2 code from Python 2 to Python 3

2020-08-20 Thread Chris Angelico
On Fri, Aug 21, 2020 at 9:20 AM Cameron Simpson wrote: > > On 21Aug2020 04:00, Chris Angelico wrote: > >Fortunately, the *next* release of Ubuntu fixes this: > > > >https://packages.ubuntu.com/groovy/mercurial > > > >It depends on Python 3.8 instead. No idea why the 20.04 release insists > >on 2.

Re: Finding it very difficult to move pyexiv2 code from Python 2 to Python 3

2020-08-20 Thread Cameron Simpson
On 21Aug2020 04:00, Chris Angelico wrote: >Fortunately, the *next* release of Ubuntu fixes this: > >https://packages.ubuntu.com/groovy/mercurial > >It depends on Python 3.8 instead. No idea why the 20.04 release insists >on 2.7. I would guess they didn't have the resources to regression test the

Re: Finding it very difficult to move pyexiv2 code from Python 2 to Python 3

2020-08-20 Thread Cameron Simpson
On 20Aug2020 18:13, Chris Green wrote: >Cameron Simpson wrote: >> On 19Aug2020 08:53, Chris Green wrote: >> >Maybe I should bite the bullet and make Python 3 the default Python >> >and see what falls over as a consequence. >> >> Don't change the system default Python - many system scripts rely o

Re: Issue

2020-08-20 Thread dn via Python-list
On 21/08/2020 07:01, Sreelakshmi Madhu wrote: not able to open IDLE and also while running a program in cmd saved in notepad, it's showing not found such a python file. Please review the Python documentation (https://docs.python.org/3/), in particular the "Python Setup and Usage" notes releva

Re: Finding it very difficult to move pyexiv2 code from Python 2 to Python 3

2020-08-20 Thread Chris Green
Chris Angelico wrote: > On Fri, Aug 21, 2020 at 3:21 AM Chris Green wrote: > > It's actually more subtle and complicated than the OS changing or not > > changing the default Python version. There are quite a lot of > > questions about exactly this on the Ubuntu lists. All the OS python > > code

Issue

2020-08-20 Thread Sreelakshmi Madhu
not able to open IDLE and also while running a program in cmd saved in notepad, it's showing not found such a python file. -- https://mail.python.org/mailman/listinfo/python-list

Re: Finding it very difficult to move pyexiv2 code from Python 2 to Python 3

2020-08-20 Thread Chris Angelico
On Fri, Aug 21, 2020 at 3:21 AM Chris Green wrote: > It's actually more subtle and complicated than the OS changing or not > changing the default Python version. There are quite a lot of > questions about exactly this on the Ubuntu lists. All the OS python > code in Ubuntu 20.04 is now Python 3

Re: Finding it very difficult to move pyexiv2 code from Python 2 to Python 3

2020-08-20 Thread Chris Green
Cameron Simpson wrote: > On 19Aug2020 08:53, Chris Green wrote: > >I have quite a lot of things installed with pip, however I've never > >had this problem with dependencies before. Adding to the fun is that > >my system has still got Python 2 as the default Python so I have to > >run pip3 explic

Re: Finding it very difficult to move pyexiv2 code from Python 2 to Python 3

2020-08-20 Thread Vincent Vande Vyvre
Le 20/08/20 à 09:07, Robin Becker a écrit : > . >>> so obviously I need to install some version of boost libs or >>> Boost.Python etc etc. Gave up :( >>> -luddite-ly yrs- >>> Robin Becker >>> >> The aur repository, no ? >> >> https://aur.archlinux.org/packages/python-exiv2/ >> >> Vincent >>

Re: Finding it very difficult to move pyexiv2 code from Python 2 to Python 3

2020-08-20 Thread Robin Becker
. so obviously I need to install some version of boost libs or Boost.Python etc etc. Gave up :( -luddite-ly yrs- Robin Becker The aur repository, no ? https://aur.archlinux.org/packages/python-exiv2/ Vincent that would work (if I had thought hard about it), but not for a pip instal