1 | | The patch fixes a problem with using exclusively python3. If using python2.7, this is not a problem. But virtualenv builds istelf twice, once with python2 (if configure is run with pytyhon2), and once with python3. It is when building the python3 part that I get the error above. Also, I see that part of the ''TOP-NOBUG-PLASTER-PY310...'' patch is already included in seamonkey-2.53.14 (the part in virtualenv.py). Actually, as already said, I do not see the error with python-3.10. |
| 1 | The patch fixes a problem with using exclusively python3. If using python2.7, this is not a problem. But virtualenv builds istelf twice, once with python2 (if configure is run with python2), and once with python3. It is when building the python3 part that I get the error above. Also, I see that part of the ''TOP-NOBUG-PLASTER-PY310...'' patch is already included in seamonkey-2.53.14 (the part in virtualenv.py). Actually, as already said, I do not see the error with python-3.10. |