> On 30 Jan 2020, at 22:23, Greg Ewing <[email protected]> wrote: > > On 30/01/20 8:58 pm, John Skaller2 wrote: > >>>> import oldtest > > Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > ModuleNotFoundError: No module named 'oldtest' > What happens if you use a .so extension instead of .dylib?
It works. Why Python would look for a linux extension only on MacOS I have no idea. A symlink appears to work too. Was tearing hare out for many hours. — John Skaller [email protected] _______________________________________________ cython-devel mailing list [email protected] https://mail.python.org/mailman/listinfo/cython-devel
