Re: [PythonCE] Unicode default encoding

2006-03-02 Thread Fuzzyman
;Additionaly take care of the source encoding of your files, by adding a >specific header to them: >See: http://www.python.org/peps/pep-0263.html > >Finally I recommed the following tutorial, as the reportlab guys really know >their stuff. >http://www.reportlab.com/

Re: [PythonCE] Unicode default encoding

2006-03-02 Thread Fuzzyman
only want to run your program on your own system then a better solution is >>>to create a file sitecustomize.py in your Python\Lib directory containing >>>this: >>> >>>import sys >>>sys.setdefaultencoding('iso-8859-15') >>> >&g

Re: [PythonCE] using PythonCE to cluster a set of Axim X5 devices interact and display images/video as single device...

2006-02-14 Thread Fuzzyman
ementation of PyGame with *some* functionality compiled for PocketPC (I believe - search the archives of this list). TCP/IP is still a good way to push your data around. All the best, Fuzzyman http://www.voidspace.org.uk/python//index.shtml >On 2/14/06, Fuzzyman <[EMAIL PROTECTED]>

Re: [PythonCE] using PythonCE to cluster a set of Axim X5 devices interact and display images/video as single device...

2006-02-14 Thread Fuzzyman
tion (certainly in my experience). It is line of sight only and normally only over a very short distance - have you tested that this is possible ? Fuzzyman http://www.voidspace.org.uk/python/index.shtml >On 2/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > >>One possibil

Re: [PythonCE] How to edit registry on pocketpc to change how IE displays python files.

2006-01-18 Thread Fuzzyman
Fuzzyman wrote: Thomas Heller wrote: Fuzzyman <[EMAIL PROTECTED]> writes: Stewart Midwinter wrote: David, there should be a script that edits the registry for you, and it comes with a shortcut to help run it. Which version of PythonCE d

Re: [PythonCE] How to edit registry on pocketpc to change how IE displays python files.

2006-01-18 Thread Fuzzyman
Thomas Heller wrote: Fuzzyman <[EMAIL PROTECTED]> writes: Stewart Midwinter wrote: David, there should be a script that edits the registry for you, and it comes with a shortcut to help run it. Which version of PythonCE did you install?

Re: [PythonCE] How to edit registry on pocketpc to change how IE displays python files.

2006-01-18 Thread Fuzzyman
(using cereg.exe) not the PocketPC - and it defines various *extra* entries as well. It didn't work for me yet anyway. I haven't yet taken the manual steps described to get it working. I was re-installing over a previous install. All the best, Fuzzyman http://www.voi

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-09 Thread Fuzzyman
ow. (You'll need a task manager to do this). I often use this to display output - print stuff to the screen and then throw an error so that the : ": " window hangs round for me to see the output in the other window... All the best, Fuzzyman http://www.voidspace.org.uk/p

Re: [PythonCE] Tkinter in pythonce...

2006-01-07 Thread Fuzzyman
.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,

Re: [PythonCE] PythonCE 1.5.2 for XScale?

2006-01-07 Thread Fuzzyman
ink) and an ARM processor. All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce