Re: Further adventures in the land of 64-bit linux
Mats Wichmann <[email protected]> Tue, 17 Sep 2002 11:35:08 -0600
| Newsgroups | gmane.comp.python.snake-farm.user |
|---|---|
| Message-ID | <[email protected]> |
>> test test_dl crashed -- exceptions.SystemError: module dl requires >> sizeof(int) == sizeof(long) == sizeof(char*) > >Try removing dlmodule.so from your build subdir. The dl module should >no longer being built on proper 64-bit platforms (where long is >64-bit), but I think if it's there left behind by an earlier build >(before I fixed this in setup.py) it will still try to run the test. Yup, all gone after cleaning out and rebuilding. (skipped, no such module)