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/">http://www.teemuharju.net/2006/01/26/coding-for-nokia-770-using-python-part-1/
</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><br>christine<br>