[PythonCE] serial port

2006-09-11 Thread infopazo
Dear Python programmers! First of all, I'd like to say hello for all. Second, I'd like programming the serial port, special then GPS device. I tried to copy pyserial and win32file modules to python directories, but I get error, when importing win32file. Please help me, find out what can I do. Bes

[PythonCE] encoding problem

2006-11-07 Thread infopazo
Dear members! I write an application for polisters in PythonCE 2.5 I use hungarian characters in my program. #!/usr/bin/python # -*- coding: latin2 -*- import os, sys print sys.getdefaultencoding() print sys.getfilesystemencoding() print "öôóüűúéíáÖÔÓÜŰÚÉÍÁ" The result is the folowing: mbcs asc

Re: [PythonCE] How to edit python files within WinCE env?

2006-11-08 Thread infopazo
> 1. (bit off topic) Does Windows Mobile not have the concept of a > file extension? I copied a few *.py and *.pyc files but I can only see > the primary file name before the "." which means in the file listing it > looks like the same file twice. > > 2. How do I edit a python file within t

Re: [PythonCE] tkinter

2006-11-11 Thread infopazo
> copy PythonCE-2.5-20061012-_tkinter\_tkinter.pyd into Program > Files\Python25\Lib directory of your pda. sorry... into Python25\DLLs dir. best regards PAZO ___ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/python

Re: [PythonCE] tkinter

2006-11-11 Thread infopazo
Download PythonCE-2.5-20061012-_tkinter.zip from sourceforge http://sourceforge.net/project/showfiles.php?group_id=104228&package_id=112011 copy PythonCE-2.5-20061012-_tkinter\_tkinter.pyd into Program Files\Python25\Lib directory of your pda. That's it. You can read about TKinter package install

[PythonCE] iso8859-2 or latin2

2007-02-26 Thread infopazo
#!/usr/bin/python # -*- coding: latin2 -*- import os, sys print sys.getdefaultencoding() print sys.getfilesystemencoding() The result is the folowing: mbcs ascii I use hungarian characters in my program. I write an application for polisters in PythonCE 2.5 I'd like use it with tkinter and sqlite