On Nov 9, 6:33 pm, Steve Holden wrote:
> On 11/9/2010 4:18 AM, Geoff Bache wrote:
>
> > Hi all,
>
> > One of the things I've always loved about Python (having come from
> > compiled languages) was the lack of an extra step between changing my
> > code and running it.
>
> > On my current project, h
On 11/9/2010 4:18 AM, Geoff Bache wrote:
> Hi all,
>
> One of the things I've always loved about Python (having come from
> compiled languages) was the lack of an extra step between changing my
> code and running it.
>
> On my current project, however, I find that I have to install my
> Python co
Hi all,
One of the things I've always loved about Python (having come from
compiled languages) was the lack of an extra step between changing my
code and running it.
On my current project, however, I find that I have to install my
Python code with setup.py before it will run. Being used to not ha