Re: Creating a custom python python distribution

2007-10-12 Thread shailesh
Thanx a lot for all the pointers. I will certainly check into them. I actually wanted to know how do people create their own Python distribution like ASPN's Python or Enthought's Python. With regards, - Shailesh On Oct 2, 12:33 pm, azrael <[EMAIL PROTECTED]> wrote: > Maybe you should check the

Re: Creating a custom python python distribution

2007-10-02 Thread azrael
Maybe you should check the Slax distro. Go to www.slax.org. There is one special slax distro caled Frodo. I think that it includes nearly nothing but the core. There are also several packages for the distro that you can put inside the distro and create your own distribution. There are also detailed

Re: Creating a custom python python distribution

2007-10-02 Thread Wildemar Wildenburger
shailesh wrote: > Hi, > I wish to create a Python distribution includind Python and some other > libraries (Zope 3, PyWin32, numpy, lxml, etc.) which are required for > my applications. e.g. there are Enthough and ASPN distributions of > Python. > > Unfortunately, I have not been able to find the

Re: Creating a custom python python distribution

2007-10-02 Thread kyosohma
On Sep 30, 10:18 pm, shailesh <[EMAIL PROTECTED]> wrote: > Hi, > I wish to create a Python distribution includind Python and some other > libraries (Zope 3, PyWin32, numpy, lxml, etc.) which are required for > my applications. e.g. there are Enthough and ASPN distributions of > Python. > > Unfortun

Creating a custom python python distribution

2007-09-30 Thread shailesh
Hi, I wish to create a Python distribution includind Python and some other libraries (Zope 3, PyWin32, numpy, lxml, etc.) which are required for my applications. e.g. there are Enthough and ASPN distributions of Python. Unfortunately, I have not been able to find the right documentation for this p