Re: [Python-Dev] Tkinter has many files

2009-08-07 Thread Michael Foord
Terry Reedy wrote: cool-RR wrote: Hello python-dev! I'm a Python programmer, but this is the first time I'm posting on python-dev, and I am not familiar at all with how the Python implementation works -- so this post may be way off. I've recently released a Python application, PythonTurtle

Re: [Python-Dev] Tkinter has many files

2009-08-06 Thread Terry Reedy
cool-RR wrote: Hello python-dev! I'm a Python programmer, but this is the first time I'm posting on python-dev, and I am not familiar at all with how the Python implementation works -- so this post may be way off. I've recently released a Python application, PythonTurtle

Re: [Python-Dev] Tkinter has many files

2009-08-06 Thread cool-RR
> > Why do you need to keep the whole Python distribution under version > control? Isn't all you need a script to *generate* the py2exe'd output from > an *installed* Python? This is the approach I take with Movable Python which > does something very similar. > > Never mind the source control issue

Re: [Python-Dev] Tkinter has many files

2009-08-06 Thread Michael Foord
cool-RR wrote: Hello python-dev! I'm a Python programmer, but this is the first time I'm posting on python-dev, and I am not familiar at all with how the Python implementation works -- so this post may be way off. I've recently released a Python application, PythonTurtle

[Python-Dev] Tkinter has many files

2009-08-06 Thread cool-RR
Hello python-dev! I'm a Python programmer, but this is the first time I'm posting on python-dev, and I am not familiar at all with how the Python implementation works -- so this post may be way off. I've recently released a Python application, PythonTurtle, which is packa