timw.google wrote:
> Hi all.
>
> I have a package that uses other packages. I created a setup.py to use
> 'try:' and import to check if some required packages are installed. I
> have the tarballs and corresponding windows installers in my sdist
> distribution, so if I untar my source distribution a
Hi all.
I have a package that uses other packages. I created a setup.py to use
'try:' and import to check if some required packages are installed. I
have the tarballs and corresponding windows installers in my sdist
distribution, so if I untar my source distribution and do 'python
setup.py install