Frans added the comment:
Update 2:
Using the python-3.8.12 sourceno problem!
All functions well.
So, 3.9 has some issues i guess ;)
--
___
Python tracker
<https://bugs.python.org/issue45
Frans added the comment:
Update:
I came to realize that the command 'python' is without './', so it will search
using PATH for python. Which - on my system Opensuse TW - does not exist, since
there we have 'python3'. So, I made a softlink python->python3.
New submission from Frans :
While trying to cross-compile Python-3.9.7, I came across the next error report:
i586-cross-linux-gcc -Xlinker -export-dynamic -o python Programs/python.o
-L. -lpython3.9 -lcrypt -ldl -lpthread -lm -lm
_PYTHON_PROJECT_BASE=/mnt/lfs/sources-base/Python
Frans added the comment:
Hi Vinay,
Thanks for your info. I have just shared my experience. I ran into a problem
(apperently, there is one) and found a work-around that fits my needs.
If I find the real fix, I will surely follow up on it.
Regards,
Frans
2009/6/7 Vinay Sajip
>
>
Frans added the comment:
I ran into the same problem with RotatingFileHandler from a
multithreaded daemon under Ubuntu. I Googled around and found the
ConcurrentLogHandler on pypi
(http://pypi.python.org/pypi/ConcurrentLogHandler). It solved the problem.
--
nosy: +Frans