Best way to (re)load test data in Mongo DB

2019-02-23 Thread Martin Sand Christensen
Hi! I'm toying around with Pyramid and am using Mongo via MongoEngine for storage. I'm new to both Pyramid and MongoEngine. For every test case in the part of my suite that tests the data access layer I want to reload the database from scratch, but it feels like there should be a better and faster

Re: python3.7 installation failing - so why?

2019-02-23 Thread Chris Angelico
On Sun, Feb 24, 2019 at 4:44 AM Terry Reedy wrote: > > On 2/22/2019 10:56 PM, Chris Angelico wrote: > > On Sat, Feb 23, 2019 at 2:51 PM Frank Miles wrote: > > >> Question: how can I determine what has gone wrong? > > > > Hmm. I'd start with: > > > > $ which python3 > > $ dpkg -S `which python3` >

Re: python3.7 installation failing - so why?

2019-02-23 Thread Terry Reedy
On 2/22/2019 10:56 PM, Chris Angelico wrote: On Sat, Feb 23, 2019 at 2:51 PM Frank Miles wrote: Question: how can I determine what has gone wrong? Hmm. I'd start with: $ which python3 $ dpkg -S `which python3` and from inside Python: >>> import sys; sys.path Adding ', sys.executable' is

Re: revisiting the "What am I running on?" question

2019-02-23 Thread songbird
Terry Reedy wrote: > On 2/22/2019 7:55 AM, songbird wrote: >> eryk sun wrote: >> ... >>> The win-amd64 ABI is significantly different, but at the API level >>> there isn't a drastic difference between 32-bit and 64-bit Windows, so >>> there's no cognitive burden with perpetuating the Win32 name. Th