Andreas Jung added the comment:
No idea - this bug is five years old!
___
Python tracker
<http://bugs.python.org/issue924806>
___
___
Python-bugs-list mailing list
Unsub
New submission from Andreas Jung :
Building 3.9.0b3 fails on Ubuntu 19 and 20 in same way:
./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
Coul
New submission from Andreas Jung :
Python 3.7.3
The following code is support to add a retry to the requests module.
"total" is correctly initialized with 5 here but internally self.total becomes
an instation of "Session"
import requests
from requests.adapters imp
Change by Andreas Jung :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue37361>
___
___
Python-bugs-list
Andreas Jung added the comment:
invalid
--
___
Python tracker
<https://bugs.python.org/issue37361>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Andreas Jung :
I am using Python 3.6 and 3.7 (always latest minor releases) with Plone 5.2 and
I various issues with
Fatal Python error: Cannot recover from stack overflow.
and do not make much sense to me.
Some related tracebacks are documented here
https://github.com
Andreas Jung added the comment:
Typical traceback:
WARNING:plone.app.contenttypes.indexers:Lookup of PrimaryField failed for
http://nohost/plone_portal/microscopycentre/img/fotos-specialist-course2018.htm/demo10-jpg
If renaming or importing please reindex
Andreas Jung added the comment:
This issue is still true for 3.8.0b1, Ubuntu 19.04, umask is 0077, Python 3.8
is installed using "sudo make install".
!bin/python
bin/python setup.py develop
running develop
running egg_info
writing fs.webdavfs.egg-info/PKG-INFO
writing dependenc
Andreas Jung added the comment:
Just the standard
./configure --prefix=... --enable-optimizations
dance
--
nosy: +ajung
___
Python tracker
<http://bugs.python.org/issue30
Andreas Jung added the comment:
--enable-optimizations is not the issue
Seems to be somehow related to the locales.
My env is:
ALSA_CONFIG_PATH=/etc/alsa-pulse.conf
AUDIODRIVER=pulseaudio
AUTOJUMP_ERROR_PATH=/home/ajung/.local/share/autojump/errors.log
COLORTERM=1
CONFIG_SITE=/usr/share/site
New submission from Andreas Jung:
We are currently testing Python 3.6.2 with a BottlePY based with "meinheld"
WSGI server and we see frequently these crashesis this related to Python or
meinheld in particular?
Linux unknown-device 4.7.0-1-amd64 #1 SMP Debian 4.7.2-1 (2016-08-
New submission from Andreas Jung:
Installing Python 3.6.1 from the sources on OpenSuse 42.1 gives me:
o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o
Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o
Python/pymath.o Python/pystate.o Python
New submission from Andreas Jung :
Unable to build Python 3.6.4 from sources on a fresh Debian system:
@plone /tmp/Python-3.6.4 $ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (
Change by Andreas Jung :
--
title: Fatal Python error: Py_Initialize: Unable to get the locale encoding ->
Fatal Python error: Py_Initialize: Unable to get the locale encoding on
Debian/Python 3.6.4 source build
___
Python tracker
<
Change by Andreas Jung :
--
components: +Installation
___
Python tracker
<https://bugs.python.org/issue33142>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Andreas Jung :
--
components: Installation
nosy: ajung
priority: normal
severity: normal
status: open
title: python 3.7 inside venv tries to write back to installation directory
___
Python tracker
<https://bugs.python.org/issue34
New submission from Andreas Jung :
I installed Python 3.7.0 from source inside /opt/python-3.7.0 (make install as
root).
Then I created a virtual environment for a package and tried to develop the
package.
Python 3.7.0 tries to create a file
/opt/python-3.7.0/lib/python3.7/lib2to3
Changes by Andreas Jung :
--
components: +Build
___
Python tracker
<http://bugs.python.org/issue18092>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Andreas Jung:
I tried to install 2.7.5 on my OpenSuse 12.2 (latest patches)
ajung@blackmoon2:~/sandboxes/mib.portal> cat /etc/issue
Welcome to openSUSE 12.2 "Mantis" - Kernel \r (\l).
Compilation went fine (no visible errors).
Starting the interpreter giv
New submission from Andreas Jung :
ranlib: file: libpython3.3m.a(dynamic_annotations.o) has no symbols
ranlib: file: libpython3.3m.a(pymath.o) has no symbols
gcc -framework CoreFoundation -o python.exe Modules/python.o libpython3.3m.a
-ldl -framework CoreFoundation
gcc -framework
Changes by Andreas Jung :
--
type: -> compile error
___
Python tracker
<http://bugs.python.org/issue14981>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Andreas Jung :
We encountered a pretty bizarre behavior of Python 2.4.6 while decoding a 600MB
long unicode string
'data':
Python 2.4.6 (8GB RAM, 64 bit)
(Pdb) type(data)
(Pdb) len(data)
601794657
(Pdb) data2=data.encode('utf-8')
*** SystemError:
Andreas Jung added the comment:
Both systems are Linux system running a narrow Python build.
The problem does not occur with Python 2.5 or 2.6.
Unfortunately this error occurs with Zope 2 which is tied (at least with
versions prior to Zope 2.12 to Python 2.4).
--
status: pending
23 matches
Mail list logo