[Pythonmac-SIG] What's MacPython missing?

Bugbee, Larry larry.bugbee at boeing.com
Wed Oct 15 16:02:12 EDT 2003


The "Orange" I'm referring to is a machine learning/data mining/pattern recognition toolset.  ...not related to any GUI widgets or PyQt.  Totally different.  

For more info check out http://magix.fri.uni-lj.si/orange/  In it's space... very nice.

Larry


	> Specialized, and perhaps further down the list is Orange, a machine  
	> learning/data mining library.  http://magix.fri.uni-lj.si/orange/

	(disclaimer: never used Orange, don't really know much about it)  
	OrangeWidgets is dependent on PyQt.. I don't know if you need that for  
	it to be useful though, but PyQt definitely does not exist for Qt/Mac  
	yet.

	As far as locating site-packages programmatically goes..

	[crack:~] bob% python -c "import distutils.sysconfig;print  
	distutils.sysconfig.get_python_lib()"
	/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site- 
packages

	-bob



More information about the Pythonmac-SIG mailing list