Re: [PythonCE] Build minimized Python2x.dll for WinCE/PPC?

2005-02-09 Thread Stewart Midwinter
Welcome Jesse: well there certainly is a version of Python2.x for Pocket PC. The latest built version is 2.3.4; I'm using it myself on a Toshiba e830. You can find it here: http://fore.validus.com/~kashtan/, I'm building an app that uses socket communications with a client talking via WiFi to

[PythonCE] Build minimized Python2x.dll for WinCE/PPC?

2005-02-09 Thread Jesse Davis
Hi Python wincers: I know this info must be "out there", but I can't find it. I want to build a stripped-down version of Python2x.dll (preferably 2.4) for an ARM Pocket PC. I want to install the smallest possible Python on the unit, including expat & socket, but not much else. So, how do I buil

Re: [PythonCE] Qt for Windows now to be LGPL

2005-02-09 Thread Stewart Midwinter
sorry, that was a typo. I did recall reading GPL, not LGPL, and yes, that it will be dual-licensed. Interesting that you can develop for free using the GPL version, but if you make something commercial and don't want to release source code, I guess at that point you could purchase a commercial li

Re: [PythonCE] Qt for Windows now to be LGPL

2005-02-09 Thread Michael Foord
Stewart Midwinter wrote: Says so here: http://www.trolltech.com/newsroom/announcements/0192.html They will release sources, but you have to compile yourself. So, does that mean it could be compiled for Windows Mobile? Would that be a Good Thing or a Bad Thing? cheers, Still GPL is better t