[wxPython-users] [ANN]meide 0.0.1 released!

limodou limodou at gmail.com
Thu Sep 6 06:42:14 PDT 2007


On 9/6/07, jmf <jfauth at bluewin.ch> wrote:
>  > limodou
>  > meide is exactly a module but not a application. I suggest that you
>  > see more carefully.
>
> I understand your argumentation and do not agree with it. I'm considering,
> that any application, even a tool/util application or a module, which
> can live outside the core Python directory should stay outside of this dir.
>
> One can also argue, an application like yours has its place in site-packages,
> once it is in a final release state and not in a preliminary alpha version
> and also if it belongs to the group of "runtime shared libraries".
>
> Meanwhile, it is not necessary to pollute the/my sys.path with thousands of
> applications / dir in construction.
>
> Every Python user can also implement a *.pth file to do the right job.
> I have my own jm.pth pointing to my own private lib of runtime modules.
>
> I'am also affraid, finally everybody with install her/his application in
> the Python dir.
>
> Face it, you may like it or not, I will not install your app in my Python
> dir.
>
How to install the third party module is up to you, and you can choice
if you want to run the setup.py or not run it but just extract it to a
local directory. Many third party modules do the same thing just like
meide does, and I just abide the same rule. meide is not the first
one, and will be not the last one. And setup.py is just a handy way to
enable third party modules can easy to use. I don't think it's a bad
thing. I think your opinion is very different from mine. And I'll not
giveup the packaging method I'v made. So if you don't want to run the
setup.py and even don't want to extract the zip file to a local
folder, so just delete it.

Thanks your advice.

-- 
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
My Blog: http://www.donews.net/limodou




More information about the wxpython-users mailing list