Gregory Trubetskoy

Results 29 comments of Gregory Trubetskoy

@i300220 so the fix should really be > ```c > #if PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION < 9 > PyThreadState_Clear(tstate); > #endif > ``` does this look reasonable?

Is this the latest master? 'cause I think we fixed something looking very similar in #100

I'm not ready to concede that it cannot be made to work with python 3 :) I'll keep this issue around maybe some day we'll get it fixed or determine...

Thanks @wind-shift for the comments! You may want to check out this file https://github.com/blkchain/blkchain/blob/master/db/explore.go which has all the necessary SQL for a simple but functional chain explorer. The blkchain/blocks project...

If I understood you correctly, you're running the `import` process in a VM (Ubuntu) inside a Windows machine. Is PostgreSQL db running on the same machine? If so, i.e. _both_...

This probably means that your Python was compiled without the `--enable-shared` option.

That was just a guess. I think on Ubuntu you can just try installing the `libapache2-mod-python` package and avoid compiling.

Your git is too old and doesn't support the `--exclude` option, so one thing to try is to upgrade it. Another, perhaps simpler thing to try instead, is to remove...

@drake-mer might those be coinbase transactions? https://github.com/blkchain/blkchain/blob/master/db/postgres.go#L1192C46-L1192C53