Re: PythonCE Digest, Vol 51, Issue 2

"Duane Blanchard" <[email protected]>
Newsgroups gmane.comp.python.windows-ce
Message-ID <[email protected]>
Christopher,

I'm on a Sprint PPC-6700 (HTC Apache) and would like to start running
pyce again. I'm not much of a coder but this gives me more opportunity
to dink around.

I'll start with the build for PPC and see where I get.

Thanks to all the contributers that put programming literally within reach.

Duane

On 10/9/07, [email protected] <[email protected]> wrote:
> Send PythonCE mailing list submissions to
> 	[email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://mail.python.org/mailman/listinfo/pythonce
> or, via email, send a message with subject or body 'help' to
> 	[email protected]
>
> You can reach the person managing the list at
> 	[email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PythonCE digest..."
>
>
> Today's Topics:
>
>    1. Re: PythonCE 2.5 on a NEC MobilePro 900c? (David Goncalves)
>    2. Wiki and spam comments (Hannu Leinonen)
>    3. Re: PythonCE 2.5 on a NEC MobilePro 900c? (Christopher Fairbairn)
>    4. Re: PythonCE 2.5 on a NEC MobilePro 900c? (Ron Stephens)
>    5. Re: PythonCE 2.5 on a NEC MobilePro 900c? (Christopher Fairbairn)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 08 Oct 2007 20:30:12 +0200
> From: David Goncalves <[email protected]>
> Subject: Re: [PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?
> To: James Wondrasek <[email protected]>
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> > Are there any major hurdles in building a version of PythonCE 2.5 (and
> > associated tools) that will run on my MobilePro (Windows CE 4.2)? By
> > major, I mean more involved than tweaking the build.
> >
> > If so, would anyone have any advice/recommendations on which tools and
> > libraries to use with the available PythonCE 2.3.4 for HPC2000?
>
>
> I used PythonCE on my PNA (a GPS with WinCE 4.2 core) by changing the
> aygshell.dll.
>
> WinCE core does not provide that DLL, you can just find a working
> version for your CE version and put it on PythonCE's directory.
>
>
> Hope that helps ;)
>
> Regards.
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 08 Oct 2007 22:05:05 +0300
> From: Hannu Leinonen <[email protected]>
> Subject: [PythonCE] Wiki and spam comments
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi everyone,
>
> I'm concerned about the amount of spam comments on the Wiki. Currently
> the commenting is worth of nothing, because of the amount of spam. For
> example, in the wiki frontpage there are about 1542 comments which of
> 99% is pure spam. The easiest solution for this would be disabling the
> commenting for unregistered users.
>
>
> Best regards,
> Hannu
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 08 Oct 2007 19:26:29 -0400
> From: Christopher Fairbairn <[email protected]>
> Subject: Re: [PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi,
>
> >> Are there any major hurdles in building a version of PythonCE 2.5 (and
> >> associated tools) that will run on my MobilePro (Windows CE 4.2)? By
> >> major, I mean more involved than tweaking the build.
>
> Is there much interest in a build which supports Windows CE devices?
>
> I recently released an updated version of PythonCE which has better Windows
> Mobile
> support (for smartphones and newer WM6 devices) -
> http://sourceforge.net/project/showfiles.php?group_id=104228&package_id=247631
>
> At one stage I had developed further patches to PythonCE which meant that
> the
> single executable/cab file would run on basically anything running Windows
> CE 4.2
> or above without the need for dummy agyshells etc. In my biased opinion this
> was a
> better approach than using a dummy agyshell.dll because it meant the
> executable
> could detect it was running in a different environment and tweak the menu
> layouts
> etc to give a better fit.
>
> The patches have since been lost due to me loosing access to a raw Windows
> CE
> powered device to test on.
>
> I am looking at ways to drum up development support for PythonCE. How many
> people
> are using PythonCE on a Windows CE device?
>
> Thanks,
> Christopher Fairbairn
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 8 Oct 2007 22:07:46 -0400
> From: Ron Stephens <[email protected]>
> Subject: Re: [PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?
> To: [email protected]
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
> I would like to run Python on my WindowsMobile5 Motorola Q phone but
> I gave up a yearago when I couldn't get it to  load.
>
>
> Maybe I should try the file you offer the link to?
>
> Ron
>
> On Oct 8, 2007, at 7:26 PM, Christopher Fairbairn wrote:
>
> > Hi,
> >
> >>> Are there any major hurdles in building a version of PythonCE 2.5
> >>> (and
> >>> associated tools) that will run on my MobilePro (Windows CE 4.2)? By
> >>> major, I mean more involved than tweaking the build.
> >
> > Is there much interest in a build which supports Windows CE devices?
> >
> > I recently released an updated version of PythonCE which has better
> > Windows Mobile
> > support (for smartphones and newer WM6 devices) -
> > http://sourceforge.net/project/showfiles.php?
> > group_id=104228&package_id=247631
> >
> > At one stage I had developed further patches to PythonCE which
> > meant that the
> > single executable/cab file would run on basically anything running
> > Windows CE 4.2
> > or above without the need for dummy agyshells etc. In my biased
> > opinion this was a
> > better approach than using a dummy agyshell.dll because it meant
> > the executable
> > could detect it was running in a different environment and tweak
> > the menu layouts
> > etc to give a better fit.
> >
> > The patches have since been lost due to me loosing access to a raw
> > Windows CE
> > powered device to test on.
> >
> > I am looking at ways to drum up development support for PythonCE.
> > How many people
> > are using PythonCE on a Windows CE device?
> >
> > Thanks,
> > Christopher Fairbairn
> >
> > _______________________________________________
> > PythonCE mailing list
> > [email protected]
> > http://mail.python.org/mailman/listinfo/pythonce
>
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 08 Oct 2007 22:18:28 -0400
> From: Christopher Fairbairn <[email protected]>
> Subject: Re: [PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?
> To: [email protected], Ron Stephens <[email protected]>
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Ron,
>
> On Tue Oct  9 14:07 , Ron Stephens  sent:
> >I would like to run Python on my WindowsMobile5 Motorola Q phone but
> >I gave up a yearago when I couldn't get it to  load.
> >
> >Maybe I should try the file you offer the link to?
>
> You should definatly try out the version I referenced (pythonce-smartphone
> on the
> sourceforge downloads page).
>
> Hopefully you will get further along with this build. The core essentials
> defiantly
> are working. It is still a work in progress though.
>
> One thing I just fixed on my local copy for instance is the 'raw_input'
> implementation, the build I released on sourceforge displays a dialog box
> which
> can't be dismissed if you are using a smartphone.
>
> I would be keen to hear your feedback. Although I am using it on my Windows
> Mobile
> 5.0 Smartphone I do not have one with a qwerty keyboard, so would be keen to
> hear
> some feedback on how it behaves.
>
> Thanks,
> Christopher Fairbairn
>
>
> ------------------------------
>
> _______________________________________________
> PythonCE mailing list
> [email protected]
> http://mail.python.org/mailman/listinfo/pythonce
>
>
> End of PythonCE Digest, Vol 51, Issue 2
> ***************************************
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.