Re: [PythonCE] baseHTTPServer and CGIHTTPServer

2005-01-04 Thread Brad Clements
webserver. -- Brad Clements,[EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements ___ PythonCE mailing list PythonCE

Re: [PythonCE] PythonCE with VGA screens?

2005-01-08 Thread Brad Clements
good on VGA screens. Perhaps the OS is doubling the effective resolution because your app hasn't made a special call or have a bit set in it's PE header that tells the OS hey, I grok 640x480. -- Brad Clements,[EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com

Re: [PythonCE] launch external application from pythonCE

2005-01-14 Thread Brad Clements
as being supported in libc. You'll have to use CreateProcess() from win32api I suppose. -- Brad Clements,[EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements

Re: [PythonCE] Plucker distiller for Pocket PC?

2005-05-31 Thread Brad Clements
. PPC Python I think supports zlib, though there's no mention of any other packages it requires. Though perhaps image processing might need PIL? -- So, you run this on your pocket PC, the IR beam the plucker file to your palm OS device to view it? Strange -- Brad Clements

Re: [PythonCE] Success: PyExpat build

2005-06-02 Thread Brad Clements
. Last I knew, win32gui built ok. But I could not get win32ui to build due to differences in MFC. Some classes are missing on PPC. -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http://www.murkworks.com AOL-IM or SKYPE: BKClements We must come down

Re: [PythonCE] Python23.lib?

2005-06-27 Thread Brad Clements
... and then include them in my built, I will have the python informa No, you won't have it twice. the .lib file is only used during the linking process. It doesn't add anything to your exe. Think of it as a symbol table, not a static link. -- Brad Clements,[EMAIL PROTECTED

Re: [PythonCE] Python WinCE 'stuff'

2005-06-29 Thread Brad Clements
off lately. -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http://www.murkworks.com AOL-IM or SKYPE: BKClements ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo

Re: [PythonCE] Python23.lib?

2005-07-01 Thread Brad Clements
) ; tél : 08 92 68 13 50 (0,34EUR/mn) -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http://www.murkworks.com AOL-IM or SKYPE: BKClements ___ PythonCE mailing list PythonCE@python.org http

Re: [PythonCE] [ctypes-users] Python 2.3.5 for Windows CE / ARM (Pocket PC 2003)

2006-01-03 Thread Brad Clements
/shownotes.php?group_id=104228release_i d=382495 Luke Thanks Luke for setting up this release. List folks -- Luke is now an official developer' for the Python CE project. Welcome aboard! -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http://www.murkworks.com

Re: [PythonCE] Empty project or Human Friendly Project?

2006-01-06 Thread Brad Clements
since I've done a static page.. heh. I'm happy for volunteers.. What content do we need? There's some old how-to's on the murkworks research wiki, it's out of date http://www.murkworks.com/Research/Python/PythonCE/PythonCEWiki/FrontPage -- Brad Clements,[EMAIL PROTECTED

Re: [PythonCE] Empty project or Human Friendly Project?

2006-01-06 Thread Brad Clements
On 6 Jan 2006 at 10:09, Stewart Midwinter wrote: Either would be fine by me. The wiki at murkworks is already set up and specific to this project, so easier to start with. I note however that the last entry there was 3 years ago. Brad Clements, the wiki admin, is one of the pythonce

Re: [PythonCE] Empty project or Human Friendly Project?

2006-01-06 Thread Brad Clements
to Trac or something else instead? I can continue to host it. -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http://www.murkworks.com AOL-IM or SKYPE: BKClements ___ PythonCE mailing list PythonCE

Re: [PythonCE] Empty project or Human Friendly Project?

2006-01-06 Thread Brad Clements
changes back into the mainline code, but I don't think it's a simple problem to solve.. :-( -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http://www.murkworks.com AOL-IM or SKYPE: BKClements ___ PythonCE

Re: [PythonCE] political issues - integration attempt history

2006-01-06 Thread Brad Clements
I was also trying to support Python on NetWare, which had similar issues with errno) NetWare is dead now, but CE remains.. ;-) -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http://www.murkworks.com AOL-IM or SKYPE: BKClements

[PythonCE] rudimentary pythonce home page setup

2006-01-11 Thread Brad Clements
not sure what content to put on the pythonce home page, so it's spartan. -- Brad Clements, [EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com AOL-IM or SKYPE: BKClements ___ PythonCE mailing list PythonCE@python.org http://mail.python.org

Re: [PythonCE] Seeking alternative to wxPython

2006-08-22 Thread Brad Clements
. It doesn't use win32gui at all, but instead uses ctypes directly. You should be able to get venster to work on CE if ctypes works there. You may have to do some tweaking, but venster really makes windows easy. -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http

Re: [PythonCE] developers inquiry

2008-03-17 Thread Brad Clements
for revision control. You could use the upstream support in launchpad to tie off Python's main svn trunk. Personally I no longer have a working CE device, so have not worked on or used PythonCE for over 4 years. Sorry! -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http

Re: [PythonCE] trunk merge?

2008-03-18 Thread Brad Clements
Joseph Armbruster wrote: Luke, Cool, I was able to see it this morning. Quite empty indeed :-) I can go ahead and do the initial imports (if everyones ok with that). However, before I do so I would like to talk structure a bit. Can I suggest again looking at Launchpad + bazaar and

Re: [PythonCE] The State of Affairs

2008-07-10 Thread Brad Clements
with a simple gui that uses setuptools and easyinstall codebase. http://peak.telecommunity.com/DevCenter/EasyInstall (and sorry, I no longer have a CE device but just lurk on the list these days), -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http://www.murkworks.com

Re: [PythonCE] DLL hourglass in ctypes

2008-08-12 Thread Brad Clements
the Busy(0) call. Only the application author knows how many modules need to be loaded and when the application really has started. -- Brad Clements,[EMAIL PROTECTED](315)268-1000 http://www.murkworks.com AOL-IM: BKClements

Re: [PythonCE] Pythonce Roadmap

2010-03-30 Thread Brad Clements
/listinfo/pythonce -- Brad Clements,b...@murkworks.com(315)268-1000 http://www.murkworks.com AOL-IM: BKClements ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo