[Pythonmac-SIG] What's MacPython missing?
Bugbee, Larry
larry.bugbee at boeing.com
Wed Oct 15 16:08:39 EDT 2003
Apologies. My mistrake... I forgot Orange has Orange Widgets. (I've never used them, yet.)
-----Original Message-----
From: Bugbee, Larry
Sent: Wednesday, October 15, 2003 1:02 PM
To: Bob Ippolito
Cc: pythonmac-sig at python.org
Subject: RE: [Pythonmac-SIG] What's MacPython missing?
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
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG at python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
More information about the Pythonmac-SIG
mailing list