Trey Green

Results 6 comments of Trey Green

>Hi @treybgreen, do you know if there is a reliable way to reproduce the error for debugging purposes? This bug is consistent every time I run my code. I'll see...

> I've had this issue before multiple times. All instances of null should be changed to None to match python3 Previous versions of python did not support null() either. Python2...

@leif81 Shall I submit a pull request?

> Sure though I'm not sure None is the right replacement. Comparing this with the fix to the other null() fixes it looks like `element` needs to be initialized to...

Edited Original post to reference https://github.com/open-dis/open-dis-python/blob/928becd43282dee1adb3c3853f1fd312addfd883/opendis/dis7.py#L129

The problem is that the dynamic linker isn't aware of the newly installed libraries after `sudo make install`. Run `sudo ldconfig` and then the app starts.