Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6353
| References | <BANLkTimHCr06bTgPrj70NunLF2AnF=b+bw@mail.gmail.com> <BANLkTinFjBfCtrOfxWw-1AquJh68qi0DGQ@mail.gmail.com> |
|---|---|
| Date | 2011-05-27 10:55 +1000 |
| Subject | Re: Link errors embedding Python 3.2 |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2138.1306457740.9059.python-list@python.org> (permalink) |
Still trying to sort this out, trying various things. If I configure --enable-shared, I get a different ImportError: 'libpython3.3m.so.1.0: cannot open shared object file: No such file or directory'. That file exists in ~/cpython, but sudo make install doesn't put it anywhere else. Pointing LD_LIBRARY_PATH to there causes my program to segfault with thread context errors. Am I asking this in the wrong forum? Would it be more appropriate in python-dev? Chris Angelico
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Link errors embedding Python 3.2 Chris Angelico <rosuav@gmail.com> - 2011-05-27 10:55 +1000
csiph-web