Re: [python-win32] Python code for windows users???

2011-04-01 Thread Jiawei Li
Here is a simple guide for py2exe: http://www.py2exe.org/index.cgi/Tutorial On Fri, Apr 1, 2011 at 12:11 AM, abhijeet mahagaonkar wrote: > Dear Py-Winners, > > I just now finished project in python and would want to distribute to > Windows users. > What is the best way to do it? > I know there i

Re: [python-win32] Clear the interactive screen

2011-04-01 Thread Mark Hammond
On 1/04/2011 1:24 AM, Blockheads Oi Oi wrote: This is what I set up. c:\Python27\Lib\site-packages\pythonwin\pywin>type mine.cfg [General] BasedOn = Default If you check out idle.cfg, it has with: Based On = default Note the space. This will clear the screen but there's no interact