mark jason wrote:
> hi,
> I have created a python app in eclipse pydev .The app is structured as
> below..
>
> mypackage
> |__ __init__.py
> |__ driver.py
> |__ helper.py
> |__ utils.py
>
> The driver.py has the main program.I have added if
> __name__=="__main__" block in
have u tried using setuptools and distutils
they are used for python package distributions
On Thu, Dec 9, 2010 at 5:02 PM, mark jason wrote:
> hi,
> I have created a python app in eclipse pydev .The app is structured as
> below..
>
> mypackage
> |__ __init__.py
> |__ driver.py
> |___
hi,
I have created a python app in eclipse pydev .The app is structured as
below..
mypackage
|__ __init__.py
|__ driver.py
|__ helper.py
|__ utils.py
The driver.py has the main program.I have added if
__name__=="__main__" block in the
driver.py and pydev's run configurat