<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Luke Dunstan wrote:
<blockquote cite="midBAY101-DAV14913150A5347CD8BEE6A88A200@phx.gbl"
 type="cite">
  <pre wrap="">----- Original Message ----- 
From: "Stewart Midwinter" <a class="moz-txt-link-rfc2396E" href="mailto:stewart.midwinter@gmail.com">&lt;stewart.midwinter@gmail.com&gt;</a>
To: "Rodrigo Contreras K&ouml;brich" <a class="moz-txt-link-rfc2396E" href="mailto:rc@simov.cl">&lt;rc@simov.cl&gt;</a>
Cc: <a class="moz-txt-link-rfc2396E" href="mailto:pythonce@python.org">&lt;pythonce@python.org&gt;</a>
Sent: Saturday, January 07, 2006 11:49 AM
Subject: Re: [PythonCE] Tkinter in pythonce...


  </pre>
  <blockquote type="cite">
    <pre wrap="">Rodrigo, no desesperes!

Where do you have your python located?

You probably need to add some code that tells python where to look for
modules. you can do that with:
sys.path.append('\\SD Card\\Program Files\\Python\\Lib')
sys.path.append('\\SD Card\\Program 
Files\\Python\\Lib\\python23.zip\\lib-tk')
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This is not necessary because both of these directories are automatically in 
sys.path (just as on the desktop version of Python). If this is not the case 
then it is a bug.

  </pre>
</blockquote>
In that case it's a bug. ;-)<br>
<br>
At least I see the same behaviour.<br>
<br>
All the best,<br>
<br>
Fuzzyman<br>
<a class="moz-txt-link-freetext" href="http://www.voidspace.org.uk/python/index.shtml">http://www.voidspace.org.uk/python/index.shtml</a><br>
</body>
</html>