Dnia 04/13/2006 09:37 PM, Użytkownik Ville Skyttä napisał:
If run in the build directory, it doesn't work in a shell either.
Oh, I never run it in the build directory - this explains why it worked in shell.
Python apparently becomes confused because there's a pysqlite2 subdir containing some of the needed files but no _sqlite.so in the current dir. cd'ing somewhere else in %check (for example /tmp) before running the tests appears to work around it.
Thanks for the workaround! You're my hero of the day :D -- ^_*