473,516 Members | 3,248 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating a distro of python... What would you include in it?

I am creating a distro of Python to be licensed as GPL.... am
wondering, what would anyone suggest as to 3rd party modules being put
into it (non-commercial of course!)? I know I'd put MySQLdb into it at
the very least. Any suggestions?

Thanks,

Fark Simmons
[insert clever tagline here /]

May 30 '07 #1
5 1141
On 30 May, 16:25, farksimm...@yahoo.com wrote:
I am creating a distro of Python to be licensed as GPL.... am
wondering, what would anyone suggest as to 3rd party modules being put
into it (non-commercial of course!)? I know I'd put MySQLdb into it at
the very least. Any suggestions?
What you put in it will depend on what it's for.

Which platforms will you support? Many Linux distros already provide
comprehensive package management systems, so developers on those would
probably be better off using the native package manager unless you're
offering something distinctive.

Does your distro target a particular developer community, such as web
developers, database developers or desktop developers? These
communities have very different requirements, but then again if you
target web developers do you include Turbo Gears, or Django or both?
Do you include an ORM and if so which one?

If you can clarify what you are trying to achieve, or what
defiiciencies in the existing distros that you're finding limiting
then that would realy help. Super-distros can definitely have a place.
In fact that's exactly what TurboGears is, but it has a very clear
mission statement and adds significant value of it's own. It also acts
as an add-on to the standard distro rather than an alternative and I
recommend you consider that strategy.
Simon Hibbs

May 30 '07 #2
On 30 May 2007 08:25:48 -0700, fa*********@yahoo.com
<fa*********@yahoo.comwrote:
I am creating a distro of Python to be licensed as GPL.... am
wondering, what would anyone suggest as to 3rd party modules being put
into it (non-commercial of course!)? I know I'd put MySQLdb into it at
the very least. Any suggestions?
If your distro is to be GPL-licensed, does that mean that you want
your components to be GPL too? If so, the number of components you can
select is reduced drastically.

I'd like a distro with a good IDE, GUI toolkit (PyGTK for example),
Django and PyGame. Something you could point a newbie to and they
would be able to create "real" applications with, without needing to
download hundreds of dependencies.

--
mvh Björn
May 30 '07 #3
This is for Windows only, but since your target audience is newbies,
that might be fine.

Python Sumo-Distribution for Windows - Freely downloadable Python
distributions for Windows with many extra packages already installed and
ready for use.
-- http://code.enthought.com/enthon/


BJörn Lindqvist wrote:
On 30 May 2007 08:25:48 -0700, fa*********@yahoo.com
<fa*********@yahoo.comwrote:
>I am creating a distro of Python to be licensed as GPL.... am
wondering, what would anyone suggest as to 3rd party modules being put
into it (non-commercial of course!)? I know I'd put MySQLdb into it at
the very least. Any suggestions?

If your distro is to be GPL-licensed, does that mean that you want
your components to be GPL too? If so, the number of components you can
select is reduced drastically.

I'd like a distro with a good IDE, GUI toolkit (PyGTK for example),
Django and PyGame. Something you could point a newbie to and they
would be able to create "real" applications with, without needing to
download hundreds of dependencies.

--
Shane Geiger
IT Director
National Council on Economic Education
sg*****@ncee.net | 402-438-8958 | http://www.ncee.net

Leading the Campaign for Economic and Financial Literacy
May 30 '07 #4
re: BJörn, I think selecting a GPL license will increase the number of
usable packages, since using Python license with GPL is perfectly fine
as long as the whole software is licensed under GPL [I am not really
sure it is a must to license the whole package under GPL]

re: farksimm; I'd put (in nor particular order)

- Python Imaging Library : http://www.pythonware.com/products/pil/

- wxPython : http://www.wxpython.org/

- ipython : http://ipython.scipy.org/moin/

- pycrypto : http://www.amk.ca/python/code/crypto

- sqlalchemy : http://www.sqlalchemy.org/

- psycopg : http://www.initd.org/tracker/psycopg

