Bjorn

Results 145 comments of Bjorn

FWIW, resilient magic number parsing and .pyc loading has been added to v1.12.17, which hopefully fixes this issue as well.

Check out v1.12.4 available on PyPI.

@CaptainCodeman did you read the linked issue on the Web Incubator Community Group? (https://github.com/WICG/webcomponents/issues/624) There is an overwhelming support for self-closing web component tags from the community (with regular xml...

Works for me: ``` go|c:\work> mkvirtualenv issue116 created virtual environment CPython3.5.4.final.0-32 in 4208ms creator CPython3Windows(dest=c:\srv\venv\issue116, clear=False, global=False) seeder FromAppData(download=False, wheel=bundle, setuptools=bundle, pip=bundle, via=copy, app_data_dir=C:\Users\bp\AppData\Local\pypa\virtualenv) added seed packages: pip==20.3.4, setuptools==50.3.2, wheel==0.37.0...

`.bat` files are required for the same reason that shell functions are required in the original virtualenvwrapper: we need to change the running environment of the current process and there's...

Python also ships with a tcl interpreter...: https://stackoverflow.com/questions/2519532/example-for-accessing-tcl-functions-from-python :-)

@xmedeko I see how such an interface would be more in line with current developer expectations (since "all" other tools do this: svn/git/django/amazon). Writing in Python might not be as...

@xmedeko you're right, most python tools/libs support Py2.7/3.4+, but that is not the issue. The issue is what version of Python is installed as the global Python on the machine...

@madig It would be nice to have a debugger. I'll probably end up getting the $99 Take Command software https://jpsoft.com/ just for their debugger.. I feel old now, I bought...