weather you're looking to distribute or even just for your self, You
can always use Distribute. The learning curb isn't huge and has many
bultin features (i.e. find_packages() which you may find helpful
here).

ANyways, here a link.

http://packages.python.org/distribute/setuptools.html#id3

Mart :)

On Jan 15, 1:01 pm, "Arun K.Rajeevan" <the1.a...@gmail.com> wrote:
> I use site-packages directory to put external libraries.
>
> Because, I tried gdata (google data ) library to put in app modules folder.
> But it breaks on import, because, gdata module has no knowledge of
> local_import() and since they try to do imports with usual way, it'll break.
>
> So, for complex libraries I suggest to put it in site-packages directory.
> Make not of server version of python is supported by library you put in.

Reply via email to