It looks like uitest.py and helloworld.py are being interpreted as bash scripts. You shoud put '#!/var/lib/install/usr/bin/python2.4' or the location of your python binary as the first line in the file so that the shell knows how to appropriately interpret the python script. Alternatively '
run-standalone.sh python2.4 uitest.py' might work (I don't have anything infront of me to test that though)<br><br>-August<br><br><div><span class="gmail_quote">On 5/9/06, <b class="gmail_sendername">Christine Liu</b> &lt;
<a href="mailto:liuliuliu@gmail.com">liuliuliu@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>hi all -<br>
<br>i'm following teemu's tutorial on python on the 770, part 1:<br><a href="http://www.teemuharju.net/2006/01/26/coding-for-nokia-770-using-python-part-1/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.teemuharju.net/2006/01/26/coding-for-nokia-770-using-python-part-1/
<img class="TargetAlertIcon" src="chrome://targetalert/content/skin/new.png"></a><br><br>so i'm running into issues with either run-standalone.sh + importing gtk and hildon packages. i installed pymaemo in normal matter and i am ssh'ing into my 770 through x11 on mac os x.
<br><br>i saved the sample code as 
uitest.py in /home/users.<br><br>i typed <br>Nokia770-13:/home/user# run-standalone.sh ./uitest.py <br>./uitest.py: 1: import: not found<br>./uitest.py: 2: import: not found<br>./uitest.py: 4: class: not found<br>./uitest.py: 6: Syntax error: &quot;(&quot; unexpected
<br><br>i made a helloworld.py (print &quot;hello world&quot;) and did <br>Nokia770-13:/home/user# run-standalone.sh ./helloworld.py <br>./helloworld.py: 1: print: not found<br><br>strange - just following teemu's lead. so i'm not sure exactly how to use this run-standalone script.
<br><br>but if i run python directly, this works:<br>Nokia770-13:/home/user# python2.4 helloworld.py <br>hello world<br><br>anyway - *here's the main question* and most confusing. i go to python interactive environment...
<br>Nokia770-13:/home/user# python2.4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>Python 2.4.2 (#2, Jan 16 2006, 15:07:04) <br>[GCC 3.3.4 (Debian)] on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
<br>&gt;&gt;&gt; import gtk<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in ?<br>&nbsp; File &quot;/home/ruda/pymaemo2/pool/main/p/python-gtk2/python-gtk2-2.6.1/debian/tmp/usr/lib/python2.4/site-packages/gtk-
2.0/gtk/__init__.py&quot;, line 37, in ?<br>RuntimeError: could not open display<br>&gt;&gt;&gt; import hildon<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in ?<br>ImportError: could not import gtk._gtk
<br><br>how do i best remedy this? shouldnt these modules be included in pymaemo? i'm not familiar with how to deal with these kinds of errors. thanks much for your help.<br></div><div><span class="sg"><br>christine<br>

</span></div><br>_______________________________________________<br>maemo-developers mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org
<img class="TargetAlertIcon" src="chrome://targetalert/content/skin/outlook.png"></a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://maemo.org/mailman/listinfo/maemo-developers" target="_blank">
https://maemo.org/mailman/listinfo/maemo-developers<img class="TargetAlertIcon" src="chrome://targetalert/content/skin/new.png"></a><br><br><br></blockquote></div><br>