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
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
> 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
> 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
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
#!/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