James Parrott

Results 117 comments of James Parrott

Then although I've not tried it from a .zip file, I've been able to render directly from a repo on github (like cookiecutter_django) using: ``` cookiecutter --no-input --config-file path_to_yaml_file.yaml gh:github_user/github_cookiecutter_template_repo_name...

If you're still having no joy, you'll have to rename the folder yourself, but try `pipx install jinja2-cli` ;-). After that, on a Posix shell: ``` `jinja2 '{{ cookiecutter.repo_name }}.html'...

Indeed - I would've thought so too. I'm not an expert in the project, but it is incredibly popular. I think it's just intended for a different application and user...

Shortly after the release of pyjwt 2.8.0, Python 3.7 was dropped: [Add support for Python 3.12 (#910)](https://github.com/jpadilla/pyjwt/commit/fbd40eb0603c64434293836c3a55852610116217) * Add support for Python 3.12 * Only attempt deploy for upstream *...

I can reproduce the same issue in Python 3.7.3, and encountered the common "Rust not available" problem with cryptography source distributions. But this was on windows, so perhaps is not...

> As a workaround, I replaced two occurrences of `time.clock()` by `time.process_time()` in runcalculation.py and it worked. Great stuff! Crispin - I kept my suggested changes as simple as possible...

@AnjanaaDevi-Srikanth I can recreate this error. Try launching IDLE as admin from the Start Menu (right click its entry first).

Hi everyone. Compiling sDNA for Linux has been at the back of my mind for a while. I think I've got a subset of sDNA to compile on Ubuntu in...

Absolutely. I forgot to mention this was done on an ARM server, so the .so won't run on your x86 or aarch64 machines anyway. My goal was to do compilation...

It is. A fresh Windows 11 machine now, won't even let users install software outside of the MS app store by default, let alone develop it effectively. The challenge here...