- docutils : http://docutils.sourceforge.net/

- NumPy/Numeric : http://numpy.scipy.org/

- if it's for Win32 also pywin32 : http://www.python.net/crew/mhammond/win32/

Yuce

May 30 '07 #5
On May 30, 7:47 pm, yuce <yucete...@gmail.comwrote:
re: BJörn, I think selecting a GPL license will increase the number of
usable packages, since using Python license with GPL is perfectly fine
as long as the whole software is licensed under GPL [I am not really
sure it is a must to license the whole package under GPL]

re: farksimm; I'd put (in nor particular order)

- Python Imaging Library :http://www.pythonware.com/products/pil/

-wxPython:http://www.wxpython.org/

- ipython :http://ipython.scipy.org/moin/

- pycrypto :http://www.amk.ca/python/code/crypto

- sqlalchemy :http://www.sqlalchemy.org/

- psycopg :http://www.initd.org/tracker/psycopg

- docutils :http://docutils.sourceforge.net/

- NumPy/Numeric :http://numpy.scipy.org/

- if it's for Win32 also pywin32 :http://www.python.net/crew/mhammond/win32/

Yuce
Feel free to include SPE.

Stani
--
http://pythonide.stani.be

Jun 2 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2159
by: jeuxal_com | last post by:
Hi, I need to add a python program (web updater+extras) with a window application. The same thing as the Online Lord of the Ring game lotrtcg.decipher.com. When you install their application, it create a subdirectory with very few python files*.dll,*.pyd,*.pyc.: _socket.pyd _sre.pyd
2
1571
by: Ed Leafe | last post by:
Is it possible to create a version of Python, along with several specific modules, and somehow package it together to be distributed as a single unit? I remember that Zope did something similar in the past, but can't recall how that was accomplished. I looked into bdist in DistUtils, but couldn't find enough info on it to determine if it would...
2
1434
by: Josh Close | last post by:
I saw a question in a PHP list about the differences between php and perl, and what the advantages between the two are, but I think I was the only person that mentioned anything about python in the discussion. This makes me wonder what the python group things about these other languages. Python vs. Perl. vs. PHP vs. C# (and other .NET...
8
2174
by: Ron Stephens | last post by:
Can anyone give me a brief comparison of the purposes of these two projects (AnyGUI and pyGUI)? In other words, how are the motivations and goals for each project different? Ron Stephens
0
1264
by: Thomas W | last post by:
Will there be a WSGI-server like BaseHTTPServer etc in the standard distro? I think that would increase the adoptation of the WSGI-standard. A new web-framework for python pops up every other week and more and more support WSGI. Why not focus on getting an optimized, production-grade fully documented WSGI-server into the distro? Right now the...
10
2788
by: azrael | last post by:
Hy guys last night i was lying in my bed and thinking about something. is there any linux distro that is primary oriented to python. you know what i mean. no need for php, java, or something like this. pure python and containig all the funky modules like scipy, numpy, boaconstructor (wx of course). something like the python enthought...
0
1019
by: Eric_Dexter | last post by:
I have found a couple of ways to include python in my pascal program http://arctrix.com/nas/python/standalone.html and an example I compiled from the embeded examples and I was wanting to know if there are more examples or comiled versions I can execute from my program... I am getting an error from the embeded and the standalone would...
4
1684
by: Christopher | last post by:
I tryed to make my hobby project look a little more like the projects at work. In theory I could find the answer by examining the stuff at work, but they use alot of custom build scripts and 3rd party software, which I won't have at home. My goal was to create a single library to be distributed to developers for use. So, I created a directory...
6
7515
AmberJain
by: AmberJain | last post by:
Hello, I'm posting this thread here as a thread in Windows forum has taken a turn and is now going on the Linux path. The thread can be found here. Now the description of actual problem......... I need a Linux distro for USB drives (also called Pendrives). The Linux distro must have GUI (Graphical User Interface). The linux distro must...
0
7273
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7574
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7136
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5712
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5106
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3265
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3252
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
823
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.