Re: Python Light Revisted?

2005-08-20 Thread Ramza Brown
Steve M wrote: > I agree with you in part and disagree in part. > > I don't see the point to making the distribution any smaller. 10MB for > the installer from python.org, 16MB for ActiveState .exe installer. How > is 5MB "lightweight" while 10MB isn't? The Windows XP version of Java > at java.com

Re: Python Light Revisted?

2005-08-20 Thread Ramza Brown
Steve M wrote: > I agree with you in part and disagree in part. > > I don't see the point to making the distribution any smaller. 10MB for > the installer from python.org, 16MB for ActiveState .exe installer. How > is 5MB "lightweight" while 10MB isn't? The Windows XP version of Java > at java.com

Re: Binary Trees in Python

2005-08-20 Thread Ramza Brown
[diegueus9] Diego Andrés Sanabria wrote: > Hello!!! > > I want know if python have binary trees and more? Yea, binary trees are more data structures as opposed to libraries: Here is one approach ( remove the 'java.lang' stuff) http://www.newspiritcompany.com/BinaryTreePyNew.html -- Ramza from

Re: Python Light Revisted?

2005-08-20 Thread Ramza Brown
Ramza Brown wrote: > This is kind of funny, I posted earlier about a small, light python > distro. The thing is, I did it in an hour or so, but amazingly, I got > responses from everywhere asking for support on how to do this. To be > honest, I don't have the time to investi

Python Light Revisted?

2005-08-20 Thread Ramza Brown
This is kind of funny, I posted earlier about a small, light python distro. The thing is, I did it in an hour or so, but amazingly, I got responses from everywhere asking for support on how to do this. To be honest, I don't have the time to investigate it more. My point, there seems to be a

Re: Lightweight Python distribute it in under 2MBs for Win32

2005-08-17 Thread Ramza Brown
fred.dixon wrote: > 30meg for wx ? > mine is under 3meg, compressed > Can I have a copy of that? Windows version? -- Ramza from Atlanta http://www.newspiritcompany.com -- http://mail.python.org/mailman/listinfo/python-list

Loading classes dynamically

2005-08-14 Thread Ramza Brown
What is the most pythonic way to load a class and instaniate an object dynamically. Right now, I am using eval: try: load = eval('%s(props)' % (props['plugin.generate'])) except: It works, doesnt seem very safe. Where props['plugin.generate'] is a class name string. And 'props' is the

Lightweight Python distribute it in under 2MBs for Win32

2005-08-11 Thread Ramza Brown
I am sorry if I think like this, but sometimes(keyword sometimes) I like distributing my interpreters. Anyway, I found the absolute minimum libraries needed for Python to work with Win32. And, I included FLTK for the GUI toolkit. Sorry, but wxPython didn't fit my <30MB requirement. You can b

Re: The python license model

2005-08-11 Thread Ramza Brown
Ramza Brown wrote: > Can you distribute a python system with only a couple of libraries that > you plan to use. For example, I generally avoid having a system with > hundreds of loose scripts(ie python library). So, I have considered > only taking the libraries I need. My questio

The python license model

2005-08-11 Thread Ramza Brown
Can you distribute a python system with only a couple of libraries that you plan to use. For example, I generally avoid having a system with hundreds of loose scripts(ie python library). So, I have considered only taking the libraries I need. My question, is python license friendly for doing

Re: Python Project (sigh with Java)

2005-08-08 Thread Ramza Brown
cs. I mainly work on windows so I use p4d(python for delphi), I > use delphi for UI and use py for some other works. p4d is magic, I > like it. And I recommend it to everyone who is familiar with both py > and delphi. > > On 8/9/05, Ramza Brown <[EMAIL PROTECTED]> wrote: >

Python Project (sigh with Java)

2005-08-08 Thread Ramza Brown
I know you may frown at my use at java, but this is a pretty simple way to create GUIs quickly, using Java's swing. I have some code for an approach for integrating the swing GUI components and python. I threw the project together in a couple of days, so it is not some massive application. A

Re: Jython Released

2005-07-19 Thread Ramza Brown
Dave Benjamin wrote: > Dave Benjamin wrote: > >> Ramza Brown wrote: >> >>> This is an update from Brian Zimmer of the Jython group, new release: >> >> >> Great news! >> >>> - new installer >> >> >> How do I use it?

Jython Released

2005-07-19 Thread Ramza Brown
This is an update from Brian Zimmer of the Jython group, new release: "There is a new release of Jython available at Sourceforge: http://sourceforge.net/project/showfiles.php?group_id=12867 This release includes many major changes since the last full release: - new-style classes - Java Coll