wtzhang / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Compiled libjingle problem #313

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. export PATH_TO_SWTOOLKIT=/home/pinliang/Downloads/swtoolkit
2. export PATH=$PATH:$PATH_TO_SWTOOLKIT
3. export 
SCONS_DIR=/home/pinliang/Downloads/libjingle-0.6.13/scons-local-2.0.1/scons-loca
l-2.0.1/
4. $PATH_TO_SWTOOLKIT/hammer.sh

What is the expected output? What do you see instead?

scons: Reading SConscript files ...
ImportError: No module named talk:
  File "/home/pinliang/Downloads/libjingle-0.6.13/talk/main.scons", line 18:
    import talk

What version of the product are you using? On what operating system?

gcc version 4.5.2
2.6.38-13-generic

Please provide any additional information below.

Original issue reported on code.google.com by PingLian...@gmail.com on 24 Feb 2012 at 5:14

GoogleCodeExporter commented 9 years ago
I'm pretty sure this is a configuration error. Please follow instructions in 
the README file exactly (step by step). 

Original comment by jun...@google.com on 14 Mar 2012 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by jun...@google.com on 26 Mar 2012 at 6:41

GoogleCodeExporter commented 9 years ago
Any insight into which 'config step' this is causing a problem on? I've ran 
through the read me, and done the setup 3 times now, and still get this problem.

More information on where/why this is failing would be much appreciated.

Original comment by col...@google.com on 17 Jul 2012 at 4:39

GoogleCodeExporter commented 9 years ago
My error turns out to be some issue with the current build of libjingle and 
python. For instance, if you're using python_26:
your 'import talk'
should be replaced by 
'from site_scons import talk'

Original comment by col...@google.com on 17 Jul 2012 at 5:17