Re: What is site-packages?

2008-12-30 Thread Tim Roberts
Hussein B wrote: >On Dec 28, 2:04 pm, "Chris Rebert" wrote: >> On Sun, Dec 28, 2008 at 3:40 AM, Hussein B wrote: >> > Hey, >> > What is /usr/lib/pythonx.y/site-packages folder and for what it is >> > used usually? >> >> I believe it's where third-party libraries are typically installed to. >> >>

Re: What is site-packages?

2008-12-28 Thread Marek Kubica
On Sun, 28 Dec 2008 04:06:36 -0800, Hussein B wrote: > You mean like MoinMoin, Django or Pylons for example? Yes. Or lxml, BeautifulSoup, psycopg2 and basically anything that is available on PyPI. regards, Marek -- http://mail.python.org/mailman/listinfo/python-list

Re: What is site-packages?

2008-12-28 Thread Hussein B
On Dec 28, 2:04 pm, "Chris Rebert" wrote: > On Sun, Dec 28, 2008 at 3:40 AM, Hussein B wrote: > > Hey, > > What is /usr/lib/pythonx.y/site-packages folder and for what it is > > used usually? > > I believe it's where third-party libraries are typically installed to. > > Cheers, > Chris > > -- > F

Re: What is site-packages?

2008-12-28 Thread Chris Rebert
On Sun, Dec 28, 2008 at 3:40 AM, Hussein B wrote: > Hey, > What is /usr/lib/pythonx.y/site-packages folder and for what it is > used usually? I believe it's where third-party libraries are typically installed to. Cheers, Chris -- Follow the path of the Iguana... http://rebertia.com -- http://m

What is site-packages?

2008-12-28 Thread Hussein B
Hey, What is /usr/lib/pythonx.y/site-packages folder and for what it is used usually? Thanks. -- http://mail.python.org/mailman/listinfo/python-list