Re: Lightweight Python distribute it in under 2MBs for Win32

2005-08-23 Thread fred.dixon
long delay on reply due to pc death. i made a simple gui that picked paragraphs from a file with wxpython. using py2exe i bundled the program then packaged it with INNO install. it was 3megs. now its about 4 megs after a revision. I give you the source if you want. it uses python 241 and the lates

Re: Lightweight Python distribute it in under 2MBs for Win32

2005-08-17 Thread Ramza Brown
fred.dixon wrote: > 30meg for wx ? > mine is under 3meg, compressed > Can I have a copy of that? Windows version? -- Ramza from Atlanta http://www.newspiritcompany.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Lightweight Python distribute it in under 2MBs for Win32

2005-08-12 Thread fred.dixon
30meg for wx ? mine is under 3meg, compressed -- http://mail.python.org/mailman/listinfo/python-list

Lightweight Python distribute it in under 2MBs for Win32

2005-08-11 Thread Ramza Brown
I am sorry if I think like this, but sometimes(keyword sometimes) I like distributing my interpreters. Anyway, I found the absolute minimum libraries needed for Python to work with Win32. And, I included FLTK for the GUI toolkit. Sorry, but wxPython didn't fit my <30MB requirement. You can b