<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
<p style="margin-bottom: 0cm; margin-top: 0pt;">ok, further on, now i'm
missing the fcntl module.</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">thank you,</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">ittay</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Ittay Dror wrote on
08/05/07 16:43:<br>
</p>
<blockquote cite="mid:46B5D409.4090309@..." type="cite">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
<p style="margin-bottom: 0cm; margin-top: 0pt;">ok, i tracked it down
to this:</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"> try:<br>
libpath = os.__file__<br>
except AttributeError:<br>
pass<br>
else:<br>
while libpath:<br>
print "%s\n" % libpath<br>
libpath, tail = os.path.split(libpath)<br>
if tail[:6] == "python":<br>
break<br>
if libpath:<br>
# Python library is in /usr/libfoo/python*;<br>
# check /usr/libfoo/scons*.<br>
prefs.append(libpath)</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">when running with
python, i get:</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">/usr/lib/python2.5/os.pyc<br>
<br>
/usr/lib/python2.5</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">when running with
jython, i get an endless prints of '/'</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">ittay<br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Ittay Dror wrote on
08/05/07 16:12:<br>
</p>
<blockquote cite="mid:46B5CCB2.40206@..." type="cite">
<p style="margin-bottom: 0cm; margin-top: 0pt;">I installed
jython-2.2rc3 from jython.org. I'm trying to run scons with it (no
Sconstruct file). It hangs with 100% cpu utilization.</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Thank you,</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Ittay<br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Here is the output
of
using -vvv</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">*sys-package-mgr*:
reading cache, '/usr/lib/jython2.2rc3/jython.jar'<br>
*sys-package-mgr*: reading cache,
'/usr/java/jdk1.6.0/jre/lib/resources.jar'<br>
*sys-package-mgr*: reading cache, '/usr/java/jdk1.6.0/jre/lib/rt.jar'<br>
*sys-package-mgr*: reading cache, '/usr/java/jdk1.6.0/jre/lib/jsse.jar'<br>
*sys-package-mgr*: reading cache, '/usr/java/jdk1.6.0/jre/lib/jce.jar'<br>
*sys-package-mgr*: reading cache,
'/usr/java/jdk1.6.0/jre/lib/charsets.jar'<br>
*sys-package-mgr*: reading cache,
'/usr/java/jdk1.6.0/jre/lib/ext/dnsns.jar'<br>
*sys-package-mgr*: reading cache,
'/usr/java/jdk1.6.0/jre/lib/ext/sunpkcs11.jar'<br>
*sys-package-mgr*: reading cache,
'/usr/java/jdk1.6.0/jre/lib/ext/sunjce_provider.jar'<br>
*sys-package-mgr*: reading cache,
'/usr/java/jdk1.6.0/jre/lib/ext/localedata.jar'<br>
import: trying org.python.core.exceptions as builtin modules in syspath
loader<br>
import: 'exceptions' as org.python.core.exceptions in builtin modules<br>
import: trying source /usr/lib/jython2.2rc3/Lib/site<br>
import: trying precompiled /usr/lib/jython2.2rc3/Lib/site$py.class<br>
import: 'site' as /usr/lib/jython2.2rc3/Lib/site.py<br>
import: 'sys' as sys in builtin modules<br>
import: trying org.python.modules.os as builtin modules in syspath
loader<br>
import: 'os' as org.python.modules.os in builtin modules<br>
import: trying source /usr/lib/jython2.2rc3/Lib/javaos<br>
import: trying precompiled /usr/lib/jython2.2rc3/Lib/javaos$py.class<br>
import: 'javaos' as /usr/lib/jython2.2rc3/Lib/javaos.py<br>
import: trying source /usr/lib/jython2.2rc3/Lib/java<br>
import: trying precompiled with no
source/usr/lib/jython2.2rc3/Lib/java$py.class<br>
import: trying java in packagemanager for path None<br>
import: 'java' as java package<br>
import: trying java.io.File as java class in syspath loader<br>
import: 'File' as java class<br>
import: trying java.lang.System as java class in syspath loader<br>
import: 'System' as java class<br>
import: trying source /usr/lib/jython2.2rc3/Lib/javapath<br>
import: trying precompiled /usr/lib/jython2.2rc3/Lib/javapath$py.class<br>
import: 'javapath' as /usr/lib/jython2.2rc3/Lib/javapath.py<br>
import: trying java.io.IOException as java class in syspath loader<br>
import: 'IOException' as java class<br>
import: trying source /usr/lib/jython2.2rc3/Lib/UserDict<br>
import: trying precompiled /usr/lib/jython2.2rc3/Lib/UserDict$py.class<br>
import: 'UserDict' as /usr/lib/jython2.2rc3/Lib/UserDict.py<br>
import: trying source /usr/lib/jython2.2rc3/Lib/stat<br>
import: trying precompiled /usr/lib/jython2.2rc3/Lib/stat$py.class<br>
import: 'stat' as /usr/lib/jython2.2rc3/Lib/stat.py<br>
import: trying source /usr/lib/jython2.2rc3/Lib/string<br>
import: trying precompiled /usr/lib/jython2.2rc3/Lib/string$py.class<br>
import: 'string' as /usr/lib/jython2.2rc3/Lib/string.py<br>
import: trying source /usr/lib/jython2.2rc3/Lib/strop<br>
import: trying precompiled with no
source/usr/lib/jython2.2rc3/Lib/strop$py.class<br>
import: trying strop in packagemanager for path None<br>
import: trying strop as java class in syspath loader<br>
import: trying source __classpath__/strop<br>
import: trying precompiled with no source__classpath__/strop$py.class<br>
import: trying source /usr/lib/jython2.2rc3/Lib/strop<br>
import: trying precompiled with no
source/usr/lib/jython2.2rc3/Lib/strop$py.class<br>
import: trying strop in packagemanager for path None<br>
import: trying strop as java class in syspath loader<br>
import: trying source __classpath__/strop<br>
import: trying precompiled with no source__classpath__/strop$py.class<br>
import: trying source /usr/lib/jython2.2rc3/Lib/sitecustomize<br>
import: trying precompiled with no
source/usr/lib/jython2.2rc3/Lib/sitecustomize$py.class<br>
import: trying sitecustomize in packagemanager for path None<br>
import: trying sitecustomize as java class in syspath loader<br>
import: trying source __classpath__/sitecustomize<br>
import: trying precompiled with no
source__classpath__/sitecustomize$py.class<br>
import: trying source /usr/lib/jython2.2rc3/Lib/sitecustomize<br>
import: trying precompiled with no
source/usr/lib/jython2.2rc3/Lib/sitecustomize$py.class<br>
import: trying sitecustomize in packagemanager for path None<br>
import: trying sitecustomize as java class in syspath loader<br>
import: trying source __classpath__/sitecustomize<br>
import: trying precompiled with no
source__classpath__/sitecustomize$py.class<br>
<lambda>: x=P os,f <br>
<lambda>: x=P sys,f os,f <br>
<lambda>: x=P os,f scons_version,f <br>
<lambda>: x=P os,f <br>
<file-top>: libs= __buildsys__= __revision__= prefs=
scons_version= head= os= sys= __date__= tail= script_dir= libpath= t=
SCons= __version__= local= __build__= __developer__= AttributeError h=
temp= map <br>
<lambda>: x=P os <br>
<lambda>: x=P sys os <br>
<lambda>: x=P os scons_version <br>
<lambda>: x=P os <br>
import: trying source /usr/lib/jython2.2rc3/Lib/javashell<br>
import: trying precompiled /usr/lib/jython2.2rc3/Lib/javashell$py.class<br>
import: 'javashell' as /usr/lib/jython2.2rc3/Lib/javashell.py<br>
import: trying java.lang.Runtime as java class in syspath loader<br>
import: 'Runtime' as java class<br>
import: trying java.io.InputStreamReader as java class in syspath loader<br>
import: 'InputStreamReader' as java class<br>
import: trying java.io.BufferedReader as java class in syspath loader<br>
import: 'BufferedReader' as java class<br>
import: trying org.python.modules.jarray as builtin modules in syspath
loader<br>
import: 'jarray' as org.python.modules.jarray in builtin modules<br>
import: trying org.python.modules.types as builtin modules in syspath
loader<br>
import: 'types' as org.python.modules.types in builtin modules</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<div class="moz-signature">-- <br>
<b>Ittay Dror</b> <br>
Chief Architect, <br>
R&D, Qlusters Inc. <br>
Web: <a moz-do-not-send="true" href="http://www.qlusters.com/">qlusters.com</a>
<br>
Email: <a moz-do-not-send="true" href="mailto:ittayd@...>
<br>
Phone: +972-3-6081994 <br>
<br>
<a moz-do-not-send="true" href="www.openqrm.org">openQRM</a> - Data
Center Provisioning <br>
------ <br>
I own this number: D0E008A921FF04A9DB8C12668E4315F4. Get your own at <a
moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://www.freedom-to-tinker.com">http://www.freedom-to-tinker.com</a>
</div>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<b>Ittay Dror</b>
<br>
Chief Architect,
<br>
R&D, Qlusters Inc.
<br>
Web: <a moz-do-not-send="true" href="http://www.qlusters.com/">qlusters.com</a>
<br>
Email: <a moz-do-not-send="true" href="mailto:ittayd@...>
<br>
Phone: +972-3-6081994 <br>
<br>
<a moz-do-not-send="true" href="www.openqrm.org">openQRM</a> - Data
Center Provisioning
<br>
------
<br>
I own this number: D0E008A921FF04A9DB8C12668E4315F4. Get your own at
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://www.freedom-to-tinker.com">http://www.freedom-to-tinker.com</a>
</div>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<b>Ittay Dror</b>
<br>
Chief Architect,
<br>
R&D, Qlusters Inc.
<br>
Web: <a href="http://www.qlusters.com/">qlusters.com</a>
<br>
Email: <a href="mailto:ittayd@...>
<br>
Phone: +972-3-6081994 <br>
<br>
<a href="www.openqrm.org">openQRM</a> - Data Center Provisioning
<br>
------
<br>
I own this number: D0E008A921FF04A9DB8C12668E4315F4. Get your own at
<a class="moz-txt-link-freetext" href="http://www.freedom-to-tinker.com">http://www.freedom-to-tinker.com</a>
</div>
</body>
</html>
|