yss163com / libjingle

Automatically exported from code.google.com/p/libjingle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiled libjingle problem

GoogleCodeExporter opened this issue · comments

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

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

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

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

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