Re: [PythonCE] packaging app into cab's

2009-06-11 Thread David Goncalves
Hi, I've been playing around with pythonce on my windows mobile phone and am very impressed by it. I was wondering if anyone can point me to some good resources for packaging pythonce and my application into one installable cab. If you are using Linux you can use the 'pocketpc-cab' package th

[PythonCE] Help required to send keys for Windows mobile

2009-06-11 Thread rajashekhar v
Hi Group, I'm Rajashekhar and newfor the Python CE on the windows mobile environment. I have HTC mobile and i have installed the PythonCE 2.5 uisng the PythonCE.WM.CABfrom http://ftp.heanet.ie/disk1/sourceforge/p/py/pythonce/.

Re: [PythonCE] packaging app into cab's

2009-06-11 Thread Jared Forsyth
unfortunately there aren't any packages that specifically package pythonce along side -- the best you can do (which is what i do) is just provide a link to the pythonce cab -- that way they won't need to install pythonce more than once if they want more than one of your packages. jared On Thu, Ju

Re: [PythonCE] packaging app into cab's

2009-06-11 Thread Nimret Sandhu
yeah, I think I'll probably end up with this solution also. As you mention that way at least they won't have to install it twice. thanks for the responses folks. cheers, -- Nimret Sandhu http://www.nimret.com http://www.nimsoft.biz On Thursday 11 June 2009 05:37:47 am Jared Forsyth wrote: > un

Re: [PythonCE] Help required to send keys for Windows mobile

2009-06-11 Thread Nimret Sandhu
Hi Rajashekhar - have you looked at the various gui toolkits for pythonce? I believe that's what you have to use to accept user input. I downloaded ppygui to my HTC mogul and it's working great on it. I also liked the installer for ppygui but I did have to tweak the folder name that I extracte

Re: [PythonCE] packaging app into cab's

2009-06-11 Thread Alex Mandel
Give me a few minutes to find it but I wrote some scripts to make this easier. The basics I have a python app with gui that lets you pick whatever files you want, then builds the ini for the pocket pc sdk cab builder(from microsoft), builds a cab. Then you take that cab and modify an NSIS script th

Re: [PythonCE] packaging app into cab's

2009-06-11 Thread Alex Mandel
I won't have time to find/write the documentation on this stuff for a few days but here are all the files. Cabbuilder, a wxpython app that helps you build CAB files Requires the Win CE 4.2 library since it's just a wrapper around the microsoft cab tools. https://code.launchpad.net/~wildintellect/+