How does the import machinery handle relative imports?

2020-04-22 Thread Adam Preble
I'm fussing over some details of relative imports while trying to mimic Python module loading in my personal project. This is getting more into corner cases, but I can spare time to talk about it while working on more normal stuff. I first found this place: https://manikos.github.io/how-pythons-

Re: Install GDAL

2020-04-22 Thread Kushal Kumaran
J Conrado writes: > Hi, > > > I'm trying to install GDAL. I used conda and PIP and I didn't have sucess. > > > I used for pip to insatal GDAL3.0.4: > > > pip install GDAL > > > Collecting GDAL >   Using cached GDAL-3.0.4.tar.gz (577 kB) > > > >     cc1plus: warning: command line option "-Wstrict

Re: news.bbs.nz is spewing duplicates to comp.lang.python

2020-04-22 Thread Skip Montanaro
> I filter out these messages in my news setup (using gnus on Emacs) on > the header: > > ("head" > ("Injection-Info: news.bbs.nz" -1002 nil s)) > > i.e. each message that contains "news.bbs.nz" in the "Injection-Info" > header will be made invisible. > This solved the problem for me. Thanks. M

Re: news.bbs.nz is spewing duplicates to comp.lang.python

2020-04-22 Thread Pieter van Oostrum
Skip Montanaro writes: >> This just arrived at my newserver: >> > ... >> I find that very curious because the post is mine but which I >> sent out with these headers: >> I filter out these messages in my news setup (using gnus on Emacs) on the header: ("head" ("Injection-Info: news.bbs.nz" -

Re: news.bbs.nz is spewing duplicates to comp.lang.python

2020-04-22 Thread Skip Montanaro
> This just arrived at my newserver: > ... > I find that very curious because the post is mine but which I > sent out with these headers: > ... > The timezone on the date header has changed, the subject has been > truncated, the Path and injection info is all different, and most > crucially, the ME

Install GDAL

2020-04-22 Thread J Conrado
Hi, in my question how to install GDAl, I forgot to write that I want to install GDAL on Linux. Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-list

Re: Install GDAL

2020-04-22 Thread Souvik Dutta
This might work. https://stackoverflow.com/questions/43587960/gdal-installation-error-using-pip/43600989 Souvik flutter dev On Wed, Apr 22, 2020, 9:52 PM J Conrado wrote: > > > Hi, > > > I'm trying to install GDAL. I used conda and PIP and I didn't have sucess. > > > I used for pip to insatal G

Install GDAL

2020-04-22 Thread J Conrado
Hi, I'm trying to install GDAL. I used conda and PIP and I didn't have sucess. I used for pip to insatal GDAL3.0.4: pip install GDAL Collecting GDAL   Using cached GDAL-3.0.4.tar.gz (577 kB) Building wheels for collected packages: GDAL   Building wheel for GDAL (setup.py) ... error   ERR

Re: news.bbs.nz is spewing duplicates to comp.lang.python

2020-04-22 Thread Peter Pearson
On Tue, 21 Apr 2020 21:42:42 + (UTC), Eli the Bearded wrote: > This just arrived at my newserver: > > Path: > reader2.panix.com!panix!goblin2!goblin.stu.neva.ru!news.unit0.net!2.eu.feeder.erje.net!4.us.feeder.erje.net!feeder.erje.net!xmission!csiph.com!news.bbs.nz!.POSTED.agency.bbs.nz!not

Re: python and numpy

2020-04-22 Thread edmondo . giovannozzi
Il giorno martedì 21 aprile 2020 21:04:17 UTC+2, Derek Vladescu ha scritto: > I’ve just begun a serious study of using Python as an aspiring > programmer/data scientist. > Can someone please walk me through how to download Python, SO THAT I will be > able to import numpy? > > Thanks, > Derek >