ariovistus / pyd

Interoperability between Python and D
MIT License
158 stars 32 forks source link

Tests failing: /usr/bin/ld: cannot find -lpython3.5m #82

Closed zjost closed 6 years ago

zjost commented 6 years ago

I'm new to D and am just trying to get started. The steps I've taken so far:

All the tests that use pydexe fail. I'm using Ubuntu 16.04.2 LTS and DMD64 D Compiler v2.078.3. I'm not sure if the use of the virtual environment is messing up the search paths. Any ideas?

This particular issue aside, having a simple, complete script in the README for getting this installed and running would be useful. I might be able to help on this if I get it running.

zjost commented 6 years ago

I fixed this. I just needed to sudo apt-get install python3-dev. I'm guessing this has the .m libraries/links.