Re: Python bug in ArcGIS - Urban Network analysis tool

2018-07-29 Thread Станимира Николова
понеделник, 30 юли 2018 г., 3:29:44 UTC+3, MRAB написа: > On 2018-07-29 22:00, Станимира Николова wrote: > > неделя, 29 юли 2018 г., 23:41:01 UTC+3, MRAB написа: > >> On 2018-07-29 18:56, stanimira.s...@gmail.com wrote: > >> > Hi there, > >> > > >> > I'm trying make reach analyze with Urban networ

Re: `import somemodule` does not check all paths in `sys.path`

2018-07-29 Thread Chris Angelico
On Mon, Jul 30, 2018 at 3:15 PM, dieter wrote: > stefand...@gmail.com writes: >> ... >> The "story" is: In homeassistant (short HA) some modules are installed at >> runtime during first start ("bootstrapping"), and for some reason loading >> the modules fails directly after installing the module

Re: `import somemodule` does not check all paths in `sys.path`

2018-07-29 Thread dieter
stefand...@gmail.com writes: > ... > The "story" is: In homeassistant (short HA) some modules are installed at > runtime during first start ("bootstrapping"), and for some reason loading the > modules fails directly after installing the modules. Subsequent starts work > fine. > > The modules tha

Re: Python bug in ArcGIS - Urban Network analysis tool

2018-07-29 Thread MRAB
On 2018-07-29 22:00, Станимира Николова wrote: неделя, 29 юли 2018 г., 23:41:01 UTC+3, MRAB написа: On 2018-07-29 18:56, stanimira.s...@gmail.com wrote: > Hi there, > > I'm trying make reach analyze with Urban network analysis (UNA) tool in ArcGIS. It's based on points for buildings and pedestr

Re: Using Python on a fork-less POSIX-like OS

2018-07-29 Thread Terry Reedy
On 7/29/2018 10:28 AM, Jan Claeys wrote: On Fri, 2018-07-27 at 19:13 +0200, Barath Aron wrote: I intend to cross-compile Python v3.6.6 to Threos ( https://threos.io ) operating system. Threos is supports a quite large set from POSIX and C89/C99. Unfortunately, Threos lacks fork(2), but provide

Re: Python bug in ArcGIS - Urban Network analysis tool

2018-07-29 Thread Станимира Николова
неделя, 29 юли 2018 г., 23:41:01 UTC+3, MRAB написа: > On 2018-07-29 18:56, stanimira.s...@gmail.com wrote: > > Hi there, > > > > I'm trying make reach analyze with Urban network analysis (UNA) tool in > > ArcGIS. It's based on points for buildings and pedestrian network of > > acceptability ste

Re: Python bug in ArcGIS - Urban Network analysis tool

2018-07-29 Thread MRAB
On 2018-07-29 18:56, stanimira.s...@gmail.com wrote: Hi there, I'm trying make reach analyze with Urban network analysis (UNA) tool in ArcGIS. It's based on points for buildings and pedestrian network of acceptability steets. The aim is to show how many people from each building can reach dif

Python bug in ArcGIS - Urban Network analysis tool

2018-07-29 Thread stanimira . s . 93
Hi there, I'm trying make reach analyze with Urban network analysis (UNA) tool in ArcGIS. It's based on points for buildings and pedestrian network of acceptability steets. The aim is to show how many people from each building can reach different building in radius of 150 meters (so i can find

Demo-Mode in IPython broken?

2018-07-29 Thread Albert Brandl
Hi! The IPython documentation mentions a demo mode that can be used to execute chunks of a Python file that are separated by special comments (e.g. "# stop"). The annotated Python file can be executed by importing `Demo` from `IPython.lib.demo`, instantiating it using the file name and calling t

Re: Using Python on a fork-less POSIX-like OS

2018-07-29 Thread Jan Claeys
On Fri, 2018-07-27 at 19:13 +0200, Barath Aron wrote: > I intend to cross-compile Python v3.6.6 to Threos ( https://threos.io > ) operating system. Threos is supports a quite large set from > POSIX and C89/C99. Unfortunately, Threos lacks fork(2), but > provides posix_spawn(3) instead. I already

Re: Why is multiprocessing.Queue creating a thread ?

2018-07-29 Thread Chris Angelico
On Sun, Jul 29, 2018 at 8:03 PM, Léo El Amri via Python-list wrote: > Hello list, > > This is a simple question: I wonder what is the reason behind > multiprocessing.Queue creating a thread to send objects through a > multiprocessing.connection.Connection. > I plan to implement an asyncio "aware"

Why is multiprocessing.Queue creating a thread ?

2018-07-29 Thread Léo El Amri via Python-list
Hello list, This is a simple question: I wonder what is the reason behind multiprocessing.Queue creating a thread to send objects through a multiprocessing.connection.Connection. I plan to implement an asyncio "aware" Connection class. And while reading the source code of the multiprocessing modul

Re: `import somemodule` does not check all paths in `sys.path`

2018-07-29 Thread stefand986
Am Sonntag, 29. Juli 2018 01:32:07 UTC+2 schrieb MRAB: That was also my first suspicion, but I checked that the path exists by printing the directory contents out, right before the ìmport ` statement. The "please check your config" message are a result of another package (aiohttp_cors) that is a