[PythonCE] Tkinter in pythonce...

Fuzzyman fuzzyman at voidspace.org.uk
Sat Jan 7 09:55:56 CET 2006


Luke Dunstan wrote:

>----- Original Message ----- 
>From: "Stewart Midwinter" <stewart.midwinter at gmail.com>
>To: "Rodrigo Contreras Köbrich" <rc at simov.cl>
>Cc: <pythonce at python.org>
>Sent: Saturday, January 07, 2006 11:49 AM
>Subject: Re: [PythonCE] Tkinter in pythonce...
>
>
>  
>
>>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')
>>    
>>
>
>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.
>
>  
>
In that case it's a bug. ;-)

At least I see the same behaviour.

All the best,

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonce/attachments/20060107/1df3cf5f/attachment.htm 


More information about the PythonCE mailing list