[issue45314] Using target python while cross-building

2021-09-29 Thread Frans
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

[issue45314] Using target python while cross-building

2021-09-29 Thread Frans
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. Alas, I noticed that when I m

[issue45314] Using target python while cross-building

2021-09-28 Thread Frans
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

[issue4749] Issue with RotatingFileHandler logging handler on Windows

2009-06-07 Thread Frans
Frans frans.van.nieuwenho...@gmail.com 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

[issue4749] Issue with RotatingFileHandler logging handler on Windows

2009-06-07 Thread Frans
Frans frans.van.nieuwenho...@gmail.com 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