Re: [Sndobj-devel] after scons where do i put what?
Status: Abandoned
Brought to you by:
veplaini
From: Victor L. <vic...@nu...> - 2007-09-30 13:12:39
|
Try running the python shell and typing import sndobj if it complains because it can't find libsndobj.so, then you need to tell your system it's there, usually by setting LD_LIBRARY_PATH or by using a utility that does it (I think it varies from system to system, but on Fedora it's ldconfig or something like that). Victor > > hi, > > am on Slackintosh12.0@iBookG4 and have just started > learning Python2.5.1 on it got swig-1.3.31 installed and > did the scons with extracted SndObj-2.6.5.tar.gz but doing > python test.py > @ the python dir tells me that it cannot find > _sndobj module(?) > maybe had to cp some things to somewhere after the scons? > > @ OSX10.3.9 with PySndObj-1.02-OSX-Python2.3.tar.gz > this worked: > > 1. Copy _sndobj.so and sndobj.py to where your Python > site packages/modules usually reside > (did this to /Library/Python/2.3) > 2. Copy libsndobj.dylib to /usr/local/lib/ > > -- > 2g > http://micro.ispretty.com > > ---------------------------------------------------------- > --------------- This SF.net email is sponsored by: > Microsoft Defy all challenges. Microsoft(R) Visual Studio > 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel |