Mitko Haralanov wrote:
> Hi all,
>
> I have a question regarding installation of Python scripts and modules
> using distutils that I can't find an answer to by searching through Google
> and the Python website. Hopefully, someone on this list might have ideas?
>
> I am writing a Python app, whic
Dave Angel writes:
> On 12/19/2014 05:51 PM, Mitko Haralanov wrote:
> > However, when the app gets installed, I would like to install the
> > modules to /usr/lib64/pythonX.Y/site-packages/myapp. I know that I
> > can do this by using the "package_dir" argument to the "setup()"
> > function in dis
On Friday, December 19, 2014 6:00:15 PM UTC-8, Mitko Haralanov wrote:
> Hi all,
>
>
> I have a question regarding installation of Python scripts and modules using
> distutils that I can't find an answer to by searching through Google and the
> Python website. Hopefully, someone on this list mig
On 12/19/2014 05:51 PM, Mitko Haralanov wrote:
Hi all,
I have a question regarding installation of Python scripts and modules
using distutils that I can't find an answer to by searching through Google
and the Python website. Hopefully, someone on this list might have ideas?
I am writing a Pytho
Hi all,
I have a question regarding installation of Python scripts and modules
using distutils that I can't find an answer to by searching through Google
and the Python website. Hopefully, someone on this list might have ideas?
I am writing a Python app, which I would eventually like to install u