Sebastian Pipping

Results 732 comments of Sebastian Pipping
trafficstars

PS: Works for me with 0.3.4: ```console # cd "$(mktemp -d)" # virtualenv --python=python3.9 venv # source venv/bin/activate # pip install svgutils==0.3.4 # python -c $'import svgutils\nsvgutils.transform.SVGFigure(width=1000.0, height=1000.0)' && echo...

```console # pip show svgutils | fgrep Version: Version: 0.3.4 ```

I confirm: the written SVG file does not carry width and height with svgutils 0.3.4. I guess #62 was not the full deal, then.

Yes, that is why `AttributeError` is caught. The code doesn't consider all cases yet, I suppose.

My impression is that this pull request is "not fully supported" any more. The _problem it tries to solve_ is an important one, though, I think. I have run into...

Hi @akhmerov, which version (or Git commit) of svgutils is this about?

Related: - https://github.com/hsluv/hsluv-python/issues/6#issuecomment-267675317 - https://github.com/hsluv/hsluv-python/issues/7

Idea: First check pip version, upgrade `pip` (and `setuptools`) as needed, maybe install `wheel` even, continue as usual.

Googling a bit, for candidates I also find: - `/etc/ssh2/random_seed` (legacy?) - `$HOME/.rnd` (OpenSSL) For non-seed uniqueness these also come to my mind: - `/etc/machine-id` and `/var/lib/dbus/machine-id` (affects _openstack-debian-images_ and...

It may be possible to use existing `--debopt ...` to pass `--include=package1,package` to debootstrap. I am not sure yet if - it does work and - if it is good...