
cmalex
Content Type
Profiles
Forums
Events
Posts posted by cmalex
-
-
6 hours ago, Reino said:
Have a look at https://rwijnsma.home.xs4all.nl/files/openssl/?C=M;O=A. I've just uploaded v3.5.2. Though I'm on Win11 nowadays, I believe it should work on WinXP.
Greetings
:-)
Thanks.
Updated Python3.11.4_openssl3.5.2.zip
PS. Why don't You include openssl.exe in the set?
Best regards
2 -
4 hours ago, xjani said:
Could you share this working Python (3.11.4)(bin)?
Greetings
Python3.11.4.zip in https://mega.nz/folder/jst2WJ5B#sknEpEBamwPomx8UULWuMA
Please any questions about it at https://msfn.org/board/topic/183741-python-3813-for-windows-xp-sp3/
Best regards
2 -
2 hours ago, nicolaasjan said:
I was notified by someone, that the `--update` option used for the Windows 7 builds, now gives an error:
[debug] Fetching release info: https://api.github.com/repos/nicolaasjan/yt-dlp/releases/latest [debug] Downloading _update_spec from https://github.com/nicolaasjan/yt-dlp/releases/latest/download/_update_spec [debug] Downloading SHA2-256SUMS from https://github.com/nicolaasjan/yt-dlp/releases/download/2025.08.14.072314/SHA2-256SUMS WARNING: The hash could not be found in the checksum file, skipping verification Current version: nicolaasjan/yt-dlp@2025.08.10.082046 Latest version: nicolaasjan/yt-dlp@2025.08.14.072314 Current Build Hash: f5bfc88f5fc6eee457a74efc80aeb0f0ffed3f5943569cc443fbe689d83ef829 Updating to nicolaasjan/yt-dlp@2025.08.14.072314 ... [debug] Downloading yt-dlp_win7_x86.exe from https://github.com/nicolaasjan/yt-dlp/releases/download/2025.08.14.072314/yt-dlp_win7_x86.exe ERROR: The requested tag nicolaasjan/yt-dlp@2025.08.14.072314 does not exist
How do I solve this???
Greetings
It search for "yt-dlp_win7_x86.exe" but "yt-dlp_x86_win7.exe" exists.
Please take look at _get_binary_name() in yt_dlp\update.py
Best regards
2 -
Greetings
@nicolaasjan
Sorry, in army i have absolutely no time for this.
So i published my drafts and development environment. Maybe someone can use them...
Best regards
2 -
Greetings.
>"ModuleNotFoundError: No module named 'PyInstaller.__main__'; 'PyInstaller' is not a package [end of output]"
There is some issues with python*._pth files with paths for searching modules.
Please try to add it or remove it ;-)
Best regards.
0 -
Greetings.
https://mega.nz/folder/itlRGKyB#8XNJOvlebW8ghCjaiJrk0w
https://mega.nz/file/PhMAEZ7L#8PoBTs7sTt2e7wb3tRotEZhTv9TildrgZTt_lD_kvGI
This is archives of all that i'd used to compile wheels undef WinXP.
I`d build it at Visual studio 2017 with installed v140_xp toolset
For building wheels i have used original MinGW https://osdn.net/projects/mingw/ under WinXP
MinGW_all.7z - mingw compilers. Root folder was D:\
Python39NoSSe2.7z - full Python 3.9 with headers, libs and defs. Root folder was C:\
tcl.7z - compiled TCL/TK
openssl-3.1.0-win32-dev-xpmod-sse.7z, openssl-3.1.0-win32-xpmod-sse.7z - are development and binary OpenSSL from
https://rwijnsma.home.xs4all.nl/files/openssl/cryptography-3.4.8.7z - lastest cryptography for XP (without RUST)
Best regards
2 -
Greetings.
Sorry. My English is bad and getting worse...
On 8/10/2023 at 5:37 PM, AstroSkipper said:Can you create a new version of ProxyMII with OpenSSL 3.1.2 and Cryptography 40.0.2 2023-04-18 for Windows XP systems that have the SSE2 instruction set, and maybe upload it?
https://mega.nz/folder/68dj2YTY#As2w31IO4Smr7gy6p1ciSg
ProxyMII_230813.7z. But i didn't know how to get ProxyMII to work with WebSockets.
And, please, take look at Privoxy3.0.35_231208.7z - looks like it open onlyfans.com normally.
On 8/10/2023 at 7:12 PM, VistaLover said:Cryptograhy-41.0.0/Rust-1.56 doesn't work in Windows XP SP3, because it (probably) requires APIs/kernel functions not available under NT5.1 (due to Rust-1.56+
); previous version, Cryptograhy-40.0.2/Rust-1.48, is the last one to work under XP SP3, but its official release requires the SSE2+ instructions set;
Thanks for You.
Official releases of Cryptography (at least >=40.0.0) didn't work in Windows XP.
Cryptography 40.0.2 for XP i can compile from sources with rust 1.48 (with i7-4770/Win8.1) - but it requires SSE2 instruction set (from some prebuild library?). Theoretically it's possible to build rust compiler "from scratch" - but i get lots of errors. So i can't test Cryptography 40.0.2 on my primary system (Athlon 2000+/WinXP).
Cryptography 41.0.0 use rust 1.56. Even "Hello world!", compiled with rust 1.56, fails on XP.
Best regards.
3 -
Greetings.
Thanks. And all the best to You.
On 8/6/2023 at 1:38 PM, AstroSkipper said:support more modern ciphers?
Is exist examples (theoretically) for OpenSSL 3.0.5 & Cryptography 3.4.8 fails?
On 8/6/2023 at 1:38 PM, AstroSkipper said:3.4.8 directly to 35.0.0
They switch x509 certs works from internal OpenSSL routes to Rust one.
On 8/6/2023 at 1:38 PM, AstroSkipper said:Do you know if these versions are still compatible with Windows XP?
OpenSSL still work fine.
Cryptography 40.0.2 2023-04-18 (that use Rust 1.48) also works (at first sight) at virtual system. But in real XP it fail because of SSE2 lack. I can't compile Rust 1.48 without SSE2...
Cryptography 41.0.0 2023-05-31 - fail even in virtual because of Rust 1.56.
On 8/6/2023 at 1:38 PM, AstroSkipper said:than you, the creator of ProxyMII
Sorry, i'm not creator.
All honors belong to @Dibya - Python 3.7 for XP and @whenever (from www.prxbx.com) - ProxHTTPSProxyMII: Reloaded
I just put it together.
Best regards.
4 -
Greetings.
On 5/23/2023 at 8:07 PM, Cockatiel said:Does it will work for Vista?
I didn't know. I have no way to check it on Vista. It work well on WinXP and Win8.1...
On 6/20/2023 at 11:43 AM, Zorba the Geek said:To work under XP I have modified the import directory of _imaging.cp38-win32.pyd and _webp.cp38-win32.pyd to change KERNEL32.DLL to kernelxp.dll
That should have been enough.
img2pdf with Pillow 9.5 from pypi work with me with just KERNEL32.DLL to kernelxp.dll change in _imaging.cp38-win32.pyd (JPG, PNG, GIF work normally. TIFF fail due to SSE2 lack. I'll do full check later on SSE2 virtual).
Please add Python folder to PATH variable and check _imaging.cp38-win32.pyd with depends.exe ("Dependency Walker", https://www.dependencywalker.com/)
UPD - once more - i edit _imaging.cp38-win32.pyd with HxD. So fc /b
Comparing files _imaging.cp38-win32.pyd and _IMAGING.CP38-WIN32.OLD
001EA6CC: 58 33
001EA6CD: 50 32Best regards.
0 -
Greetings.
12 hours ago, Reino said:I'm unfamiliar with the term "rebase" in this case. What does it do and why is it needed?
Sorry, i didn't have enough knowledge. Below is how i understand it.
MSYS2 and Cygwin have some problems between fetching actual dll location in memory (default is called "base address") by Windows LoadLibrary()/GetModuleHandle()/FreeLibrary() functions (address may change between process launches) and Linux fork() function (which create full clone of existing process - including dll handles from parent).
"rebaseall" command creates a list of fixed addresses in memory to place dll's.
Theoretically, there is no need for "rebaseall" - only to "rebase" new dll's ( for example - python modules, that was created by pip). Something like
find /usr/local/lib/python3.4/ -iname "*.dll" > rebase.lst rebase -T rebase.lst
https://web.archive.org/web/20090221070123/http://msdn.microsoft.com:80/en-us/library/ms810432.aspx
Best regards.
0 -
Greetings
Under Cygwin for XP even 3.9.16 work fine (but i didn't try without SSE2! Only in virtual system).
Part 1
# Download, patch and build wget https://mirrors.163.com/cygwin/x86_64/release/python39/python39-3.9.16-1-src.tar.xz tar --strip-components=1 -xf python39-3.9.16-1-src.tar.xz tar -xf Python-3.9.16.tar.xz cd Python-3.9.16 cat ../3*.patch | patch --strip 2 ./configure --enable-shared --enable-ipv6 --with-libc= --with-libm= --with-system-expat --with-system-ffi --enable-loadable-sqlite-extensions ac_cv_func_bind_textdomain_codeset=yes make # Install to default - /usr/local make install # Add *.a to LD search path cp libpython*.a /lib
Part 2 Cygwin rebaseall. Prepare files for Cygwin rebase
find /bin /lib /usr -iname '*.so' > /tmp/to_rebase.lst find /bin /lib /usr -iname '*.dll' >> /tmp/to_rebase.lst
Close all Cygwin terminals and programs and run as Admin Cygwin/bin/ash.exe
/bin/rebaseall -T /tmp/to_rebase.lst
Part 3 From Cygwin console install pip and yt-dlp (for example)
python3.9 -m ensurepip && python3.9 -m pip install wheel pip3.9 install yt-dlp
If errors like "child_info_fork::abort: unable to remap" appeared - it's time to rebaseall.
Best regards.
0 -
Greetings
7 hours ago, Reino said:cannot find -lpython3.4
Because modules still tries to link with -lpython$(VERSION)... Sorry, I didn't know.
7 hours ago, Reino said:After some reading I realized that with an internal tool called "cygport" I could automatically compile and install the whole Python release, BUT I soon found out that Cygwin 2.874 (the latest WinXP compatible version) doesn't even have this tool.
How did You checking the presence of packages? It's exists - http://cygwinxp.cathedral-networks.org/noarch/release/cygport/
I'd install Cygwin using setup-x86-2.874.exe via runme.bat from http://cygwinxp.cathedral-networks.org/cathedral/
And to add packages i just rerun runme.bat. It must show list of available packages with search by name.
7 hours ago, Reino said:`patch --force` you mean?
Yes. And cygport build fails because of
7 hours ago, Reino said:you won't need '3.2-getpath-exe-extension.patch' and '3.4-select-cygwin.patch' if you're already starting off with 'python3-3.4.3-1.src.patch'.
7 hours ago, Reino said:Nice to see you got it working for v3.4.10. I'll have a look at it soon.
What 'configure'-options did you use?Options from python3.cygport . It require many *-devel packages from Cygwin setup but as result only two or three failed internal modules (ossaudio). You don't need to reconfigure - just install the dependency and run make again
Externals must be installed via pip.
Offtopic - Do You have in plans to adding brotli, zstd and nghttp2/nghttp3 support to curl?
Best regards.
1 -
Greetings.
Thanks.
On 1/1/2023 at 6:56 PM, Reino said:Some external libraries for FFmpeg now require Python 3, which the latest WinXP compatible Cygwin install doesn't have (python 2.7.10).
Package "python3" is a python 3.4.3 with a bunch of patches (look at source package). http://cygwinxp.cathedral-networks.org/x86/release/python3/
On 5/12/2023 at 5:22 PM, Reino said:Python-3.4.10_config-files.7z
At first look - strange problem in Makefile
Lines in Makefile
028: VERSION= 3.4
043: LDVERSION= $(VERSION)$(ABIFLAGS)
196: LDLIBRARY= libpython$(LDVERSION).dll.a
199: DLLLIBRARY= libpython$(LDVERSION).dll
But
655: $(DLLLIBRARY) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
So it will build "libpython3.4.dll.a", but "libpython3.4m.dll" and search for linking with "libpython3.4m.dll.a"
Please try to replace "$(VERSION)" with "$(LDVERSION)" in 655 string of Makefile or 641 of Makefile.pre.in
PS. Sorry, i need some more time to understood Cygwin.
UPD: 3.4-distutils-soname.patch:21 !
UPD2: With patches from 3.4.3 (last - python3-3.4.3-1.src.patch - must be applued with "-f") 3.4.10 compiles and works under Cygwin.
Best regards.
3 -
Greetings
5 hours ago, Reino said:If '__main__.py' is now hard linked to 'D:\Storage\Media\Binaries\yt-dlp_git\yt_dlp\__main__.py', I don't understand why 'yt-dlp.exe' doesn't work.
On 5/8/2023 at 11:48 PM, cmalex said:It need python39._pth (as portable) with full path to this dir during install. Then You need to remove this file.
Sorry, i can't break this magick. Pip require forced set of path to build some packages from sources - but that breaks all other modules... So python39._pth must exist only during "pip install" . Please remove python39._pth and try yt-dlp.exe once more.
5 hours ago, Reino said:Your Python39 archive also comes with these OpenSSL dlls, but presumably without zlib support
Sorry... It turned out that I have different versions of the files in different places... "I Just Get These Headaches"(c).
Just "Kill'Em All" (c). It must work normally with Your's builds of OpenSSL.
And can i ask You to publish at least one lastest dev files for Your's OpenSSL and FFMpeg shared (includes and lib)?
5 hours ago, Reino said:If so, do you think you'll be able to help me out with this issue?
Why do You need exactly 3.4.10? Official 3.4.4 work perfectly without SSE2.
Under MSYS i'd just add python folder to PATH variable (in form of "/d/Programs/Python3.4.4").
On 1/1/2023 at 6:56 PM, Reino said:I don't understand how such a rule is missing from the 'Makefile'.
Can You please give full Makefile, config.log and config.status?
On 1/8/2023 at 1:07 AM, Reino said:Hardly "official" and rather experimental. Also as far as I can see, no source-files, only a pre-compiled release
Patch for official sources for MSVC 2017 and dev files for python 3.8.13 were always in the Dev folder. Something like "PythonXP/Dev/Python3.8_dev_ddfdeced29.7z"
Dev files for 3.9.13 is a PythonXP/Python3.9/Python3.9_dev_dirty.7z
https://mega.nz/folder/KxExlAiC#L9rAQ5kTCtlHgZUwaxMpgw
Best regards.
1 -
Greetings.
3 hours ago, Reino said:As you can see I've extracted your archive to 'C:\Program Files\Essentials\Python39', but it looks as though "yt-dlp_py39" is hardcoded somewhere.
Look like You had run python before folder renaming. Just remove recursively all *.pyc files and/or __pycache__ folders from Lib folder.
During work python made sort of compiling py scripts to relative path .\__pycache__\ScriptName.pyc. This files contains absolute path to original py to check changes.
You can leave it as is, or set system variables for force disable bytecode saving "PYTHONDONTWRITEBYTECODE=1" (by cost of noticeable slowdown during script init. On my PC "yt-dlp -V" take 6s with cache and 21s without cache) or set absolute cache path to partition with "cheap" read (or RAM-drive - then only the first launch during this PC boot will be slow) - "PYTHONPYCACHEPREFIX=%TEMP%\PYCACHE" or "PYTHONPYCACHEPREFIX=AbsolutePathWithDiskToPyCacheFolder"
https://docs.python.org/3.9/using/cmdline.html
I'm sorry, I forgot to mention that the python39._pth should be located near python.exe. So i wrote bat to run from python folder...
And if error "ModuleNotFoundError: No module named '_distutils_hack'" appeared - please try to upgrade pip and setuptools -
python -m pip install -U pip setuptools
3 hours ago, Reino said:this 'yt-dlp.exe' it creates in the Scripts-dir (which is really small in size) is a module binary and is a sort of shortcut method (and hardcoded to that "site-packages\yt-dlp"-dir, which it will always depend on) to be able to quickly run yt-dlp, right?
Lib\site-packages is a one of default path (relative to python.exe) to installed modules. https://docs.python.org/3.9/library/site.html
yt-dlp.exe created by pip is a stub that contain hardcoded path to python executable to call and small zipped py script to execute __main__.py from installed yt_dlp module (wherever it lies). "pip -e" add target folder to module search path.
So there is no any difference between 'python "yt-dlp_git\yt_dlp\__main__.py" ' and 'yt-dlp.exe' after 'pip install -e yt-dlp_git '.
Standalone yt-dlp.exe and yuotube-dl.exe is a self-extracting archives with "embedded" python that every time unpacks required modules to %TEMP% folder and from there it starts.
Offtopic - As for me, the KVM-switch turned out to be very convenient. Just now at home I have two PC units with one "output" set (keyb, mouse, monitor). Switch by keyboard shortcut (ScrollLock,ScrollLock,1 or 2). Primary - XP at Athlon2000+ and secondary Win8.1 at i7-4770
Best regards.
1 -
4 hours ago, Reino said:
I see Python binaries and libraries (without an installer), but no yt-dlp.
Greetings.
Sorry. Variants: 1,2 - use pip release (some faster init), 3,4 - use local yt-dlp folder.
1. You can use cmd
python -m yt_dlp %*
2. You can reinstall to aquire yt-dlp.exe file in Scripts folder (linked to full python path, so You can place it everywere)
python -m pip install yt-dlp --no-deps -I
3. You can install it from folder (for example - local git repo "d:\git\yt-dlp\" ) with pip as editable. But there some strange with paths. It need python39._pth (as portable) with full path to this dir during install. Then You need to remove this file.
So bat file to install must look like
Quotecd /d "%~dp0"
echo %cd% >python39._pth
echo .>>python39._pth
echo Lib>>python39._pth
echo Lib/site-packages>>python39._pth
python -m pip install -e D:\git\yt-dlp
del python39._pth4. You can run setup.py from folder with yt-dlp (for example - local git repo "d:\git\yt-dlp\" ) as develop. But it's a very dirty solution.
python setup.py develop
1 and 2 - update via "python -m pip install yt-dlp --no-deps -U"
3 and 4 - update via updating folder content (git fetch / git pull). After update You need to rebuild lazy extractors "python devscripts\make_lazy_extractors.py"
Best regards.
1 -
10 minutes ago, Reino said:
Thanks, but yt-dlp doesn't work on my non-SSE2 cpu.
Greetings
My main comp also doesn't have SSE2 support (SL-75KAV + AthlonXP 2000+).
Non-SSE2 python3.9+yt-dlp https://mega.nz/file/KkkgVb6C#c-I23du-LIS37UN83qnvW5_Xp3p53o1-Gg_QQAf2Iu0
MS VC Redist2015 (if no one in You system) - https://mega.nz/file/mgkQDKxa#7EpAQn8K8NM4QqHvIh8LwC5uh20rKzO--C5mf_aA2EU
PS. A thousand thanks to You for Your non-SSE2 builds and Xidel discussions and examples.
Best regards
1 -
Greetings.
To folder Whl\Compiled added Pillow 9.5 and openCV-python 4.7.0.72 (without video! require psapi.dll kernelxp.dll libwinpthread-1.dll from External folder in python root and numpy-1.24.0.dev0+481.gb89a1d2-cp38-cp38-win32.whl from Whl)
Also (thanks to @greenhand ) i'd done with QT5.4.2 and QT5.7.1 (both without SSE2), CMake 3.15 and bunch of libraries (zstd, brotli, libwebp etc) https://mega.nz/folder/6gU2Ba5I#ZO1ckLdkS76Dzo5eWR-9qg
All compiled with i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z
Best regards.
1 -
On 4/12/2023 at 12:41 PM, greenhand said:
trying to run QT and PYQT5 on xp
Greetings.
PyQt-5.7.1 compiled by qt-opensource-windows-x86-mingw530-5.7.1.exe . Needs SSE2 CPU (as QT>5)
Unpack to Python folder (because of sip.exe) https://mega.nz/file/708kWLSI#iPKglikgZZHGZdA7vVev4EnCiByzorsBXjlaZ7o7YdI
Best regards.
1 -
Greetings.
Yet another "mess of things" ;-) https://mega.nz/folder/CgkRVQZA#d6J2CHt65J-vAEhwb0CmFg
Python 3.9.13 with some wheels.
Custom variables -
PYTHONCOMPILER = "mingw"/"mingw32"/"msvc" to force set compiler of distutils
SETUPTOOLS_USE_DISTUTILS = "stdlib" / "local" - to disallow (""stdlib") or allow ("local") of use bundled into setuptools distutils.
PS
On 3/18/2023 at 8:15 PM, Zorba the Geek said:LOKI
Loki 0.45.0 https://mega.nz/file/nwkGAa7C#MZ3seTUo3zzHproGQXqNsrGvo2VUHppzTpiukJjeJsc
Best regards.2 -
Greetings.
Sorry, currently didn't have access to Windows comp. I'll check it in nearest time.
On 3/18/2023 at 8:15 PM, Zorba the Geek said:After version 0.45 was compiled on a Windows 8.1 machine
https://github.com/Neo23x0/Loki ? Looks like it didn't require compiling. Try to install it on target XP machine from source folder in editable (developer) mode:
pip install -e d:\LokiSourceFolder
or
cd /d d:\LokiSourceFolder
pip install -e .
On 3/18/2023 at 8:15 PM, Zorba the Geek said:utf_8.py is present in the Python encodings folder
PyInstaller binaries prefer to use their own packages and folders. So the system-wide python can just be ignored. Please use "pip install -e" ;-)
On 3/18/2023 at 8:15 PM, Zorba the Geek said:Linux System - deactivating process memory check ...
It's a first error - with pywin32 (loki.py, line 69). Please execute manually commands
import wmi
import win32api
from win32com.shell import shell
import win32fileOn 3/18/2023 at 8:15 PM, Zorba the Geek said:Python38\Lib\subprocess.py
changed shell-False to shell=True
AFAIK this is a big problem... Subprocesses will start to be executed in visible cmd windows - to grab their output. I hope that i'm wrong.
On 3/18/2023 at 8:15 PM, Zorba the Geek said:I am trying to compare the code between version 0.45 and version 0.33 the last XP compatible version looking for clues.
It's a very big distance between versions. Did You tried to run 0.40.0 BETA - first Python3 release? Git themself gave a handy instrument to find problems - "git bisect"
Best regards.
UPD:
1. Last compatible pywin32-300
2. pip -e didn't work. You can manually add path to unpacked source (for example "C:\Loki-0.45.0" ) to files "Lib\site-packages\loki.egg-path" and "Lib\site-packages\easy-install.pth". Then run with "python -m loki"
UPD2:
0. loki-upgrader.py must be in PATH... I'd create bat in Loki source folder:
Quotecd /d "%~dp0"
set "PATH=%~dp0;C:\Python3.8\;%PATH%"
python -m loki
pause1. pe-sieve32.exe work after replace "GetTickCount64" with "GetTickCount\0\0"
2. At least my version of python3.8 gave error with psutils 5.6.7, compiled by me during "connections()" loop. loki.py line 873. Temporarly replace "p.connections():" with "[]:"... (UPD: Look like lack of update. On my main system with same Python folder psutils 5.6.7 works fine. )
Can You please give to me Yours build of psutils-3.4.2 ?
PS. Looks like it work.
1 -
Greetings.
On 3/11/2023 at 9:27 PM, VistaLover said:Anyone planning on backporting Python 3.9 to Vista SP2/XP SP3, please?
Python 3.9.0 at real WinXP 368/14/43 tests currently passed/failed/skipped ('python -m test')
On 3/10/2023 at 11:38 PM, Zorba the Geek said:I hope I have the same luck when I attempt to make an XP build of Streamlink.
I know that at least Streamlink 5.3.1 work fine.
On 3/10/2023 at 11:38 PM, Zorba the Geek said:C extensions incompatible with XP.
Most of "C extensions" currently incompatible with my preferred "AthlonXP 2000+" due to lack of SSE2 support :-(. That's why I'm forced to collect them by myself...
Best regards.
2 -
Greetings.
On 3/12/2023 at 7:59 PM, Zorba the Geek said:I think what you mean is that _imaging.cp38-win32.pyd should be opened with CFFExplorer and the import directory edited so that the module named KERNEL32.DLL is renamed to kernelXP.dll
May be. I'd never used CFFExplorer. HxD or GSAR utility(General Search And Replace - https://gnuwin32.sourceforge.net/packages/gsar.htm ).
On 3/12/2023 at 7:59 PM, Zorba the Geek said:I assume that kernelXP.dll supplied in the External folder of your distribution should be placed in the same folder as _imaging.cp38-win32.pyd.
Not sure. KernelXP.dll must exist in %PATH% or near python.exe
On 3/12/2023 at 7:31 PM, Zorba the Geek said:unsuitable copy of pyconfig.h which lacked the line #define NT_THREADS
I need to check it once more.Did You surely used pyconfig.h from DEV\Python3.8_dev_ddfdeced29.7z ?On 3/13/2023 at 7:30 AM, nicolaasjan said:That said, I ran into the same problems as you did.
Sorry, i did not understood - why psutils easy compiles in my system - but throw errors on Your's with same configs...
Best regards.
1 -
On 3/1/2023 at 9:48 PM, A1ternativE said:
Hello, I can't get Pillow to work on your assembly.
Error:
from . import _imaging as core
ImportError: DLL load failed: The specified procedure could not be found.
Any ideas?
Thank youGreetings.
Please check lib\site-packages\PIL\_imaging.cp38-win32.pyd for "kernel32.dll" strings.
If there are any - replace them with "kernelxp.dll"
Best regards.
1
Who here has a Youtube-DL compile for WinXP?
in Windows XP
Posted
Thanks.
It work at virtual WinXP but i haven't access to real WinXP on AMD AthlonXP 2000+ (without SSE2). I'll check it when I have the chance
Best regards