Alon Horev
Alon Horev
It seems the library doesn't support python 3. I'll fix it soon.
What did you actually try to achieve? What is the meaning of doing "b"()? (string isn't callable).
I just might! thanks
It even fails for me since, probably because daylight savings and such. I'll fix it soon. thanks!
Thanks for the patience and opening these issues. I'm currently on vacation in Argentina in a city with really crappy WiFi so it will take a couple of weeks until...
Sounds reasonable. Are you interested in submitting a PR?
Pushed a fix to work with latest protobuf. The optimal solution would be to re-generate the header files using protoc (the protobuff compiler) when compiling the extension. It's easier than...
several options here: 1. show me the stack trace by running: gdb python -c CORE_FILE_NAME 2. send me the core ([email protected]) - know that the core file might contain sensitive...
could you invoke the 'bt' command so i'll get a full stack trace. all I can see here is that it crashed within memcopy. what version of openbsd are you...
Are you sure pytrace was installed **using** the virtualenv? if it was installed globally it will use the global python interpreter and libraries.