Bandung

Results 9 comments of Bandung

While a pip install zodb within the termux distro for Android completes without incident, it fails to run since any attempt to import ZODB within termux's python fails. This is...

In order to identify that I'm on termux, I use the following code in my scripts. It's based upon identifying certain features from within python - my platform (aka operating...

Looking at the code within blob.py, the change might be something like this: ``` try: hasattr(os, link) os_link = True except AttributeError as e: os_link is False try: NDK =...

In order to test the changes, I simply used vim to change blob.py residing in the user python's site-packages/ZODB, and insert the line `link_or_copy = os.link` between a ``` try:...

Why would a 5 line fix that is nothing more than a try/except wrapper around the setting of a variable, trigger a Sphinx extension loading error like this one? Could...

Wow, a long time ago. Seems like I didn’t create the pull requests. I can’t even find my clone of this app where I changed the line within the blob.py...

I just submitted a pull request for my proposed changes.

There are two test failures, 1 failure for Ubuntu.lint and another for each python version on Windows. [1] I think the failure for Ubuntu.lint is due to a lint check...

Man, it doesn't pay to be fixing code just after surgery. The littlest changes result in errors due to the discomfort. Hopefully, the link errors are fixed. Plus there should...