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

2005-02-15 Thread Jesse Davis
Thanks for the help. Is it possible to significantly shrink Python23.dll? Under my current build, it's 1252k, which is a big chunk of a PPC's memory. I don't need the console, or even bytecode-compilation, if all I run are pre-compiled pyc's, right? So I'm hoping there's a smaller "minimal" bui

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

2005-02-15 Thread Tim Lesher
On Tue, 15 Feb 2005 12:42:09 -0500, Jesse Davis <[EMAIL PROTECTED]> wrote: > Thanks for the help. Is it possible to significantly shrink > Python23.dll? Under my current build, it's 1252k, which is a big chunk > of a PPC's memory. I don't need the console, or even > bytecode-compilation, if all

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

2005-02-15 Thread Jesse Davis
That's good to hear -- would you mind posting how you did it? -Original Message- From: Tim Lesher [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 12:46 PM To: Jesse Davis Cc: Stewart Midwinter; [email protected] Subject: Re: [PythonCE] Build minimized Python2x.dll for WinCE/

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

2005-02-15 Thread Tim Lesher
On Tue, 15 Feb 2005 12:48:08 -0500, Jesse Davis <[EMAIL PROTECTED]> wrote: > That's good to hear -- would you mind posting how you did it? I don't know whether I still have it, but I recall that eliminating Cmd wasn't too hard, and it was a pretty decent-sized chunk. I'll look for it when I get h