Orange OSX app build [0] Fri Sep 4 12:37:20 CEST 2015 Cloning into 'orange'... Checking out files: 33% (1153/3456) Checking out files: 34% (1176/3456) Checking out files: 35% (1210/3456) Checking out files: 36% (1245/3456) Checking out files: 37% (1279/3456) Checking out files: 38% (1314/3456) Checking out files: 39% (1348/3456) Checking out files: 40% (1383/3456) Checking out files: 41% (1417/3456) Checking out files: 42% (1452/3456) Checking out files: 43% (1487/3456) Checking out files: 44% (1521/3456) Checking out files: 45% (1556/3456) Checking out files: 46% (1590/3456) Checking out files: 47% (1625/3456) Checking out files: 48% (1659/3456) Checking out files: 49% (1694/3456) Checking out files: 50% (1728/3456) Checking out files: 51% (1763/3456) Checking out files: 52% (1798/3456) Checking out files: 53% (1832/3456) Checking out files: 54% (1867/3456) Checking out files: 55% (1901/3456) Checking out files: 56% (1936/3456) Checking out files: 57% (1970/3456) Checking out files: 58% (2005/3456) Checking out files: 59% (2040/3456) Checking out files: 60% (2074/3456) Checking out files: 61% (2109/3456) Checking out files: 62% (2143/3456) Checking out files: 63% (2178/3456) Checking out files: 64% (2212/3456) Checking out files: 65% (2247/3456) Checking out files: 66% (2281/3456) Checking out files: 67% (2316/3456) Checking out files: 68% (2351/3456) Checking out files: 69% (2385/3456) Checking out files: 70% (2420/3456) Checking out files: 71% (2454/3456) Checking out files: 72% (2489/3456) Checking out files: 73% (2523/3456) Checking out files: 74% (2558/3456) Checking out files: 75% (2592/3456) Checking out files: 76% (2627/3456) Checking out files: 77% (2662/3456) Checking out files: 78% (2696/3456) Checking out files: 79% (2731/3456) Checking out files: 80% (2765/3456) Checking out files: 81% (2800/3456) Checking out files: 82% (2834/3456) Checking out files: 83% (2869/3456) Checking out files: 84% (2904/3456) Checking out files: 85% (2938/3456) Checking out files: 86% (2973/3456) Checking out files: 87% (3007/3456) Checking out files: 88% (3042/3456) Checking out files: 89% (3076/3456) Checking out files: 90% (3111/3456) Checking out files: 91% (3145/3456) Checking out files: 92% (3180/3456) Checking out files: 93% (3215/3456) Checking out files: 94% (3249/3456) Checking out files: 95% (3284/3456) Checking out files: 96% (3318/3456) Checking out files: 97% (3353/3456) Checking out files: 97% (3374/3456) Checking out files: 98% (3387/3456) Checking out files: 99% (3422/3456) Checking out files: 100% (3456/3456) Checking out files: 100% (3456/3456), done. Retrieving a template from http://orange.biolab.si/download/files/bundle-templates/Orange.app-template.tar.gz Building application in /tmp/orange-build.XqNVnBxN/Orange.app Building Orange =============== running build running build_py creating build creating build/lib.macosx-10.6-intel-2.7 creating build/lib.macosx-10.6-intel-2.7/Orange copying Orange/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange copying Orange/core.py -> build/lib.macosx-10.6-intel-2.7/Orange copying Orange/version.py -> build/lib.macosx-10.6-intel-2.7/Orange creating build/lib.macosx-10.6-intel-2.7/Orange/associate copying Orange/associate/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/associate creating build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/bayes.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/knn.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/logreg.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/lookup.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/majority.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/neural.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/rules.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/tree.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification copying Orange/classification/wrappers.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification creating build/lib.macosx-10.6-intel-2.7/Orange/clustering copying Orange/clustering/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/clustering copying Orange/clustering/consensus.py -> build/lib.macosx-10.6-intel-2.7/Orange/clustering copying Orange/clustering/hierarchical.py -> build/lib.macosx-10.6-intel-2.7/Orange/clustering copying Orange/clustering/kmeans.py -> build/lib.macosx-10.6-intel-2.7/Orange/clustering copying Orange/clustering/mixture.py -> build/lib.macosx-10.6-intel-2.7/Orange/clustering creating build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/continuization.py -> build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/discretization.py -> build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/filter.py -> build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/imputation.py -> build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/io.py -> build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/outliers.py -> build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/sample.py -> build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/sql.py -> build/lib.macosx-10.6-intel-2.7/Orange/data copying Orange/data/utils.py -> build/lib.macosx-10.6-intel-2.7/Orange/data creating build/lib.macosx-10.6-intel-2.7/Orange/distance copying Orange/distance/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/distance creating build/lib.macosx-10.6-intel-2.7/Orange/ensemble copying Orange/ensemble/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/ensemble copying Orange/ensemble/bagging.py -> build/lib.macosx-10.6-intel-2.7/Orange/ensemble copying Orange/ensemble/boosting.py -> build/lib.macosx-10.6-intel-2.7/Orange/ensemble copying Orange/ensemble/forest.py -> build/lib.macosx-10.6-intel-2.7/Orange/ensemble copying Orange/ensemble/stacking.py -> build/lib.macosx-10.6-intel-2.7/Orange/ensemble creating build/lib.macosx-10.6-intel-2.7/Orange/evaluation copying Orange/evaluation/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/evaluation copying Orange/evaluation/scoring.py -> build/lib.macosx-10.6-intel-2.7/Orange/evaluation copying Orange/evaluation/testing.py -> build/lib.macosx-10.6-intel-2.7/Orange/evaluation creating build/lib.macosx-10.6-intel-2.7/Orange/feature copying Orange/feature/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/feature copying Orange/feature/discretization.py -> build/lib.macosx-10.6-intel-2.7/Orange/feature copying Orange/feature/imputation.py -> build/lib.macosx-10.6-intel-2.7/Orange/feature copying Orange/feature/scoring.py -> build/lib.macosx-10.6-intel-2.7/Orange/feature copying Orange/feature/selection.py -> build/lib.macosx-10.6-intel-2.7/Orange/feature creating build/lib.macosx-10.6-intel-2.7/Orange/featureConstruction copying Orange/featureConstruction/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/featureConstruction copying Orange/featureConstruction/functionDecomposition.py -> build/lib.macosx-10.6-intel-2.7/Orange/featureConstruction copying Orange/featureConstruction/univariate.py -> build/lib.macosx-10.6-intel-2.7/Orange/featureConstruction creating build/lib.macosx-10.6-intel-2.7/Orange/fixes copying Orange/fixes/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/fixes copying Orange/fixes/fix_changed_names.py -> build/lib.macosx-10.6-intel-2.7/Orange/fixes copying Orange/fixes/fix_changed_names_aggressive.py -> build/lib.macosx-10.6-intel-2.7/Orange/fixes copying Orange/fixes/fix_orange_imports.py -> build/lib.macosx-10.6-intel-2.7/Orange/fixes copying Orange/fixes/fix_orange_imports_aggressive.py -> build/lib.macosx-10.6-intel-2.7/Orange/fixes copying Orange/fixes/fix_orange_top_import.py -> build/lib.macosx-10.6-intel-2.7/Orange/fixes creating build/lib.macosx-10.6-intel-2.7/Orange/misc copying Orange/misc/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/misc creating build/lib.macosx-10.6-intel-2.7/Orange/multilabel copying Orange/multilabel/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/multilabel copying Orange/multilabel/br.py -> build/lib.macosx-10.6-intel-2.7/Orange/multilabel copying Orange/multilabel/brknn.py -> build/lib.macosx-10.6-intel-2.7/Orange/multilabel copying Orange/multilabel/lp.py -> build/lib.macosx-10.6-intel-2.7/Orange/multilabel copying Orange/multilabel/mlknn.py -> build/lib.macosx-10.6-intel-2.7/Orange/multilabel copying Orange/multilabel/mulan.py -> build/lib.macosx-10.6-intel-2.7/Orange/multilabel copying Orange/multilabel/multibase.py -> build/lib.macosx-10.6-intel-2.7/Orange/multilabel copying Orange/multilabel/multiknn.py -> build/lib.macosx-10.6-intel-2.7/Orange/multilabel creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/config.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/main.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngCanvasItems.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngDlgs.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngDoc.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngGui.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngHelp.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngHistory.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngOutput.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngRegistry.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngSignalManager.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngTabs.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngView.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/resources.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/ColorBrewerColorSchemes.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/ColorPalette.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWBaseWidget.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWClustering.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWClusterOptimization.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWColorPalette.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWConcurrent.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWContexts.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWDatabasesUpdate.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWDlgs.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWFreeVizOptimization.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWGraphics.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWGraphTools.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWGUI.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWGUIEx.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWHist.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWItemModels.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWkNNOptimization.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWMosaicOptimization.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWQCanvasFuncts.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWReport.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWToolbars.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWTools.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWTreeViewer2D.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWVisWidget.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets copying Orange/OrangeWidgets/OWWidget.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets creating build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/addOnPack.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/addOnServer.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/buildC45.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/corn.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/downloadPyd.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/fileutil.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orange.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orange2to25.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orangene.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orangeom.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orng2Array.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngABCN2.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngABML.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngAssoc.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngBayes.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngC45.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngCA.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngCI.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngClustering.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngCN2.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngConfiguration.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngContingency.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngCRS.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngDataCaching.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngDebugging.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngDimRed.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngDimReduction.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngDisc.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngEnsemble.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngEnviron.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngEval.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngEvalAttr.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngFSS.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngImpute.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngInteract.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngInteractions.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngIO.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngLinProj.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngLinVis.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngLookup.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngLR.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngLR_Jakulin.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngMCPrediction.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngMDS.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngMisc.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngMosaic.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngMultiClass.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngMultivariatePrediction.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngMySQL.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngOutlier.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngPade.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngPCA.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngProjectionPursuit.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngRegression.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngReliability.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngScaleData.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngScaleLinProjData.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngScalePolyvizData.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngScaleScatterPlotData.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngServerFiles.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngSOM.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngSQL.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngStat.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngSVM.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngSVM_Jakulin.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngTest.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngTree.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngVisFuncts.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngVizRank.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orngWrap.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/statc.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/updateOrange.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/widgetParser.py -> build/lib.macosx-10.6-intel-2.7/Orange/orng creating build/lib.macosx-10.6-intel-2.7/Orange/projection copying Orange/projection/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/projection copying Orange/projection/correspondence.py -> build/lib.macosx-10.6-intel-2.7/Orange/projection copying Orange/projection/linear.py -> build/lib.macosx-10.6-intel-2.7/Orange/projection copying Orange/projection/mds.py -> build/lib.macosx-10.6-intel-2.7/Orange/projection copying Orange/projection/som.py -> build/lib.macosx-10.6-intel-2.7/Orange/projection creating build/lib.macosx-10.6-intel-2.7/Orange/regression copying Orange/regression/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/regression copying Orange/regression/base.py -> build/lib.macosx-10.6-intel-2.7/Orange/regression copying Orange/regression/lasso.py -> build/lib.macosx-10.6-intel-2.7/Orange/regression copying Orange/regression/linear.py -> build/lib.macosx-10.6-intel-2.7/Orange/regression copying Orange/regression/mean.py -> build/lib.macosx-10.6-intel-2.7/Orange/regression copying Orange/regression/pls.py -> build/lib.macosx-10.6-intel-2.7/Orange/regression copying Orange/regression/tree.py -> build/lib.macosx-10.6-intel-2.7/Orange/regression creating build/lib.macosx-10.6-intel-2.7/Orange/statistics copying Orange/statistics/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/statistics copying Orange/statistics/basic.py -> build/lib.macosx-10.6-intel-2.7/Orange/statistics copying Orange/statistics/contingency.py -> build/lib.macosx-10.6-intel-2.7/Orange/statistics copying Orange/statistics/distribution.py -> build/lib.macosx-10.6-intel-2.7/Orange/statistics copying Orange/statistics/estimate.py -> build/lib.macosx-10.6-intel-2.7/Orange/statistics copying Orange/statistics/evd.py -> build/lib.macosx-10.6-intel-2.7/Orange/statistics creating build/lib.macosx-10.6-intel-2.7/Orange/testing copying Orange/testing/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing copying Orange/testing/testing.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing creating build/lib.macosx-10.6-intel-2.7/Orange/tuning copying Orange/tuning/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/tuning creating build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/addons.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/caching.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/collections.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/counters.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/debugging.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/environ.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/fileutil.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/r.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/render.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/selection.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/serverfiles.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils copying Orange/utils/widgetparser.py -> build/lib.macosx-10.6-intel-2.7/Orange/utils creating build/lib.macosx-10.6-intel-2.7/Orange/wrappers copying Orange/wrappers/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/wrappers creating build/lib.macosx-10.6-intel-2.7/Orange/classification/svm copying Orange/classification/svm/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification/svm copying Orange/classification/svm/kernels.py -> build/lib.macosx-10.6-intel-2.7/Orange/classification/svm creating build/lib.macosx-10.6-intel-2.7/Orange/data/preprocess copying Orange/data/preprocess/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/data/preprocess copying Orange/data/preprocess/scaling.py -> build/lib.macosx-10.6-intel-2.7/Orange/data/preprocess creating build/lib.macosx-10.6-intel-2.7/Orange/feature/construction copying Orange/feature/construction/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/feature/construction copying Orange/feature/construction/functionDecomposition.py -> build/lib.macosx-10.6-intel-2.7/Orange/feature/construction copying Orange/feature/construction/univariate.py -> build/lib.macosx-10.6-intel-2.7/Orange/feature/construction creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/aboutdialog.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/addons.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/application.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/canvasmain.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/canvastooldock.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/outputview.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/schemeinfo.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/settings.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/welcomedialog.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application copying Orange/OrangeCanvas/application/widgettoolbox.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas copying Orange/OrangeCanvas/canvas/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas copying Orange/OrangeCanvas/canvas/layout.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas copying Orange/OrangeCanvas/canvas/scene.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas copying Orange/OrangeCanvas/canvas/view.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document copying Orange/OrangeCanvas/document/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document copying Orange/OrangeCanvas/document/commands.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document copying Orange/OrangeCanvas/document/editlinksdialog.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document copying Orange/OrangeCanvas/document/interactions.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document copying Orange/OrangeCanvas/document/quickmenu.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document copying Orange/OrangeCanvas/document/schemeedit.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/dock.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/dropshadow.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/framelesswindow.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/lineedit.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/quickhelp.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/splashscreen.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/stackedwidget.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/test.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/toolbar.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/toolbox.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/toolgrid.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/tooltree.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui copying Orange/OrangeCanvas/gui/utils.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/help copying Orange/OrangeCanvas/help/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/help copying Orange/OrangeCanvas/help/intersphinx.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/help copying Orange/OrangeCanvas/help/manager.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/help copying Orange/OrangeCanvas/help/provider.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/help creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview copying Orange/OrangeCanvas/preview/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview copying Orange/OrangeCanvas/preview/previewbrowser.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview copying Orange/OrangeCanvas/preview/previewdialog.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview copying Orange/OrangeCanvas/preview/previewmodel.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview copying Orange/OrangeCanvas/preview/scanner.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry copying Orange/OrangeCanvas/registry/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry copying Orange/OrangeCanvas/registry/base.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry copying Orange/OrangeCanvas/registry/cache.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry copying Orange/OrangeCanvas/registry/description.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry copying Orange/OrangeCanvas/registry/discovery.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry copying Orange/OrangeCanvas/registry/qt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme copying Orange/OrangeCanvas/scheme/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme copying Orange/OrangeCanvas/scheme/annotations.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme copying Orange/OrangeCanvas/scheme/errors.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme copying Orange/OrangeCanvas/scheme/link.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme copying Orange/OrangeCanvas/scheme/node.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme copying Orange/OrangeCanvas/scheme/readwrite.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme copying Orange/OrangeCanvas/scheme/scheme.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme copying Orange/OrangeCanvas/scheme/signalmanager.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme copying Orange/OrangeCanvas/scheme/widgetsscheme.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles copying Orange/OrangeCanvas/styles/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils copying Orange/OrangeCanvas/utils/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils copying Orange/OrangeCanvas/utils/propertybindings.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils copying Orange/OrangeCanvas/utils/qtcompat.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils copying Orange/OrangeCanvas/utils/redirect.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils copying Orange/OrangeCanvas/utils/settings.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests copying Orange/OrangeCanvas/application/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests copying Orange/OrangeCanvas/application/tests/test_canvastooldock.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests copying Orange/OrangeCanvas/application/tests/test_outputview.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests copying Orange/OrangeCanvas/application/tests/test_schemeinfo.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests copying Orange/OrangeCanvas/application/tests/test_settings.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests copying Orange/OrangeCanvas/application/tests/test_welcomedialog.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests copying Orange/OrangeCanvas/application/tests/test_widgettoolbox.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials copying Orange/OrangeCanvas/application/tutorials/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items copying Orange/OrangeCanvas/canvas/items/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items copying Orange/OrangeCanvas/canvas/items/annotationitem.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items copying Orange/OrangeCanvas/canvas/items/controlpoints.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items copying Orange/OrangeCanvas/canvas/items/graphicspathobject.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items copying Orange/OrangeCanvas/canvas/items/linkitem.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items copying Orange/OrangeCanvas/canvas/items/nodeitem.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items copying Orange/OrangeCanvas/canvas/items/utils.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/tests copying Orange/OrangeCanvas/canvas/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/tests copying Orange/OrangeCanvas/canvas/tests/test_layout.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/tests copying Orange/OrangeCanvas/canvas/tests/test_scene.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/tests creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests copying Orange/OrangeCanvas/canvas/items/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests copying Orange/OrangeCanvas/canvas/items/tests/test_annotationitem.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests copying Orange/OrangeCanvas/canvas/items/tests/test_controlpoints.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests copying Orange/OrangeCanvas/canvas/items/tests/test_graphicspathobject.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests copying Orange/OrangeCanvas/canvas/items/tests/test_linkitem.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests copying Orange/OrangeCanvas/canvas/items/tests/test_nodeitem.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/tests copying Orange/OrangeCanvas/document/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/tests copying Orange/OrangeCanvas/document/tests/test_editlinksdialog.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/tests copying Orange/OrangeCanvas/document/tests/test_quickmenu.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/tests copying Orange/OrangeCanvas/document/tests/test_schemeedit.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/tests creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_dock.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_dropshadow.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_framelesswindow.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_lineedit.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_splashscreen.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_stackedwidget.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_toolbar.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_toolbox.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_toolgrid.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests copying Orange/OrangeCanvas/gui/tests/test_tooltree.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/tests copying Orange/OrangeCanvas/preview/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/tests copying Orange/OrangeCanvas/preview/tests/test_previewbrowser.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/tests copying Orange/OrangeCanvas/preview/tests/test_previewdialog.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/tests creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/tests copying Orange/OrangeCanvas/registry/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/tests copying Orange/OrangeCanvas/registry/tests/test_base.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/tests copying Orange/OrangeCanvas/registry/tests/test_discovery.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/tests creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests copying Orange/OrangeCanvas/scheme/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests copying Orange/OrangeCanvas/scheme/tests/test_annotations.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests copying Orange/OrangeCanvas/scheme/tests/test_links.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests copying Orange/OrangeCanvas/scheme/tests/test_nodes.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests copying Orange/OrangeCanvas/scheme/tests/test_readwrite.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests copying Orange/OrangeCanvas/scheme/tests/test_scheme.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/tests copying Orange/OrangeCanvas/utils/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/tests copying Orange/OrangeCanvas/utils/tests/test_propertybindings.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/tests copying Orange/OrangeCanvas/utils/tests/test_settings.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/tests creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate copying Orange/OrangeWidgets/Associate/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate copying Orange/OrangeWidgets/Associate/OWAssociationRules.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate copying Orange/OrangeWidgets/Associate/OWAssociationRulesTreeViewer.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate copying Orange/OrangeWidgets/Associate/OWAssociationRulesViewer.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate copying Orange/OrangeWidgets/Associate/OWItemsets.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate copying Orange/OrangeWidgets/Associate/OWItemsetsExplorer.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWC45Tree.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWClassificationTree.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWClassificationTreeGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWClassificationTreeViewer.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWCN2.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWCN2RulesViewer.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWEnsemble.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWITree.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWKNN.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWLoadClassifier.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWLogisticRegression.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWMajority.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWNaiveBayes.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWNeuralNetwork.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWNomogram.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWNomogramGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWRandomForest.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWSaveClassifier.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify copying Orange/OrangeWidgets/Classify/OWSVM.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWConcatenate.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWContinuize.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWDataDomain.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWDataInfo.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWDataSampler.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWDataTable.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWDiscretize.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWEditDomain.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWFeatureConstructor.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWFile.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWImageViewer.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWImpute.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWMergeData.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWMultiMergeData.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWOutliers.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWPaintData.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWPreprocess.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWPurgeDomain.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWPythonScript.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWQuickSelect.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWRank.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWSave.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data copying Orange/OrangeWidgets/Data/OWSelectData.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate copying Orange/OrangeWidgets/Evaluate/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate copying Orange/OrangeWidgets/Evaluate/OWCalibrationPlot.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate copying Orange/OrangeWidgets/Evaluate/OWConfusionMatrix.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate copying Orange/OrangeWidgets/Evaluate/OWLiftCurve.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate copying Orange/OrangeWidgets/Evaluate/OWPredictions.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate copying Orange/OrangeWidgets/Evaluate/OWROC.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate copying Orange/OrangeWidgets/Evaluate/OWTestLearners.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owaxis.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owconstants.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owcurve.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owlegend.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owopenglrenderer.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owpalette.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owplot.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owplot3d.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owplotgui.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owpoint.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owtheme.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/owtools.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWAddRowIds.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWAttributeDistance.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWBR.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWBRkNN.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWCalibratedClassifier.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWCompare.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWCorrelations.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWCSVFileImport.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWDataSort.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWExampleDistance.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWGaussianMixtures.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWGroupBy.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWLogTransform.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWLP.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWMissingValues.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWMLkNN.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWPerformanceCurves.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWPickle.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWPivot.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWRandomForestOld.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWRScript.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWShuffle.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWSpectrum.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWSQL.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWSQLSelect.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWSymMatrixCombine.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWTimeDataVisualizer.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWTimeDataVisualizerGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWTimeline.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWTranslateDomain.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWTranspose.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes copying Orange/OrangeWidgets/Prototypes/OWUnpickle.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/OWKNNRegression.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/OWLinearRegression.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/OWMean.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/OWPade.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/OWPLS.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/OWRandomForestRegression.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/OWRegressionTree.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/OWRegressionTreeViewer2D.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression copying Orange/OrangeWidgets/Regression/OWSVMRegression.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWDistanceFile.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWDistanceFilter.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWDistanceMap.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWDistances.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWHierarchicalClustering.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWInteractionGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWKMeans.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWMDS.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWPCA.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWSaveDistanceFile.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWSOM.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWSOMVisualizer.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised copying Orange/OrangeWidgets/Unsupervised/OWSymMatrixTransform.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Utilities copying Orange/OrangeWidgets/Utilities/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Utilities copying Orange/OrangeWidgets/Utilities/OWDatabasesPack.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Utilities creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWAttributeStatistics.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWCorrespondenceAnalysis.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWDistributions.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWLinProj.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWLinProjGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWMosaicDisplay.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWMultiCorrespondenceAnalysis.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWParallelCoordinates.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWParallelGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWPolyviz.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWPolyvizGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWRadviz.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWScatterPlot.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWScatterPlotGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWSieveDiagram.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWSieveMultigram.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWSieveMultigramGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWSurveyPlot.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWSurveyPlotGraph.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize copying Orange/OrangeWidgets/Visualize/OWVennDiagram.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWDiscretizeQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWDistributionsQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWLinProj3D.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWLinProj3DPlot.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWLinProjGraphQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWLinProjQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWMDSQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWNxCanvas3D.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWNxExplorer3D.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWParallelCoordinatesQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWParallelGraphQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWPolyvizGraphQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWPolyvizQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWRadvizQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWScatterPlot3D.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWScatterPlotGraphQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWScatterPlotQt.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/OWSphereviz3D.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/owprimitives3d.py -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression copying Orange/testing/regression/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression copying Orange/testing/regression/xtest.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression copying Orange/testing/regression/xtest_one.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression creating build/lib.macosx-10.6-intel-2.7/Orange/testing/unit copying Orange/testing/unit/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit copying Orange/testing/unit/test-examples.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit copying Orange/testing/unit/test_all.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests copying Orange/testing/regression/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests copying Orange/testing/regression/tests/associate-sparse-tab.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests copying Orange/testing/regression/tests/test_auc.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests copying Orange/testing/regression/tests/test_ca.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_abcn2-rules.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_bayes.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_classification-rules2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_classification_rules1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_correspondance.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_discretization.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_ensemble.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_ensemble2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_ensemble3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_ensemble4.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_evaluate-attributes.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_feature-construction.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_fss1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_fss2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_fss3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_fss4.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_fss5.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_fss6.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_fss7.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_hclust-colored-dendrogram.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_hclust-dendrogram.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_hclust-iris.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_hclust-test1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_hclust-test2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_imputation.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_interactions.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_kmeans-cmp-init.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_kmeans-run-callback.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_kmeans-run.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_kmeans-silhouette.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_kmeans-trace.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_logreg1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_logreg2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_logreg3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_mds1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_mds2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_misc_bestOnTheFly.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_orngTree1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_orngTree2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_outlier1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_outlier2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_pade.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_PCA1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_PCA2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_PCA3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_PCA4.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_PCA5.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_regression.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_server_files1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_server_files2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_server_files_update.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_som1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_sql-new-embed.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_sql-new1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_sql-new2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_sql-new4.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_sql-new5.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_sql1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_sql2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_sql3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_sql4.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_statExamples-graph_ranks.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_statExamples-regression.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_statExamples.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_svm-custom-kernel.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_svm-test.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_test.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_thresholding1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_thresholding2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_tree1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_tree2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_tree3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_tree4.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_tree8.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_tuning1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/modules_tuningm.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_assoc-agrawal.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_assoc-agrawal2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_assoc-rule.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_assoc-rule2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_assoc.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_basicattrstat.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_basket.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_c45.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_cb-classifier.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_cb-descender.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_cb-filter.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_cb-learner.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_cb-measureattribute.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_cb-mydomain.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_cb-splitconstructor.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_cb-stopcriteria.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_ClassifierByExampleTable.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_ClassifierByLookupTable.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_classifierFromVar.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_contingency1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_contingency2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_contingency3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_contingency4.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_contingency5.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_contingency6.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_contingency7.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_contingency8.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_CostMatrix.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_discretization.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_distributions.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_domain1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_domain2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_domainDepot.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_example.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_example2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_example3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_example_merge.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_examplesdistance-missing.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_examplesdistance.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_exampletable1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_exampletable2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_exampletable3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_exampletable4.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_exampletable5.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_exampletable_merge.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_filter.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_filterm.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_filters.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_filterv.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_findnearest.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_hclust.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_hclust_art.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_imputation.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_knnlearner.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_linear-learner.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_majority.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_matrix.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_MeasureAttribute1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_MeasureAttribute1a.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_MeasureAttribute1b.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_MeasureAttribute2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_MeasureAttribute3.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_MeasureAttribute4.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_output.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pp-attributes.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pp-censoring.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pp-discretization.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pp-duplicates.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pp-missing.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pp-noise.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pp-select.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pp-weights.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pythonvariable1.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pythonvariable2a.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pythonvariable2b.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pythonvariable2c.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_pythonvariable2d.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_random_classifier.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_randomindices2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_randomindicescv.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_randomindicesn.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_subsetsgenerators.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_symmatrix.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_tab-basket.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_transformvalue-d2c.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_transformvalue-domain.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_transformvalue-miv.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_transformvalue-nc.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_transformvalue-o2c.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_treelearner.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_treestructure.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_undefineds.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_unusedValues.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_values.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_variable.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_variable2.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_variableReuse-load.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reference_variableReuse.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 creating build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/__init__.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_association.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_bayes.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_c45.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_data_utils.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_demo.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_discretization.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_display_name_mapping.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_distance.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_ensemble.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_evaluation_scoring.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_evaluation_testing.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_feature_selection.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_hclustering.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_instance.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_io.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_kmeans.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_knn.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_lasso.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_linear.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_linregression.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_logreg.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_majority.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_mds.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_measures.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_name.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_neural.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_pick_class.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_pls.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_preprocessors.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_projection_linear.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_random.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_refactoring.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_regression.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_rules.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_selection.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_som.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_stepwise_wrapper.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_svm.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_table.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_tree.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_utils.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_value.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests copying Orange/testing/unit/tests/test_variable.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests running egg_info creating Orange.egg-info writing requirements to Orange.egg-info/requires.txt writing Orange.egg-info/PKG-INFO writing top-level names to Orange.egg-info/top_level.txt writing dependency_links to Orange.egg-info/dependency_links.txt writing entry points to Orange.egg-info/entry_points.txt writing manifest file 'Orange.egg-info/SOURCES.txt' reading manifest file 'Orange.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'source/orangeqt/build' no previously-included directories found matching 'source/orange/px' no previously-included directories found matching 'source/orange/ppp' no previously-included directories found matching 'source/orangeom/px' no previously-included directories found matching 'source/orangene/ppp' no previously-included directories found matching 'source/orangene/px' no previously-included directories found matching 'source/orangene/ppp' warning: no previously-included files found matching 'source/orangeom/lib_vectors.cpp' warning: no previously-included files found matching 'source/orangene/lib_vectors.cpp' no previously-included directories found matching 'docs/build' writing manifest file 'Orange.egg-info/SOURCES.txt' creating build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/DATA_INFO.py -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/adult.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/adult.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/adult.zip -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/adult_sample.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/anneal.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/anneal.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/audiology.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/audiology.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/auto-mpg.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/auto-mpg.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/balance-scale.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/balance-scale.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/breast-cancer-wisconsin-cont.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/breast-cancer-wisconsin-cont.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/breast-cancer-wisconsin-disc.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/breast-cancer-wisconsin.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/breast-cancer-wisconsin.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/breast-cancer.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/breast-cancer.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/bridges.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/bridges.mt1.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/bridges.mt2.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/bridges.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/brown-selected.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/bupa.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/bupa.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/car.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/chemogenomics.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/crx.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/crx.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/echocardiogram.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/echocardiogram.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/emotions.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/flag.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/flag.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/flare1.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/flare1.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/flare2.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/flare2.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/glass.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/glass.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/hair-eye-sex.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/hair-eye-sex.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/hayes-roth_learn.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/hayes-roth_learn.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/hayes-roth_test.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/hayes-roth_test.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/heart_disease.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/horse-colic.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/horse-colic.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/horse-colic_learn.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/horse-colic_learn.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/horse-colic_test.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/horse-colic_test.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/housing.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/housing.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/imports-85.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/inquisition.basket -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/ionosphere.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/ionosphere.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/iris.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/iris.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/lenses.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/lenses.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/lung-cancer.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/lung-cancer.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/lymphography.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/lymphography.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/market-basket.basket -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/market-basket.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-1.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-1.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-1_learn.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-1_learn.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-1_test.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-1_test.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-2.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-2.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-2_learn.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-2_learn.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-2_test.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-2_test.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-3.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-3.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-3_learn.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-3_learn.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-3_test.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks-3_test.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/monks.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/multitarget-synthetic.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/o-ring-erosion.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/post-operative.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/post-operative.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/primary-tumor.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/primary-tumor.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/promoters.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/prostate.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/servo.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/servo.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/shuttle-landing-control.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/shuttle-landing-control.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/smokers_ct.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/sponge.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/sponge.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/test-pls.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/tic-tac-toe.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/tic_tac_toe.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/titanic.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/vehicle.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/voting.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/voting.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/water-treatment.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/water-treatment.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/wdbc.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/wine.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/wine.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/wpbc.csv -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/yeast-class-RPR.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/yeast-interactions.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/zoo.htm -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/datasets/zoo.tab -> build/lib.macosx-10.6-intel-2.7/Orange/datasets copying Orange/testing/regression/tests_20/combination.net -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/demo.net -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/merge1.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/merge2.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/monk1.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/pythonvariable.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reuse-load-1.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/reuse-load-2.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/tab-basket.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/undefineds.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/unusedValues.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/inquisition.basket -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/inquisition2.basket -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/measure-c.csv -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/testing/regression/tests_20/measure.csv -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 copying Orange/OrangeCanvas/WidgetTabs.txt -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas copying Orange/OrangeCanvas/orngCanvas.pyw -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Arrow.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Back.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/CanvasIcon.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Document Info.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Documentation.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Dropdown.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Get Started.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Grid.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Info.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Maximize Toolbar.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Minimize Toolbar.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/New.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Open.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/OrangeOWS.ico -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Pause.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Recent.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Search.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Text Size.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/Tutorials.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/application.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/arrow-right.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/categories.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/default-category.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/default-widget.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/delete.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/delete_gray.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/doc.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/error.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/exit.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/folders.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/folders2.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/frame.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/frame2.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/information.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/leftEdge.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/leftEdgeG.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/leftEdgeR.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/moveleft.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/moveright.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/open.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/options.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/orange-canvas.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/orange-splash-screen.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/orange.ico -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/output.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/print.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/rightEdge.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/rightEdgeG.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/rightEdgeR.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/save.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/splash.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/text.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/triangle-blue.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/triangle-orange.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/triangle-red.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/update.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/update1.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons copying Orange/OrangeCanvas/icons/warning.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/2DInteractions.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/2DMisclassified.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/ApproximateProfiles.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/AttributeDistance.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Categorize.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Classifications.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/CorrespondenceAnalysis.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Default.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Default2.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/DistanceFilter.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_HideSelection.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_Mark2Sel.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_Sel2Mark.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_SelectedNodes.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_SelisMark.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_ShowSelection.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_UnselectedNodes.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_arrow.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_browseCircle.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_browseRectangle.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_clear.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_down1.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_down2.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_down3.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_enter.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_left.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_pan_hand.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_poly.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_rect.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_right.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_select_add.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_select_remove.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_select_toggle.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_send.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_sort.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_undo.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_up1.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_up2.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_up3.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_zoom.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_zoom2.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Dlg_zoom_selection.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/ExampleDistance.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/ExtendedFile.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/FeatureConstructor.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/GenomeMap.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Learner.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/LetterNgram.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/NaiveBayesSave.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Network_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Network_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Network_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Network_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Network_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/NeuralNetwork.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/OrangeLogo.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/OrangeWidgets.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/OrangeWidgetsIcon.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/OrangeWidgetsLogo.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Outcome.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Pade.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/RegressionTree.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/RegressionTreeGraph.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Simon.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/Unknown.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/arrow_down.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/arrow_up.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/background_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/background_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/background_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/background_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/background_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/brush.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/brush_64px.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/ca.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/dlg_zoom_extent.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/downgreenarrow.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/frame-iron.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/frame-spring.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/frame.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/jitter.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/jitter_64px.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/lasso-transparent_42px.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/leftEdge.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/magnet.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/magnet_64px.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/put.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/put_64px.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/rightEdge.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/select-transparent_42px.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/triangle-blue.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/triangle-orange.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/triangle-red.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/upgreenarrow.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons copying Orange/OrangeWidgets/icons/widgetEdge.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Blue_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Blue_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Blue_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Blue_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Blue_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Brown_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Brown_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Brown_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Brown_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Brown_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Green48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Green_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Green_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Green_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Green_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Grey_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Grey_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Grey_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Grey_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds copying Orange/OrangeWidgets/icons/backgrounds/Grey_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/report copying Orange/OrangeWidgets/report/index.html -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/report copying Orange/orng/ensemble.c -> build/lib.macosx-10.6-intel-2.7/Orange/orng copying Orange/orng/orangerc.cfg -> build/lib.macosx-10.6-intel-2.7/Orange/orng creating build/lib.macosx-10.6-intel-2.7/Orange/testing/doctest copying Orange/testing/doctest/dtest.py -> build/lib.macosx-10.6-intel-2.7/Orange/testing/doctest copying Orange/OrangeCanvas/styles/orange.qss -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange copying Orange/OrangeCanvas/styles/orange/Arrow.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange copying Orange/OrangeCanvas/styles/orange/Document Info.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange copying Orange/OrangeCanvas/styles/orange/Dropdown.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange copying Orange/OrangeCanvas/styles/orange/Grid.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange copying Orange/OrangeCanvas/styles/orange/Info.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange copying Orange/OrangeCanvas/styles/orange/Pause.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange copying Orange/OrangeCanvas/styles/orange/Search.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange copying Orange/OrangeCanvas/styles/orange/Text Size.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange copying Orange/OrangeCanvas/application/tutorials/005-func-genom-workshop.ows -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials copying Orange/OrangeCanvas/application/tutorials/250-tree-scatterplot.ows -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials copying Orange/OrangeCanvas/application/tutorials/310-clustering.ows -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials copying Orange/OrangeCanvas/application/tutorials/450-cross-validation.ows -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRules.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesExplorer.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesFilter.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRules_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRules_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRules_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRules_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/AssociationRules_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/Category-Associate.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/Itemsets.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/Itemsets_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/Itemsets_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/Itemsets_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/Itemsets_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons copying Orange/OrangeWidgets/Associate/icons/Itemsets_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/BasicSVM_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/BasicSVM_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/BasicSVM_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/BasicSVM_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/BasicSVM_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/C4.5.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/C45_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/C45_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/C45_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/C45_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/C45_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2RulesViewer.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/CN2_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Category-Classify.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTree.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTree_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTree_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTree_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTree_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ClassificationTree_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Ensemble.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ITree_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ITree_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ITree_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ITree_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/ITree_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/InteractiveTreeBuilder.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/LoadClassifier.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/LogisticRegression.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/LogisticRegression_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/LogisticRegression_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/LogisticRegression_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/LogisticRegression_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/LogisticRegression_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Majority.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Majority_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Majority_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Majority_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Majority_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Majority_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/NaiveBayes.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/NaiveBayes_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/NaiveBayes_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/NaiveBayes_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/NaiveBayes_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/NaiveBayes_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/NeuralNetwork.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Nomogram.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Nomogram_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Nomogram_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Nomogram_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Nomogram_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Nomogram_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/RandomForest.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/RandomForest_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/RandomForest_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/RandomForest_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/RandomForest_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/RandomForest_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/SVM.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/SaveClassifier.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/Stacking.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/kNearestNeighbours.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons copying Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Category-Data.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Concatenate.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Concatenate_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Concatenate_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Concatenate_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Concatenate_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Concatenate_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Continuize.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Continuize_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Continuize_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Continuize_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Continuize_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Continuize_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataInfo.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataInfo_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataInfo_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataInfo_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataInfo_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataInfo_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataSampler.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataSampler_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataSampler_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataSampler_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataSampler_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataSampler_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataTable.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataTable_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataTable_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataTable_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataTable_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/DataTable_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Discretize.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Discretize_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Discretize_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Discretize_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Discretize_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Discretize_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/EditDomain.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/FeatureConstructor.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/FeatureConstructor_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/FeatureConstructor_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/FeatureConstructor_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/FeatureConstructor_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/FeatureConstructor_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/File.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/File_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/File_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/File_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/File_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/File_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/ImageViewer.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/ImageViewer_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/ImageViewer_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/ImageViewer_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/ImageViewer_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/ImageViewer_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Impute.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Impute_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Impute_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Impute_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Impute_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Impute_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/LoadObject.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/MergeData.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/MergeData_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/MergeData_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/MergeData_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/MergeData_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/MergeData_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Outliers.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Outliers_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Outliers_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Outliers_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Outliers_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Outliers_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PaintData.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PaintData_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PaintData_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PaintData_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PaintData_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PaintData_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Preprocess.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Preprocess_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Preprocess_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Preprocess_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Preprocess_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Preprocess_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PurgeDomain.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PurgeDomain_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PurgeDomain_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PurgeDomain_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PurgeDomain_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PurgeDomain_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PythonScript.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PythonScript_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PythonScript_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PythonScript_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PythonScript_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/PythonScript_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/QuickSelect.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Rank.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Rank_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Rank_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Rank_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Rank_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Rank_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Save.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SaveObject.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Save_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Save_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Save_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Save_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/Save_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectAttributes.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectAttributes_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectAttributes_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectAttributes_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectAttributes_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectAttributes_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectData.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectData_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectData_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectData_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectData_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons copying Orange/OrangeWidgets/Data/icons/SelectData_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/Category-Evaluate.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/LiftCurve.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/LiftCurve_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/LiftCurve_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/LiftCurve_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/LiftCurve_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/LiftCurve_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/Predictions.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/Predictions_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/Predictions_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/Predictions_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/Predictions_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/Predictions_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/TestLearners1.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/TestLearners2.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/TestLearners_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/TestLearners_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/TestLearners_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/TestLearners_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/Evaluate/icons/TestLearners_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons copying Orange/OrangeWidgets/plot/generator.gs -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/generator.vs -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot copying Orange/OrangeWidgets/plot/symbol.vs -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/Category-Prototypes.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/Distance.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/Itemsets.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/ItemsetsExplorer.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons copying Orange/OrangeWidgets/Prototypes/icons/SQLSelect.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/Category-Regression.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/EarthMars.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/LinearRegression.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/Mean.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/PLSRegression.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/Pade.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/Pade.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/RandomForestRegression.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/RegressionTree.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/RegressionTree.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/RegressionTreeGraph.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/RegressionTreeGraph.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/SVMRegression.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons copying Orange/OrangeWidgets/Regression/icons/kNearestNeighbours.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/Category-Unsupervised.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/Distance.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/DistanceMatrix.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/KMeans_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/KMeans_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/KMeans_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/KMeans_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/KMeans_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/LoadDistances.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MDS.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MDS_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MDS_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MDS_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MDS_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MDS_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/Network_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/Network_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/Network_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/Network_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/Network_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/PCA.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SNAP_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SNAP_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SNAP_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SNAP_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SNAP_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOM.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOM_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOM_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOM_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOM_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SOM_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/SaveDistances.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/kMeansClustering.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons copying Orange/OrangeWidgets/Unsupervised/icons/snap_logo.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Utilities/icons copying Orange/OrangeWidgets/Utilities/icons/DatabasesPkg.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Utilities/icons creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/AttributeStatistics.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Category-Visualize.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/CorrespondenceAnalysis.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Distribution.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Distribution_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Distribution_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Distribution_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Distribution_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Distribution_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/LinearProjection.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/LinearProjection_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/LinearProjection_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/LinearProjection_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/LinearProjection_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/LinearProjection_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/MosaicDisplay.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Polyviz.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Polyviz_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Polyviz_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Polyviz_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Polyviz_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Polyviz_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Radviz.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Radviz_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Radviz_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Radviz_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Radviz_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/Radviz_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ScatterPlot.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ScatterPlot_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ScatterPlot_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ScatterPlot_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ScatterPlot_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/ScatterPlot_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveDiagram.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveDiagram_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveDiagram_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveDiagram_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveDiagram_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveDiagram_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveMultigram.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveMultigram_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveMultigram_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveMultigram_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveMultigram_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SieveMultigram_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SurveyPlot.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SurveyPlot_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SurveyPlot_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SurveyPlot_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SurveyPlot_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/SurveyPlot_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/TimeData_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/TimeData_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/TimeData_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/TimeData_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/TimeData_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/Visualize/icons/VennDiagram.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons copying Orange/OrangeWidgets/VisualizeQt/cone.vs -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/edge.vs -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/grid.vs -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/node.vs -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/sphere.vs -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt copying Orange/OrangeWidgets/VisualizeQt/value-lines.vs -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt creating build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/AttributeStatistics.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Category-Visualize.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/CorrespondenceAnalysis.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Discretize.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Discretize_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Discretize_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Discretize_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Discretize_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Discretize_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Distribution.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Distribution_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Distribution_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Distribution_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Distribution_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Distribution_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/MDS.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/MDS_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/MDS_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/MDS_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/MDS_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/MDS_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/MosaicDisplay.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Network_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Network_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Network_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Network_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Network_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Polyviz.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Radviz.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Radviz_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Radviz_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Radviz_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Radviz_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/Radviz_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_16.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_32.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_40.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_48.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_60.png -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/SieveDiagram.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/SieveMultigram.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/VisualizeQt/icons/SurveyPlot.svg -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons copying Orange/OrangeWidgets/plot/primitives/circle.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/circle_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/cone_hq.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/cross.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/cross_2d.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/cross_2d_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/cross_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/cube.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/cube_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/diamond.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/diamond_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/dpyramid.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/dpyramid_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/dtriangle.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/dtriangle_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/lpyramid.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/lpyramid_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/ltriangle.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/ltriangle_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/lwedge.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/lwedge_2d.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/lwedge_2d_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/lwedge_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/octahedron.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/octahedron_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/pyramid.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/pyramid_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/rect.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/rect_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/sphere.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/sphere_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/sphere_hq.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/triangle.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/triangle_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/wedge.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/wedge_2d.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/wedge_2d_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/wedge_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/xcross.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/xcross_2d.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/xcross_2d_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/OrangeWidgets/plot/primitives/xcross_edges.obj -> build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives copying Orange/testing/regression/updateStart.bat -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi/modules copying Orange/testing/regression/results_obi/modules/geneMatch1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi/modules copying Orange/testing/regression/results_obi/modules/obiGO-enrichment.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi/modules copying Orange/testing/regression/results_obi/modules/obiGO-gene-annotations.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi/modules copying Orange/testing/regression/results_obi/modules/obiGO-slim-mapping.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi/modules creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/CostMatrix.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/associate-frequent-itemsets.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/associate-inquisition.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/associate-lenses-classification.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/associate-lenses-itemsets.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/associate-lenses.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/associate-market.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/associate-traceback.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/association-lenses-classification.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/attributes.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/bayes-mestimate.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/bayes-plot-iris.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/bayes-run.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/bayes-thresholdAdjustment.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/classifier-from-var-example.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/correspondence1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/data.io-read.weka.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/data.io-write.weka.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/datatable1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/datatable2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/datatable_merge.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/discretization-entropy.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/discretization-feature.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/discretization-table-method.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/discretization-table.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/discretization.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/distance-simple.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/distances-test.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/distributions-basic-stat.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/ensemble-forest-measure.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/ensemble-forest.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/ensemble-forest2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/ensemble-stacking.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/ensemble.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/filter.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/filterm.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/filters.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/filterv.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/freeviz-classify.py.linux2.2.6.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/freeviz-classify.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/freeviz-pca.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/freeviz-projector.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/generate_multitarget.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/hierarchical-draw.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/hierarchical-example-2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/hierarchical-example-3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/hierarchical-example.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/imputation-complex.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/imputation-data.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/imputation-logreg.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/imputation-minimal-imputer.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/imputation-values.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/instance-construct.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/instance-metavar.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/instance_merge.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/kmeans-cmp-init.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/kmeans-run-callback.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/kmeans-run.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/kmeans-silhouette.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/kmeans-trace.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/knnExample0.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/knnExample1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/knnExample2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/knnInstanceDistance.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/knnlearner.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/lasso-example.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/linear-example.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/logreg-run.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/logreg-singularities.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/logreg-stepwise.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/lookup-lookup.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/lookup-table.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/majority-classification.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/mds-advanced.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/mds-euclid-torgerson-3d.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/mds-scatterplot.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/mean-regression.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/misc-selection-bestonthefly.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/mlc-classify.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/mlc-evaluate.py.linux2.2.6.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/mlc-evaluate.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/optimization-thresholding1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/optimization-thresholding2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/optimization-tuning1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/optimization-tuningm.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/orngTree1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/orngTree2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/outlier1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/outlier2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/pca-run.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/pca-scree.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/pls-example.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/random_classifier.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/randomindices2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/randomindicescv.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/randomindicesn.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/regression-tree-run.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/reliability-basic.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/reliability-long.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/reliability-run.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/reliability_basic.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/rules-cn2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/rules-customized.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/scoring-all.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/scoring-calls.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/scoring-diff-measures.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/scoring-example.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/scoring-info-iris.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/scoring-info-lenses.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/scoring-regression.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/scoring-relief-caching.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/scoring-relief-gainRatio.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/selection-bayes.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/selection-best3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/selection-filtered-learner.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/serverfiles1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/simple_tree_random_forest.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/simple_tree_regression.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/som-classifier.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/som-mapping.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/som-node.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/sql-example.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statExample0.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statExample1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statExamples.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statExamplesGraphRanks.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statExamplesRegression.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statistics-contingency.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statistics-contingency2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statistics-contingency3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statistics-contingency4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statistics-contingency5.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statistics-contingency7.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/statistics-contingency8.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/svm-custom-kernel.py.darwin.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/svm-custom-kernel.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/svm-easy.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/svm-linear-weights.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/svm-recursive-feature-elimination.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/symmatrix.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/testing-example.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/testing-test.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/transformvalue-d2c.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/transformvalue-miv.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/transformvalue-nc.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/transformvalue-o2c.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/tree2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/tree3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/tree_c45.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/tree_c45_printtree.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/treelearner.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/treestructure.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/unusedValues.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference copying Orange/testing/regression/results_reference/variable-get_value_from.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests copying Orange/testing/regression/results_tests/associate-sparse-tab.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests copying Orange/testing/regression/results_tests/test_auc.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests copying Orange/testing/regression/results_tests/test_ca.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_PCA1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_PCA2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_PCA3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_PCA4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_abcn2-rules.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_assoc.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_bayes.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_c45.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_classification-rules2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_classification_rules1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_correspondance.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_discretization.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_ensemble.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_ensemble2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_ensemble3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_ensemble4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_evaluate-attributes.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_feature-construction.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_fss1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_fss2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_fss3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_fss4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_fss5.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_fss6.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_fss7.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_hclust-colored-dendrogram.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_hclust-dendrogram.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_hclust-iris.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_hclust-test1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_hclust-test2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_imputation.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_interactions.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_kmeans-cmp-init.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_kmeans-run-callback.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_kmeans-run.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_kmeans-silhouette.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_kmeans-trace.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_logreg1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_logreg2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_logreg3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_mds1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_misc_bestOnTheFly.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_orngTree1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_orngTree2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_outlier1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_outlier2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_regression.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_server_files1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_server_files2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_server_files_update.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_som1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_statExamples-graph_ranks.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_statExamples-regression.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_statExamples.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_svm-custom-kernel.py.darwin.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_svm-custom-kernel.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_svm-test.py.darwin.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_svm-test.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_test.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_thresholding1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_thresholding2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tree1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tree2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tree3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tree4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tree5.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tree6.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tree7.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tree8.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tree9.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tuning1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/modules_tuningm.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_ClassifierByExampleTable.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_ClassifierByLookupTable.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_CostMatrix.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_MeasureAttribute1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_MeasureAttribute1a.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_MeasureAttribute1b.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_MeasureAttribute2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_MeasureAttribute3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_MeasureAttribute4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_RandomClassifier.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_assoc-agrawal.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_assoc-agrawal2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_assoc-rule.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_assoc-rule2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_assoc.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_attribute_reuse.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_basicattrstat.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_basket.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_c45.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_cb-classifier.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_cb-descender.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_cb-filter.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_cb-learner.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_cb-measureattribute.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_cb-mydomain.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_cb-splitconstructor.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_cb-stopcriteria.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_classifierFromVar.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_contingency1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_contingency2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_contingency3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_contingency4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_contingency5.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_contingency6.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_contingency7.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_contingency8.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_discretization.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_distributions.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_domain1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_domain2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_domainDepot.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_example.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_example2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_example3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_example_merge.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_examplesdistance-missing.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_examplesdistance.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_exampletable1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_exampletable2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_exampletable3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_exampletable4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_exampletable5.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_exampletable_merge.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_filter.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_filterm.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_filters.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_filterv.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_findnearest.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_graph.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_graph_obj.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_hclust.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_hclust_art.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_imputation.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_knnlearner.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_linear-learner.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_majority.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_matrix.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_output.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pp-attributes.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pp-censoring.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pp-discretization.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pp-duplicates.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pp-missing.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pp-noise.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pp-select.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pp-weights.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pythonvariable1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pythonvariable2a.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pythonvariable2b.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pythonvariable2c.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_pythonvariable2d.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_random_classifier.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_randomindices2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_randomindicescv.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_randomindicesn.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_subsetsgenerators.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_symmatrix.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_tab-basket.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_testRulelearner.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_transformvalue-d2c.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_transformvalue-domain.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_transformvalue-miv.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_transformvalue-nc.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_transformvalue-o2c.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_treelearner.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_treestructure.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_undefineds.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_unusedValues.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_values.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_variable.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_variable2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_variableReuse-load.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reference_variableReuse.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reuse-load-1.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 copying Orange/testing/regression/results_tests_20/reuse-load-2.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20 creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/accuracy.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/accuracy2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/accuracy3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/accuracy4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/accuracy5.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/accuracy6.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/accuracy7.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/accuracy8.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/assoc1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/assoc2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/assoc3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/bagging.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/bagging_test.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/bayes.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/bayes_test.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/classifier.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/classifier2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/data_characteristics.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/data_characteristics2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/data_characteristics3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/data_characteristics4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/disc.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/disc1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/disc2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/disc3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/disc4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/disc5.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/disc6.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/disc7.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain10.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain11.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain12.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain13.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain5.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain6.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain7.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain8.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/domain9.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/ensemble2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/ensemble3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/fss6.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/fss7.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/handful.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/lenses.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/nbdisc.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/nbdisc_test.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/regression1.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/regression2.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/regression3.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/regression4.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/report_missing.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/roc.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/sample_adult.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial copying Orange/testing/regression/results_tutorial/tree.py.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial creating build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/always_one_missing.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/always_one_missing___always_unknown_class___class_defined.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/always_one_missing_always_unknown_class.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/always_unknown_attribute.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/always_unknown_attribute___continuous.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/always_unknown_attribute___values_defined.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/always_unknown_class.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/constant_attribute.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/constant_attribute___continuous.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/constant_attribute___values_defined.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/constant_class.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/constant_class___continuous.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/constant_class___values_defined.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/cont_attribute___always_unknown_class___continuous.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/cont_attribute___constant_class___continuous.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/lenses.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/lenses_two_class.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/one_unknown_class.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/ugly_datasets/two_valued_attribute___continuous.tab -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets copying Orange/testing/regression/tests/exclude-from-regression.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests copying Orange/testing/regression/tests_20/exclude-from-regression.txt -> build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20 running build_ext building 'orange_include' extension creating build/temp.macosx-10.6-intel-2.7/source creating build/temp.macosx-10.6-intel-2.7/source/include gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/include/c2py.cpp -o build/temp.macosx-10.6-intel-2.7/source/include/c2py.o -fPIC -fno-common -w -DDARWIN cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/include/common.cpp -o build/temp.macosx-10.6-intel-2.7/source/include/common.o -fPIC -fno-common -w -DDARWIN cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/include/crc32.cpp -o build/temp.macosx-10.6-intel-2.7/source/include/crc32.o -fPIC -fno-common -w -DDARWIN cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/include/lcomb.cpp -o build/temp.macosx-10.6-intel-2.7/source/include/lcomb.o -fPIC -fno-common -w -DDARWIN cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/include/stat.cpp -o build/temp.macosx-10.6-intel-2.7/source/include/stat.o -fPIC -fno-common -w -DDARWIN cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/include/statexceptions.cpp -o build/temp.macosx-10.6-intel-2.7/source/include/statexceptions.o -fPIC -fno-common -w -DDARWIN cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/include/strings.cpp -o build/temp.macosx-10.6-intel-2.7/source/include/strings.o -fPIC -fno-common -w -DDARWIN cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ ar rc build/temp.macosx-10.6-intel-2.7/liborange_include.a build/temp.macosx-10.6-intel-2.7/source/include/c2py.o build/temp.macosx-10.6-intel-2.7/source/include/common.o build/temp.macosx-10.6-intel-2.7/source/include/crc32.o build/temp.macosx-10.6-intel-2.7/source/include/lcomb.o build/temp.macosx-10.6-intel-2.7/source/include/stat.o build/temp.macosx-10.6-intel-2.7/source/include/statexceptions.o build/temp.macosx-10.6-intel-2.7/source/include/strings.o ranlib build/temp.macosx-10.6-intel-2.7/liborange_include.a ranlib: for architecture: i386 file: build/temp.macosx-10.6-intel-2.7/liborange_include.a(common.o) has no symbols ranlib: for architecture: x86_64 file: build/temp.macosx-10.6-intel-2.7/liborange_include.a(common.o) has no symbols building 'Orange.orange' extension running pyxtract for Orange.orange /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Resources/Python.app/Contents/MacOS/Python ../pyxtract/defvectors.py /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Resources/Python.app/Contents/MacOS/Python ../pyxtract/pyprops.py -n orange Creating ppp/examplegen.ppp Creating ppp/random.ppp Creating ppp/minimal_error.ppp Creating ppp/filter.ppp Creating ppp/exampleclustering.ppp Creating ppp/pnn.ppp Creating ppp/multi_learner.ppp Creating ppp/bayes.ppp Creating ppp/clas_gen.ppp Creating ppp/tabdelim.ppp Creating ppp/symmatrix.ppp Creating ppp/tdidt_simple.ppp Creating ppp/classfromvar.ppp Creating ppp/cost.ppp Creating ppp/logistic.ppp Creating ppp/subsets.ppp Creating ppp/basket.ppp Creating ppp/basstat.ppp Creating ppp/estimateprob.ppp Creating ppp/distance.ppp Creating ppp/distance_dtw.ppp Creating ppp/hclust.ppp Creating ppp/learn.ppp Creating ppp/values.ppp Creating ppp/logfit.ppp Creating ppp/spec_contingency.ppp Creating ppp/filegen.ppp Creating ppp/decomposition.ppp Creating ppp/induce.ppp Creating ppp/majority.ppp Creating ppp/examples.ppp Creating ppp/discretize.ppp Creating ppp/stringvars.ppp Creating ppp/minimal_complexity.ppp Creating ppp/preprocessors.ppp Creating ppp/distvars.ppp Creating ppp/multi_classifier.ppp Creating ppp/classify.ppp Creating ppp/tdidt_stop.ppp Creating ppp/trindex.ppp Creating ppp/liblinear_interface.ppp Creating ppp/measures.ppp Creating ppp/transdomain.ppp Creating ppp/spec_gen.ppp Creating ppp/root.ppp Creating ppp/tdidt.ppp Creating ppp/distancemap.ppp Creating ppp/vars.ppp Creating ppp/tdidt_split.ppp Creating ppp/transval.ppp Creating ppp/calibrate.ppp Creating ppp/cartesian.ppp Creating ppp/nearest.ppp Creating ppp/costwrapper.ppp Creating ppp/redundancy.ppp Creating ppp/dist_clustering.ppp Creating ppp/assoc.ppp Creating ppp/table.ppp Creating ppp/pythonvars.ppp Creating ppp/imputation.ppp Creating ppp/knn.ppp Creating ppp/progress.ppp Creating ppp/c4.5.ppp Creating ppp/lookup.ppp Creating ppp/graph.ppp Creating ppp/c45inter.ppp Creating ppp/callback.ppp Creating ppp/domain.ppp Creating ppp/libsvm_interface.ppp Creating ppp/contingency.ppp Creating ppp/rulelearner.ppp Creating ppp/tdidt_clustering.ppp Creating ppp/relief.ppp /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Resources/Python.app/Contents/MacOS/Python ../pyxtract/pyxtract.py -m -n orange lib_kernel.cpp lib_components.cpp lib_preprocess.cpp lib_learner.cpp lib_io.cpp lib_vectors.cpp cls_example.cpp cls_value.cpp cls_orange.cpp cls_misc.cpp functions.cpp orange.cpp Parsing lib_kernel.cpp Parsing lib_components.cpp Parsing lib_preprocess.cpp Parsing lib_learner.cpp lib_learner.cpp:1384: Warning: looks like function, but syntax is not matching Parsing lib_io.cpp Parsing lib_vectors.cpp Parsing cls_example.cpp Parsing cls_value.cpp Parsing cls_orange.cpp Parsing cls_misc.cpp Parsing functions.cpp Parsing orange.cpp Warning: class 'PearsonCorrelation' will not be picklable Warning: class 'ItemsetNodeProxy' will not be picklable Creating lib_kernel.px Creating lib_components.px Creating lib_preprocess.px Creating lib_learner.px Creating lib_io.px Creating lib_vectors.px Creating cls_example.px Creating cls_value.px Creating cls_orange.px Creating cls_misc.px Creating functions.px Creating orange.px Creating displaynames Creating externs.px Creating initialization.px Creating orange_globals.hpp creating build/temp.macosx-10.6-intel-2.7/source/orange creating build/temp.macosx-10.6-intel-2.7/source/orange/blas creating build/temp.macosx-10.6-intel-2.7/source/orange/liblinear creating build/temp.macosx-10.6-intel-2.7/source/orange/libsvm gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/assoc.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/assoc.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/assoc_sparse.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/assoc_sparse.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/basket.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/basket.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/basstat.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/basstat.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/bayes.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/bayes.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/boolcnt.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/boolcnt.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/c4.5.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/c4.5.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/c45inter.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/c45inter.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/calibrate.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/calibrate.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/callback.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/callback.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/cartesian.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/cartesian.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/clas_gen.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/clas_gen.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/classfromvar.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/classfromvar.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/classifier.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/classifier.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/cls_example.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/cls_example.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/cls_misc.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/cls_misc.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/cls_orange.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/cls_orange.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/cls_value.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/cls_value.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/contingency.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/contingency.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/converts.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/converts.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/cost.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/cost.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/costwrapper.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/costwrapper.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/decomposition.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/decomposition.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/dictproxy.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/dictproxy.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/discretize.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/discretize.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/dist_clustering.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/dist_clustering.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/distance.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/distance.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/distance_dtw.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/distance_dtw.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/distancemap.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/distancemap.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/distvars.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/distvars.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/domain.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/domain.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/domaindepot.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/domaindepot.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/errors.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/errors.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/estimateprob.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/estimateprob.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/exampleclustering.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/exampleclustering.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/examplegen.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/examplegen.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/examples.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/examples.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/excel.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/excel.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/filegen.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/filegen.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/filter.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/filter.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/functions.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/functions.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/garbage.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/garbage.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/getarg.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/getarg.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/graph.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/graph.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/gslconversions.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/gslconversions.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/hclust.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/hclust.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/imputation.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/imputation.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/induce.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/induce.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/knn.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/knn.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/learn.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/learn.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/lib_components.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/lib_components.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/lib_io.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/lib_io.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/lib_kernel.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/lib_kernel.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/lib_learner.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/lib_learner.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/lib_preprocess.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/lib_preprocess.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/lib_vectors.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/lib_vectors.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/liblinear_interface.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/liblinear_interface.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/libsvm_interface.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/libsvm_interface.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/logfit.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/logfit.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/logistic.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/logistic.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/logreg.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/logreg.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/lookup.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/lookup.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/lsq.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/lsq.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/majority.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/majority.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/measures.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/measures.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/meta.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/meta.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/minimal_complexity.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/minimal_complexity.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/minimal_error.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/minimal_error.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/multi_classifier.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/multi_classifier.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/multi_learner.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/multi_learner.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/nearest.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/nearest.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/numeric_interface.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/numeric_interface.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/orange.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/orange.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/orvector.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/orvector.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/pnn.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/pnn.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/pq.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/pq.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/preprocessors.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/preprocessors.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/progress.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/progress.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/pythonvars.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/pythonvars.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/random.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/random.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/rconversions.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/rconversions.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/readdata.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/readdata.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/redundancy.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/redundancy.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/root.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/root.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/rule_conditions.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/rule_conditions.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/rulelearner.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/rulelearner.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/spec_contingency.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/spec_contingency.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/spec_gen.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/spec_gen.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/stringvars.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/stringvars.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/subsets.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/subsets.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/survival.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/survival.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/symmatrix.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/symmatrix.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/tabdelim.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/tabdelim.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/table.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/table.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/tdidt.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/tdidt_clustering.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt_clustering.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/tdidt_simple.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt_simple.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/tdidt_split.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt_split.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/tdidt_stop.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt_stop.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/transdomain.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/transdomain.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/transval.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/transval.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/trindex.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/trindex.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/valuelisttemplate.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/valuelisttemplate.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/values.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/values.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/vars.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/vars.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/blas/daxpy.c -o build/temp.macosx-10.6-intel-2.7/source/orange/blas/daxpy.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/blas/dcopy.c -o build/temp.macosx-10.6-intel-2.7/source/orange/blas/dcopy.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/blas/ddot.c -o build/temp.macosx-10.6-intel-2.7/source/orange/blas/ddot.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/blas/dnrm2.c -o build/temp.macosx-10.6-intel-2.7/source/orange/blas/dnrm2.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/blas/dscal.c -o build/temp.macosx-10.6-intel-2.7/source/orange/blas/dscal.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/liblinear/linear.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/liblinear/linear.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ source/orange/liblinear/linear.cpp: In function 'void train_one(const problem*, const parameter*, double*, double, double)': source/orange/liblinear/linear.cpp:1414: note: 'loss_old' was declared here source/orange/liblinear/linear.cpp:1412: note: 'Gnorm1_init' was declared here cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ source/orange/liblinear/linear.cpp: In function 'void train_one(const problem*, const parameter*, double*, double, double)': source/orange/liblinear/linear.cpp:1414: note: 'loss_old' was declared here source/orange/liblinear/linear.cpp:1412: note: 'Gnorm1_init' was declared here gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/liblinear/tron.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/liblinear/tron.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orange/libsvm/svm.cpp -o build/temp.macosx-10.6-intel-2.7/source/orange/libsvm/svm.o -fPIC -fno-common -w -DDARWIN -DORANGE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ g++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/source/orange/assoc.o build/temp.macosx-10.6-intel-2.7/source/orange/assoc_sparse.o build/temp.macosx-10.6-intel-2.7/source/orange/basket.o build/temp.macosx-10.6-intel-2.7/source/orange/basstat.o build/temp.macosx-10.6-intel-2.7/source/orange/bayes.o build/temp.macosx-10.6-intel-2.7/source/orange/boolcnt.o build/temp.macosx-10.6-intel-2.7/source/orange/c4.5.o build/temp.macosx-10.6-intel-2.7/source/orange/c45inter.o build/temp.macosx-10.6-intel-2.7/source/orange/calibrate.o build/temp.macosx-10.6-intel-2.7/source/orange/callback.o build/temp.macosx-10.6-intel-2.7/source/orange/cartesian.o build/temp.macosx-10.6-intel-2.7/source/orange/clas_gen.o build/temp.macosx-10.6-intel-2.7/source/orange/classfromvar.o build/temp.macosx-10.6-intel-2.7/source/orange/classifier.o build/temp.macosx-10.6-intel-2.7/source/orange/cls_example.o build/temp.macosx-10.6-intel-2.7/source/orange/cls_misc.o build/temp.macosx-10.6-intel-2.7/source/orange/cls_orange.o build/temp.macosx-10.6-intel-2.7/source/orange/cls_value.o build/temp.macosx-10.6-intel-2.7/source/orange/contingency.o build/temp.macosx-10.6-intel-2.7/source/orange/converts.o build/temp.macosx-10.6-intel-2.7/source/orange/cost.o build/temp.macosx-10.6-intel-2.7/source/orange/costwrapper.o build/temp.macosx-10.6-intel-2.7/source/orange/decomposition.o build/temp.macosx-10.6-intel-2.7/source/orange/dictproxy.o build/temp.macosx-10.6-intel-2.7/source/orange/discretize.o build/temp.macosx-10.6-intel-2.7/source/orange/dist_clustering.o build/temp.macosx-10.6-intel-2.7/source/orange/distance.o build/temp.macosx-10.6-intel-2.7/source/orange/distance_dtw.o build/temp.macosx-10.6-intel-2.7/source/orange/distancemap.o build/temp.macosx-10.6-intel-2.7/source/orange/distvars.o build/temp.macosx-10.6-intel-2.7/source/orange/domain.o build/temp.macosx-10.6-intel-2.7/source/orange/domaindepot.o build/temp.macosx-10.6-intel-2.7/source/orange/errors.o build/temp.macosx-10.6-intel-2.7/source/orange/estimateprob.o build/temp.macosx-10.6-intel-2.7/source/orange/exampleclustering.o build/temp.macosx-10.6-intel-2.7/source/orange/examplegen.o build/temp.macosx-10.6-intel-2.7/source/orange/examples.o build/temp.macosx-10.6-intel-2.7/source/orange/excel.o build/temp.macosx-10.6-intel-2.7/source/orange/filegen.o build/temp.macosx-10.6-intel-2.7/source/orange/filter.o build/temp.macosx-10.6-intel-2.7/source/orange/functions.o build/temp.macosx-10.6-intel-2.7/source/orange/garbage.o build/temp.macosx-10.6-intel-2.7/source/orange/getarg.o build/temp.macosx-10.6-intel-2.7/source/orange/graph.o build/temp.macosx-10.6-intel-2.7/source/orange/gslconversions.o build/temp.macosx-10.6-intel-2.7/source/orange/hclust.o build/temp.macosx-10.6-intel-2.7/source/orange/imputation.o build/temp.macosx-10.6-intel-2.7/source/orange/induce.o build/temp.macosx-10.6-intel-2.7/source/orange/knn.o build/temp.macosx-10.6-intel-2.7/source/orange/learn.o build/temp.macosx-10.6-intel-2.7/source/orange/lib_components.o build/temp.macosx-10.6-intel-2.7/source/orange/lib_io.o build/temp.macosx-10.6-intel-2.7/source/orange/lib_kernel.o build/temp.macosx-10.6-intel-2.7/source/orange/lib_learner.o build/temp.macosx-10.6-intel-2.7/source/orange/lib_preprocess.o build/temp.macosx-10.6-intel-2.7/source/orange/lib_vectors.o build/temp.macosx-10.6-intel-2.7/source/orange/liblinear_interface.o build/temp.macosx-10.6-intel-2.7/source/orange/libsvm_interface.o build/temp.macosx-10.6-intel-2.7/source/orange/logfit.o build/temp.macosx-10.6-intel-2.7/source/orange/logistic.o build/temp.macosx-10.6-intel-2.7/source/orange/logreg.o build/temp.macosx-10.6-intel-2.7/source/orange/lookup.o build/temp.macosx-10.6-intel-2.7/source/orange/lsq.o build/temp.macosx-10.6-intel-2.7/source/orange/majority.o build/temp.macosx-10.6-intel-2.7/source/orange/measures.o build/temp.macosx-10.6-intel-2.7/source/orange/meta.o build/temp.macosx-10.6-intel-2.7/source/orange/minimal_complexity.o build/temp.macosx-10.6-intel-2.7/source/orange/minimal_error.o build/temp.macosx-10.6-intel-2.7/source/orange/multi_classifier.o build/temp.macosx-10.6-intel-2.7/source/orange/multi_learner.o build/temp.macosx-10.6-intel-2.7/source/orange/nearest.o build/temp.macosx-10.6-intel-2.7/source/orange/numeric_interface.o build/temp.macosx-10.6-intel-2.7/source/orange/orange.o build/temp.macosx-10.6-intel-2.7/source/orange/orvector.o build/temp.macosx-10.6-intel-2.7/source/orange/pnn.o build/temp.macosx-10.6-intel-2.7/source/orange/pq.o build/temp.macosx-10.6-intel-2.7/source/orange/preprocessors.o build/temp.macosx-10.6-intel-2.7/source/orange/progress.o build/temp.macosx-10.6-intel-2.7/source/orange/pythonvars.o build/temp.macosx-10.6-intel-2.7/source/orange/random.o build/temp.macosx-10.6-intel-2.7/source/orange/rconversions.o build/temp.macosx-10.6-intel-2.7/source/orange/readdata.o build/temp.macosx-10.6-intel-2.7/source/orange/redundancy.o build/temp.macosx-10.6-intel-2.7/source/orange/root.o build/temp.macosx-10.6-intel-2.7/source/orange/rule_conditions.o build/temp.macosx-10.6-intel-2.7/source/orange/rulelearner.o build/temp.macosx-10.6-intel-2.7/source/orange/spec_contingency.o build/temp.macosx-10.6-intel-2.7/source/orange/spec_gen.o build/temp.macosx-10.6-intel-2.7/source/orange/stringvars.o build/temp.macosx-10.6-intel-2.7/source/orange/subsets.o build/temp.macosx-10.6-intel-2.7/source/orange/survival.o build/temp.macosx-10.6-intel-2.7/source/orange/symmatrix.o build/temp.macosx-10.6-intel-2.7/source/orange/tabdelim.o build/temp.macosx-10.6-intel-2.7/source/orange/table.o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt.o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt_clustering.o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt_simple.o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt_split.o build/temp.macosx-10.6-intel-2.7/source/orange/tdidt_stop.o build/temp.macosx-10.6-intel-2.7/source/orange/transdomain.o build/temp.macosx-10.6-intel-2.7/source/orange/transval.o build/temp.macosx-10.6-intel-2.7/source/orange/trindex.o build/temp.macosx-10.6-intel-2.7/source/orange/valuelisttemplate.o build/temp.macosx-10.6-intel-2.7/source/orange/values.o build/temp.macosx-10.6-intel-2.7/source/orange/vars.o build/temp.macosx-10.6-intel-2.7/source/orange/blas/daxpy.o build/temp.macosx-10.6-intel-2.7/source/orange/blas/dcopy.o build/temp.macosx-10.6-intel-2.7/source/orange/blas/ddot.o build/temp.macosx-10.6-intel-2.7/source/orange/blas/dnrm2.o build/temp.macosx-10.6-intel-2.7/source/orange/blas/dscal.o build/temp.macosx-10.6-intel-2.7/source/orange/liblinear/linear.o build/temp.macosx-10.6-intel-2.7/source/orange/liblinear/tron.o build/temp.macosx-10.6-intel-2.7/source/orange/libsvm/svm.o -Lbuild/lib.macosx-10.6-intel-2.7/Orange -Lbuild/temp.macosx-10.6-intel-2.7 -lstdc++ -lorange_include -o build/lib.macosx-10.6-intel-2.7/Orange/orange.so -headerpad_max_install_names -undefined dynamic_lookup symbolically linking orange.so -> liborange.so building 'Orange.orangeom' extension running pyxtract for Orange.orangeom /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Resources/Python.app/Contents/MacOS/Python ../pyxtract/pyprops.py -l ../orange/ppp/stamp -l ../orange/ppp/lists -n orangeom Creating ppp/networkoptimization.ppp Creating ppp/pathfinder.ppp Creating ppp/network.ppp Creating ppp/mds.ppp Creating ppp/graph_layout.ppp /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Resources/Python.app/Contents/MacOS/Python ../pyxtract/pyxtract.py -m -n orangeom -l ../orange/px/stamp -w OM triangulate.cpp optimizeAnchors.cpp orangeom.cpp mds.cpp networkoptimization.cpp network.cpp pathfinder.cpp graph_layout.cpp Parsing triangulate.cpp Parsing optimizeAnchors.cpp Parsing orangeom.cpp Parsing mds.cpp Parsing networkoptimization.cpp Parsing network.cpp Parsing pathfinder.cpp Parsing graph_layout.cpp Warning: class 'NetworkOptimization' will not be picklable Warning: class 'Network' will not be picklable Warning: class 'Pathfinder' will not be picklable Warning: class 'GraphLayout' will not be picklable Creating triangulate.px Creating optimizeAnchors.px Creating orangeom.px Creating mds.px Creating networkoptimization.px Creating network.px Creating pathfinder.px Creating graph_layout.px Creating displaynames Creating externs.px Creating initialization.px Creating orangeom_globals.hpp creating build/temp.macosx-10.6-intel-2.7/source/orangeom creating build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/gml_parser.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/gml_parser.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/gml_scanner.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/gml_scanner.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/graph_layout.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/graph_layout.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/graphDrawing.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/graphDrawing.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/mds.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/mds.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/network.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/network.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/networkoptimization.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/networkoptimization.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/optimizeAnchors.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/optimizeAnchors.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/orangeom.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/orangeom.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/pathfinder.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/pathfinder.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/triangulate.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeom/triangulate.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/geom.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/geom.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/geom2.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/geom2.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/global.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/global.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/io.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/io.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/mem.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/mem.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/merge.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/merge.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/poly.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/poly.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/poly2.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/poly2.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/qhull.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/qhull.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/qset.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/qset.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/stat.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/stat.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orangeom -Isource/orange/ -Isource/orangeom/ppp -Isource/orangeom/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeom/qhull/user.c -o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/user.o -fPIC -fno-common -w -DDARWIN -DORANGEOM_EXPORTS g++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/source/orangeom/gml_parser.o build/temp.macosx-10.6-intel-2.7/source/orangeom/gml_scanner.o build/temp.macosx-10.6-intel-2.7/source/orangeom/graph_layout.o build/temp.macosx-10.6-intel-2.7/source/orangeom/graphDrawing.o build/temp.macosx-10.6-intel-2.7/source/orangeom/mds.o build/temp.macosx-10.6-intel-2.7/source/orangeom/network.o build/temp.macosx-10.6-intel-2.7/source/orangeom/networkoptimization.o build/temp.macosx-10.6-intel-2.7/source/orangeom/optimizeAnchors.o build/temp.macosx-10.6-intel-2.7/source/orangeom/orangeom.o build/temp.macosx-10.6-intel-2.7/source/orangeom/pathfinder.o build/temp.macosx-10.6-intel-2.7/source/orangeom/triangulate.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/geom.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/geom2.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/global.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/io.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/mem.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/merge.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/poly.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/poly2.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/qhull.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/qset.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/stat.o build/temp.macosx-10.6-intel-2.7/source/orangeom/qhull/user.o -Lbuild/lib.macosx-10.6-intel-2.7/Orange -Lbuild/temp.macosx-10.6-intel-2.7 -lstdc++ -lorange_include -o build/lib.macosx-10.6-intel-2.7/Orange/orangeom.so -headerpad_max_install_names -undefined dynamic_lookup building 'Orange.orangene' extension running pyxtract for Orange.orangene /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Resources/Python.app/Contents/MacOS/Python ../pyxtract/pyprops.py -l ../orange/ppp/stamp -l ../orange/ppp/lists -n orangene Creating ppp/heatmap.ppp /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Resources/Python.app/Contents/MacOS/Python ../pyxtract/pyxtract.py -m -n orangene -w OG -l ../orange/px/stamp orangene.cpp Parsing orangene.cpp Creating orangene.px Creating displaynames Creating externs.px Creating initialization.px Creating orangene_globals.hpp creating build/temp.macosx-10.6-intel-2.7/source/orangene gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/ -Isource/orangene/ppp -Isource/orangene/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangene/heatmap.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangene/heatmap.o -fPIC -fno-common -w -DDARWIN -DORANGENE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/ -Isource/orangene/ppp -Isource/orangene/px -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangene/orangene.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangene/orangene.o -fPIC -fno-common -w -DDARWIN -DORANGENE_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ g++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/source/orangene/heatmap.o build/temp.macosx-10.6-intel-2.7/source/orangene/orangene.o -Lbuild/lib.macosx-10.6-intel-2.7/Orange -Lbuild/temp.macosx-10.6-intel-2.7 -lstdc++ -lorange_include -o build/lib.macosx-10.6-intel-2.7/Orange/orangene.so -headerpad_max_install_names -undefined dynamic_lookup building 'Orange.corn' extension creating build/temp.macosx-10.6-intel-2.7/source/corn gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/ -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/corn/corn.cpp -o build/temp.macosx-10.6-intel-2.7/source/corn/corn.o -fPIC -fno-common -w -DDARWIN -DCORN_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ g++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/source/corn/corn.o -Lbuild/lib.macosx-10.6-intel-2.7/Orange -Lbuild/temp.macosx-10.6-intel-2.7 -lstdc++ -lorange_include -o build/lib.macosx-10.6-intel-2.7/Orange/corn.so -headerpad_max_install_names -undefined dynamic_lookup building 'Orange.statc' extension creating build/temp.macosx-10.6-intel-2.7/source/statc gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -Isource/include -Isource/orange/ -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/statc/statc.cpp -o build/temp.macosx-10.6-intel-2.7/source/statc/statc.o -fPIC -fno-common -w -DDARWIN -DSTATC_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ g++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/source/statc/statc.o -Lbuild/lib.macosx-10.6-intel-2.7/Orange -Lbuild/temp.macosx-10.6-intel-2.7 -lstdc++ -lorange_include -o build/lib.macosx-10.6-intel-2.7/Orange/statc.so -headerpad_max_install_names -undefined dynamic_lookup Building orangeqt extension =========================== Fixing sip/pyqt configuration running build_pyqt_ext moc -o build/temp.macosx-10.6-intel-2.7/curve.moc source/orangeqt/curve.h moc -o build/temp.macosx-10.6-intel-2.7/multicurve.moc source/orangeqt/multicurve.h source/orangeqt/multicurve.h:0: Note: No relevant classes found. No output generated. moc -o build/temp.macosx-10.6-intel-2.7/networkcurve.moc source/orangeqt/networkcurve.h source/orangeqt/networkcurve.h:0: Note: No relevant classes found. No output generated. moc -o build/temp.macosx-10.6-intel-2.7/plot.moc source/orangeqt/plot.h moc -o build/temp.macosx-10.6-intel-2.7/plotitem.moc source/orangeqt/plotitem.h moc -o build/temp.macosx-10.6-intel-2.7/point.moc source/orangeqt/point.h moc -o build/temp.macosx-10.6-intel-2.7/unconnectedlinescurve.moc source/orangeqt/unconnectedlinescurve.h building 'Orange.orangeqt' extension /tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin/sip -x VendorID -t WS_MACX -x PyQt_NoPrintRangeBug -t Qt_4_8_4 -x Py_v3 -g -j 1 -c build/temp.macosx-10.6-intel-2.7 -b build/temp.macosx-10.6-intel-2.7/orangeqt.sbf -I /tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/share/sip/PyQt4 source/orangeqt/orangeqt.sip sip: Deprecation warning: source/orangeqt/orangeqt.sip:1: %Module version number should be specified using the 'version' argument creating build/temp.macosx-10.6-intel-2.7/build creating build/temp.macosx-10.6-intel-2.7/build/temp.macosx-10.6-intel-2.7 creating build/temp.macosx-10.6-intel-2.7/source/orangeqt gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtCore.framework/Headers -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtGui.framework/Headers -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I./ -Isource/orangeqt -Ibuild/temp.macosx-10.6-intel-2.7 -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.6-intel-2.7/siporangeqtpart0.cpp -o build/temp.macosx-10.6-intel-2.7/build/temp.macosx-10.6-intel-2.7/siporangeqtpart0.o -F/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks -DORANGEQT_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from source/orangeqt/networkcurve.sip:2: source/orangeqt/networkcurve.h: In function 'std::ostream& operator<<(std::ostream&, const QueueVertex&)': source/orangeqt/networkcurve.h:53: warning: comparison between signed and unsigned integer expressions cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from source/orangeqt/networkcurve.sip:2: source/orangeqt/networkcurve.h: In function 'std::ostream& operator<<(std::ostream&, const QueueVertex&)': source/orangeqt/networkcurve.h:53: warning: comparison between signed and unsigned integer expressions gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtCore.framework/Headers -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtGui.framework/Headers -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I./ -Isource/orangeqt -Ibuild/temp.macosx-10.6-intel-2.7 -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeqt/curve.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeqt/curve.o -F/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks -DORANGEQT_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ source/orangeqt/curve.cpp: In member function 'void Curve::cancel_all_updates()': source/orangeqt/curve.cpp:373: warning: statement has no effect cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ source/orangeqt/curve.cpp: In member function 'void Curve::cancel_all_updates()': source/orangeqt/curve.cpp:373: warning: statement has no effect gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtCore.framework/Headers -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtGui.framework/Headers -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I./ -Isource/orangeqt -Ibuild/temp.macosx-10.6-intel-2.7 -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeqt/multicurve.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeqt/multicurve.o -F/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks -DORANGEQT_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtCore.framework/Headers -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtGui.framework/Headers -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I./ -Isource/orangeqt -Ibuild/temp.macosx-10.6-intel-2.7 -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeqt/networkcurve.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeqt/networkcurve.o -F/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks -DORANGEQT_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from source/orangeqt/networkcurve.cpp:19: source/orangeqt/networkcurve.h: In function 'std::ostream& operator<<(std::ostream&, const QueueVertex&)': source/orangeqt/networkcurve.h:53: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp: In member function 'virtual void ModelItem::paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*)': source/orangeqt/networkcurve.cpp:54: warning: unused variable 'ps' source/orangeqt/networkcurve.cpp:49: warning: unused variable 'curve' source/orangeqt/networkcurve.cpp: In member function 'virtual void NodeItem::paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*)': source/orangeqt/networkcurve.cpp:145: warning: unused variable 'curve' source/orangeqt/networkcurve.cpp: In member function 'QList NodeItem::neighbors()': source/orangeqt/networkcurve.cpp:275: warning: unused variable 'size' source/orangeqt/networkcurve.cpp: In member function 'int NetworkCurve::circular_crossing_reduction()': source/orangeqt/networkcurve.cpp:728: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:742: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:759: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:779: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:799: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:800: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp: In member function 'int NetworkCurve::fr(int, bool, bool)': source/orangeqt/networkcurve.cpp:855: warning: unused variable 'count' source/orangeqt/networkcurve.cpp: In member function 'void NetworkCurve::add_labels(const QMap&)': source/orangeqt/networkcurve.cpp:1059: warning: statement has no effect source/orangeqt/networkcurve.cpp: In member function 'void NetworkCurve::add_nodes(const QMap&)': source/orangeqt/networkcurve.cpp:1199: warning: statement has no effect cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from source/orangeqt/networkcurve.cpp:19: source/orangeqt/networkcurve.h: In function 'std::ostream& operator<<(std::ostream&, const QueueVertex&)': source/orangeqt/networkcurve.h:53: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp: In member function 'virtual void ModelItem::paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*)': source/orangeqt/networkcurve.cpp:54: warning: unused variable 'ps' source/orangeqt/networkcurve.cpp:49: warning: unused variable 'curve' source/orangeqt/networkcurve.cpp: In member function 'virtual void NodeItem::paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*)': source/orangeqt/networkcurve.cpp:145: warning: unused variable 'curve' source/orangeqt/networkcurve.cpp: In member function 'QList NodeItem::neighbors()': source/orangeqt/networkcurve.cpp:275: warning: unused variable 'size' source/orangeqt/networkcurve.cpp: In member function 'int NetworkCurve::circular_crossing_reduction()': source/orangeqt/networkcurve.cpp:728: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:742: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:759: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:779: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:799: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp:800: warning: comparison between signed and unsigned integer expressions source/orangeqt/networkcurve.cpp: In member function 'int NetworkCurve::fr(int, bool, bool)': source/orangeqt/networkcurve.cpp:855: warning: unused variable 'count' source/orangeqt/networkcurve.cpp: In member function 'void NetworkCurve::add_labels(const QMap&)': source/orangeqt/networkcurve.cpp:1059: warning: statement has no effect source/orangeqt/networkcurve.cpp: In member function 'void NetworkCurve::add_nodes(const QMap&)': source/orangeqt/networkcurve.cpp:1199: warning: statement has no effect gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtCore.framework/Headers -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtGui.framework/Headers -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I./ -Isource/orangeqt -Ibuild/temp.macosx-10.6-intel-2.7 -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeqt/plot.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeqt/plot.o -F/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks -DORANGEQT_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtCore.framework/Headers -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtGui.framework/Headers -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I./ -Isource/orangeqt -Ibuild/temp.macosx-10.6-intel-2.7 -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeqt/plotitem.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeqt/plotitem.o -F/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks -DORANGEQT_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtCore.framework/Headers -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtGui.framework/Headers -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I./ -Isource/orangeqt -Ibuild/temp.macosx-10.6-intel-2.7 -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeqt/point.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeqt/point.o -F/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks -DORANGEQT_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtCore.framework/Headers -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/QtGui.framework/Headers -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I./ -Isource/orangeqt -Ibuild/temp.macosx-10.6-intel-2.7 -I/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/orangeqt/unconnectedlinescurve.cpp -o build/temp.macosx-10.6-intel-2.7/source/orangeqt/unconnectedlinescurve.o -F/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks -DORANGEQT_EXPORTS cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ g++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/build/temp.macosx-10.6-intel-2.7/siporangeqtpart0.o build/temp.macosx-10.6-intel-2.7/source/orangeqt/curve.o build/temp.macosx-10.6-intel-2.7/source/orangeqt/multicurve.o build/temp.macosx-10.6-intel-2.7/source/orangeqt/networkcurve.o build/temp.macosx-10.6-intel-2.7/source/orangeqt/plot.o build/temp.macosx-10.6-intel-2.7/source/orangeqt/plotitem.o build/temp.macosx-10.6-intel-2.7/source/orangeqt/point.o build/temp.macosx-10.6-intel-2.7/source/orangeqt/unconnectedlinescurve.o -o build/lib.macosx-10.6-intel-2.7/Orange/orangeqt.so -F/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks -framework QtCore -framework QtGui Installing Orange ================= running install running build running build_py copying Orange/version.py -> build/lib.macosx-10.6-intel-2.7/Orange running egg_info writing requirements to Orange.egg-info/requires.txt writing Orange.egg-info/PKG-INFO writing top-level names to Orange.egg-info/top_level.txt writing dependency_links to Orange.egg-info/dependency_links.txt writing entry points to Orange.egg-info/entry_points.txt reading manifest file 'Orange.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'source/orangeqt/build' no previously-included directories found matching 'source/orange/ppp' no previously-included directories found matching 'source/orangene/ppp' no previously-included directories found matching 'source/orangene/ppp' warning: no previously-included files found matching 'source/orangeom/lib_vectors.cpp' warning: no previously-included files found matching 'source/orangene/lib_vectors.cpp' no previously-included directories found matching 'docs/build' writing manifest file 'Orange.egg-info/SOURCES.txt' running build_ext symbolically linking orange.so -> liborange.so running install_lib creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange copying build/lib.macosx-10.6-intel-2.7/Orange/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/associate copying build/lib.macosx-10.6-intel-2.7/Orange/associate/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/associate creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification copying build/lib.macosx-10.6-intel-2.7/Orange/classification/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification copying build/lib.macosx-10.6-intel-2.7/Orange/classification/bayes.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification copying build/lib.macosx-10.6-intel-2.7/Orange/classification/knn.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification copying build/lib.macosx-10.6-intel-2.7/Orange/classification/logreg.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification copying build/lib.macosx-10.6-intel-2.7/Orange/classification/lookup.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification copying build/lib.macosx-10.6-intel-2.7/Orange/classification/majority.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification copying build/lib.macosx-10.6-intel-2.7/Orange/classification/neural.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification copying build/lib.macosx-10.6-intel-2.7/Orange/classification/rules.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification/svm copying build/lib.macosx-10.6-intel-2.7/Orange/classification/svm/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification/svm copying build/lib.macosx-10.6-intel-2.7/Orange/classification/svm/kernels.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification/svm copying build/lib.macosx-10.6-intel-2.7/Orange/classification/tree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification copying build/lib.macosx-10.6-intel-2.7/Orange/classification/wrappers.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/classification creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/clustering copying build/lib.macosx-10.6-intel-2.7/Orange/clustering/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/clustering copying build/lib.macosx-10.6-intel-2.7/Orange/clustering/consensus.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/clustering copying build/lib.macosx-10.6-intel-2.7/Orange/clustering/hierarchical.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/clustering copying build/lib.macosx-10.6-intel-2.7/Orange/clustering/kmeans.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/clustering copying build/lib.macosx-10.6-intel-2.7/Orange/clustering/mixture.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/clustering copying build/lib.macosx-10.6-intel-2.7/Orange/core.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange copying build/lib.macosx-10.6-intel-2.7/Orange/corn.so -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data copying build/lib.macosx-10.6-intel-2.7/Orange/data/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data copying build/lib.macosx-10.6-intel-2.7/Orange/data/continuization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data copying build/lib.macosx-10.6-intel-2.7/Orange/data/discretization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data copying build/lib.macosx-10.6-intel-2.7/Orange/data/filter.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data copying build/lib.macosx-10.6-intel-2.7/Orange/data/imputation.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data copying build/lib.macosx-10.6-intel-2.7/Orange/data/io.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data copying build/lib.macosx-10.6-intel-2.7/Orange/data/outliers.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data/preprocess copying build/lib.macosx-10.6-intel-2.7/Orange/data/preprocess/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data/preprocess copying build/lib.macosx-10.6-intel-2.7/Orange/data/preprocess/scaling.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data/preprocess copying build/lib.macosx-10.6-intel-2.7/Orange/data/sample.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data copying build/lib.macosx-10.6-intel-2.7/Orange/data/sql.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data copying build/lib.macosx-10.6-intel-2.7/Orange/data/utils.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/data creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/adult.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/adult.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/adult.zip -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/adult_sample.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/anneal.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/anneal.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/audiology.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/audiology.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/auto-mpg.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/auto-mpg.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/balance-scale.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/balance-scale.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/breast-cancer-wisconsin-cont.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/breast-cancer-wisconsin-cont.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/breast-cancer-wisconsin-disc.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/breast-cancer-wisconsin.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/breast-cancer-wisconsin.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/breast-cancer.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/breast-cancer.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/bridges.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/bridges.mt1.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/bridges.mt2.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/bridges.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/brown-selected.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/bupa.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/bupa.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/car.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/chemogenomics.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/crx.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/crx.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/DATA_INFO.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/echocardiogram.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/echocardiogram.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/emotions.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/flag.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/flag.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/flare1.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/flare1.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/flare2.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/flare2.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/glass.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/glass.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/hair-eye-sex.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/hair-eye-sex.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/hayes-roth_learn.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/hayes-roth_learn.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/hayes-roth_test.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/hayes-roth_test.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/heart_disease.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/horse-colic.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/horse-colic.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/horse-colic_learn.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/horse-colic_learn.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/horse-colic_test.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/horse-colic_test.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/housing.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/housing.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/imports-85.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/inquisition.basket -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/ionosphere.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/ionosphere.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/iris.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/iris.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/lenses.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/lenses.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/lung-cancer.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/lung-cancer.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/lymphography.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/lymphography.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/market-basket.basket -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/market-basket.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-1.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-1.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-1_learn.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-1_learn.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-1_test.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-1_test.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-2.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-2.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-2_learn.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-2_learn.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-2_test.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-2_test.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-3.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-3.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-3_learn.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-3_learn.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-3_test.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks-3_test.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/monks.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/multitarget-synthetic.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/o-ring-erosion.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/post-operative.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/post-operative.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/primary-tumor.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/primary-tumor.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/promoters.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/prostate.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/servo.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/servo.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/shuttle-landing-control.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/shuttle-landing-control.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/smokers_ct.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/sponge.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/sponge.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/test-pls.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/tic-tac-toe.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/tic_tac_toe.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/titanic.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/vehicle.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/voting.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/voting.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/water-treatment.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/water-treatment.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/wdbc.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/wine.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/wine.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/wpbc.csv -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/yeast-class-RPR.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/yeast-interactions.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/zoo.htm -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets copying build/lib.macosx-10.6-intel-2.7/Orange/datasets/zoo.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/datasets creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/distance copying build/lib.macosx-10.6-intel-2.7/Orange/distance/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/distance creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/ensemble copying build/lib.macosx-10.6-intel-2.7/Orange/ensemble/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/ensemble copying build/lib.macosx-10.6-intel-2.7/Orange/ensemble/bagging.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/ensemble copying build/lib.macosx-10.6-intel-2.7/Orange/ensemble/boosting.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/ensemble copying build/lib.macosx-10.6-intel-2.7/Orange/ensemble/forest.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/ensemble copying build/lib.macosx-10.6-intel-2.7/Orange/ensemble/stacking.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/ensemble creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/evaluation copying build/lib.macosx-10.6-intel-2.7/Orange/evaluation/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/evaluation copying build/lib.macosx-10.6-intel-2.7/Orange/evaluation/scoring.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/evaluation copying build/lib.macosx-10.6-intel-2.7/Orange/evaluation/testing.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/evaluation creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature copying build/lib.macosx-10.6-intel-2.7/Orange/feature/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature/construction copying build/lib.macosx-10.6-intel-2.7/Orange/feature/construction/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature/construction copying build/lib.macosx-10.6-intel-2.7/Orange/feature/construction/functionDecomposition.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature/construction copying build/lib.macosx-10.6-intel-2.7/Orange/feature/construction/univariate.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature/construction copying build/lib.macosx-10.6-intel-2.7/Orange/feature/discretization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature copying build/lib.macosx-10.6-intel-2.7/Orange/feature/imputation.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature copying build/lib.macosx-10.6-intel-2.7/Orange/feature/scoring.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature copying build/lib.macosx-10.6-intel-2.7/Orange/feature/selection.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/feature creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/featureConstruction copying build/lib.macosx-10.6-intel-2.7/Orange/featureConstruction/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/featureConstruction copying build/lib.macosx-10.6-intel-2.7/Orange/featureConstruction/functionDecomposition.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/featureConstruction copying build/lib.macosx-10.6-intel-2.7/Orange/featureConstruction/univariate.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/featureConstruction creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/fixes copying build/lib.macosx-10.6-intel-2.7/Orange/fixes/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/fixes copying build/lib.macosx-10.6-intel-2.7/Orange/fixes/fix_changed_names.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/fixes copying build/lib.macosx-10.6-intel-2.7/Orange/fixes/fix_changed_names_aggressive.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/fixes copying build/lib.macosx-10.6-intel-2.7/Orange/fixes/fix_orange_imports.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/fixes copying build/lib.macosx-10.6-intel-2.7/Orange/fixes/fix_orange_imports_aggressive.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/fixes copying build/lib.macosx-10.6-intel-2.7/Orange/fixes/fix_orange_top_import.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/fixes linking /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/liborange.so -> orange.so creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/misc copying build/lib.macosx-10.6-intel-2.7/Orange/misc/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/misc creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/multilabel copying build/lib.macosx-10.6-intel-2.7/Orange/multilabel/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/multilabel copying build/lib.macosx-10.6-intel-2.7/Orange/multilabel/br.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/multilabel copying build/lib.macosx-10.6-intel-2.7/Orange/multilabel/brknn.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/multilabel copying build/lib.macosx-10.6-intel-2.7/Orange/multilabel/lp.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/multilabel copying build/lib.macosx-10.6-intel-2.7/Orange/multilabel/mlknn.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/multilabel copying build/lib.macosx-10.6-intel-2.7/Orange/multilabel/mulan.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/multilabel copying build/lib.macosx-10.6-intel-2.7/Orange/multilabel/multibase.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/multilabel copying build/lib.macosx-10.6-intel-2.7/Orange/multilabel/multiknn.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/multilabel copying build/lib.macosx-10.6-intel-2.7/Orange/orange.so -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/aboutdialog.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/addons.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/application.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/canvasmain.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/canvastooldock.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/outputview.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/schemeinfo.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/settings.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests/test_canvastooldock.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests/test_outputview.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests/test_schemeinfo.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests/test_settings.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests/test_welcomedialog.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tests/test_widgettoolbox.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tests creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tutorials copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials/005-func-genom-workshop.ows -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tutorials copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials/250-tree-scatterplot.ows -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tutorials copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials/310-clustering.ows -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tutorials copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials/450-cross-validation.ows -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tutorials copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/tutorials/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application/tutorials copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/welcomedialog.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/application/widgettoolbox.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/application creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/annotationitem.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/controlpoints.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/graphicspathobject.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/linkitem.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/nodeitem.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests/test_annotationitem.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests/test_controlpoints.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests/test_graphicspathobject.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests/test_linkitem.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/tests/test_nodeitem.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/items/utils.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/items copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/layout.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/scene.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/tests/test_layout.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/tests/test_scene.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/canvas/view.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/canvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/config.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/commands.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/editlinksdialog.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/interactions.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/quickmenu.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/schemeedit.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/tests/test_editlinksdialog.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/tests/test_quickmenu.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/document/tests/test_schemeedit.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/document/tests creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/dock.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/dropshadow.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/framelesswindow.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/lineedit.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/quickhelp.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/splashscreen.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/stackedwidget.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/test.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_dock.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_dropshadow.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_framelesswindow.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_lineedit.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_splashscreen.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_stackedwidget.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_toolbar.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_toolbox.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_toolgrid.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tests/test_tooltree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/toolbar.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/toolbox.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/toolgrid.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/tooltree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/gui/utils.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/gui creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/help copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/help/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/help copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/help/intersphinx.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/help copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/help/manager.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/help copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/help/provider.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/help creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/application.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/arrow-right.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Arrow.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Back.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/CanvasIcon.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/categories.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/default-category.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/default-widget.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/delete.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/delete_gray.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/doc.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Document Info.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Documentation.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Dropdown.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/error.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/exit.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/folders.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/folders2.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/frame.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/frame2.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Get Started.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Grid.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Info.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/information.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/leftEdge.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/leftEdgeG.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/leftEdgeR.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Maximize Toolbar.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Minimize Toolbar.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/moveleft.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/moveright.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/New.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/open.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Open.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/options.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/orange-canvas.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/orange-splash-screen.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/orange.ico -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/OrangeOWS.ico -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/output.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Pause.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/print.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Recent.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/rightEdge.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/rightEdgeG.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/rightEdgeR.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/save.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Search.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/splash.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Text Size.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/text.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/triangle-blue.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/triangle-orange.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/triangle-red.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/Tutorials.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/update.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/update1.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/icons/warning.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/main.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngCanvas.pyw -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngCanvasItems.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngDlgs.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngDoc.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngGui.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngHelp.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngHistory.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngOutput.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngRegistry.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngSignalManager.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngTabs.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/orngView.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/previewbrowser.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/previewdialog.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/previewmodel.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/scanner.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/tests/test_previewbrowser.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/preview/tests/test_previewdialog.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/preview/tests creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/base.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/cache.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/description.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/discovery.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/qt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/tests/test_base.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/registry/tests/test_discovery.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/registry/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/resources.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/annotations.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/errors.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/link.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/node.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/readwrite.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/scheme.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/signalmanager.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests/test_annotations.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests/test_links.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests/test_nodes.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests/test_readwrite.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/tests/test_scheme.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/scheme/widgetsscheme.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/scheme creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles/orange copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange/Arrow.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles/orange copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange/Document Info.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles/orange copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange/Dropdown.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles/orange copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange/Grid.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles/orange copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange/Info.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles/orange copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange/Pause.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles/orange copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange/Search.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles/orange copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange/Text Size.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles/orange copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/styles/orange.qss -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/styles creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/propertybindings.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/qtcompat.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/redirect.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/settings.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/tests/test_propertybindings.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/utils/tests/test_settings.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas/utils/tests copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeCanvas/WidgetTabs.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeCanvas copying build/lib.macosx-10.6-intel-2.7/Orange/orangene.so -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange copying build/lib.macosx-10.6-intel-2.7/Orange/orangeom.so -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange copying build/lib.macosx-10.6-intel-2.7/Orange/orangeqt.so -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRules.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRules_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRules_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRules_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRules_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRules_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesExplorer.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesFilter.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesTreeViewer_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/AssociationRulesViewer_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/Category-Associate.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/Itemsets.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/Itemsets_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/Itemsets_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/Itemsets_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/Itemsets_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/Itemsets_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/icons/ItemsetsExplorer_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/OWAssociationRules.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/OWAssociationRulesTreeViewer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/OWAssociationRulesViewer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/OWItemsets.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Associate/OWItemsetsExplorer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Associate creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/BasicSVM_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/BasicSVM_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/BasicSVM_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/BasicSVM_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/BasicSVM_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/C4.5.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/C45_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/C45_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/C45_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/C45_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/C45_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Category-Classify.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTree.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTree_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTree_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTree_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTree_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTree_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeGraph_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ClassificationTreeViewer_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2RulesViewer.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/CN2RulesViewer_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Ensemble.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/InteractiveTreeBuilder.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ITree_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ITree_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ITree_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ITree_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/ITree_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/kNearestNeighbours.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/kNearestNeighbours_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/LoadClassifier.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/LogisticRegression.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/LogisticRegression_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/LogisticRegression_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/LogisticRegression_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/LogisticRegression_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/LogisticRegression_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Majority.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Majority_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Majority_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Majority_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Majority_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Majority_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/NaiveBayes.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/NaiveBayes_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/NaiveBayes_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/NaiveBayes_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/NaiveBayes_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/NaiveBayes_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/NeuralNetwork.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Nomogram.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Nomogram_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Nomogram_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Nomogram_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Nomogram_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Nomogram_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/RandomForest.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/RandomForest_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/RandomForest_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/RandomForest_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/RandomForest_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/RandomForest_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/SaveClassifier.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/Stacking.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/icons/SVM.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWC45Tree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWClassificationTree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWClassificationTreeGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWClassificationTreeViewer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWCN2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWCN2RulesViewer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWEnsemble.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWITree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWKNN.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWLoadClassifier.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWLogisticRegression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWMajority.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWNaiveBayes.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWNeuralNetwork.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWNomogram.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWNomogramGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWRandomForest.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWSaveClassifier.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Classify/OWSVM.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Classify copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/ColorBrewerColorSchemes.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/ColorPalette.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Category-Data.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Concatenate.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Concatenate_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Concatenate_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Concatenate_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Concatenate_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Concatenate_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Continuize.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Continuize_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Continuize_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Continuize_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Continuize_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Continuize_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataInfo.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataInfo_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataInfo_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataInfo_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataInfo_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataInfo_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataSampler.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataSampler_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataSampler_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataSampler_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataSampler_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataSampler_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataTable.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataTable_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataTable_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataTable_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataTable_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/DataTable_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Discretize.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Discretize_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Discretize_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Discretize_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Discretize_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Discretize_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/EditDomain.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/FeatureConstructor.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/FeatureConstructor_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/FeatureConstructor_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/FeatureConstructor_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/FeatureConstructor_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/FeatureConstructor_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/File.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/File_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/File_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/File_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/File_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/File_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/ImageViewer.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/ImageViewer_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/ImageViewer_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/ImageViewer_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/ImageViewer_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/ImageViewer_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Impute.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Impute_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Impute_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Impute_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Impute_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Impute_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/LoadObject.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/MergeData.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/MergeData_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/MergeData_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/MergeData_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/MergeData_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/MergeData_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Outliers.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Outliers_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Outliers_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Outliers_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Outliers_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Outliers_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PaintData.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PaintData_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PaintData_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PaintData_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PaintData_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PaintData_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Preprocess.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Preprocess_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Preprocess_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Preprocess_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Preprocess_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Preprocess_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PurgeDomain.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PurgeDomain_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PurgeDomain_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PurgeDomain_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PurgeDomain_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PurgeDomain_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PythonScript.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PythonScript_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PythonScript_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PythonScript_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PythonScript_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/PythonScript_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/QuickSelect.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Rank.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Rank_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Rank_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Rank_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Rank_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Rank_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Save.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Save_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Save_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Save_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Save_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/Save_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SaveObject.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectAttributes.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectAttributes_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectAttributes_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectAttributes_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectAttributes_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectAttributes_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectData.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectData_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectData_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectData_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectData_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/icons/SelectData_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWConcatenate.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWContinuize.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWDataDomain.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWDataInfo.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWDataSampler.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWDataTable.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWDiscretize.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWEditDomain.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWFeatureConstructor.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWFile.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWImageViewer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWImpute.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWMergeData.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWMultiMergeData.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWOutliers.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWPaintData.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWPreprocess.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWPurgeDomain.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWPythonScript.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWQuickSelect.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWRank.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWSave.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Data/OWSelectData.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Data creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/CalibrationPlot_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/Category-Evaluate.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ConfusionMatrix_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/LiftCurve.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/LiftCurve_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/LiftCurve_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/LiftCurve_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/LiftCurve_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/LiftCurve_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/Predictions.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/Predictions_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/Predictions_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/Predictions_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/Predictions_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/Predictions_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/ROCAnalysis_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/TestLearners1.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/TestLearners2.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/TestLearners_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/TestLearners_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/TestLearners_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/TestLearners_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/icons/TestLearners_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/OWCalibrationPlot.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/OWConfusionMatrix.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/OWLiftCurve.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/OWPredictions.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/OWROC.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Evaluate/OWTestLearners.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Evaluate creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/2DInteractions.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/2DMisclassified.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/ApproximateProfiles.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/arrow_down.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/arrow_up.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/AttributeDistance.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/background_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/background_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/background_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/background_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/background_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Blue_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Blue_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Blue_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Blue_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Blue_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Brown_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Brown_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Brown_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Brown_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Brown_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Green48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Green_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Green_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Green_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Green_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Grey_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Grey_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Grey_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Grey_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/backgrounds/Grey_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons/backgrounds copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/brush.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/brush_64px.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/ca.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Categorize.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Classifications.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/CorrespondenceAnalysis.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Default.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Default2.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/DistanceFilter.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_arrow.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_browseCircle.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_browseRectangle.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_clear.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_down1.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_down2.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_down3.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_enter.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_HideSelection.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_left.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_Mark2Sel.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_pan_hand.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_poly.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_rect.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_right.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_Sel2Mark.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_select_add.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_select_remove.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_select_toggle.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_SelectedNodes.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_SelisMark.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_send.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_ShowSelection.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_sort.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_undo.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_UnselectedNodes.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_up1.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_up2.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_up3.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_zoom.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_zoom2.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/dlg_zoom_extent.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Dlg_zoom_selection.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/downgreenarrow.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/ExampleDistance.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/ExtendedFile.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/FeatureConstructor.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/frame-iron.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/frame-spring.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/frame.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/GenomeMap.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/jitter.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/jitter_64px.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/lasso-transparent_42px.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Learner.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/leftEdge.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/LetterNgram.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/magnet.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/magnet_64px.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/NaiveBayesSave.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Network_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Network_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Network_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Network_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Network_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/NeuralNetwork.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/OrangeLogo.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/OrangeWidgets.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/OrangeWidgetsIcon.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/OrangeWidgetsLogo.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Outcome.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Pade.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/put.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/put_64px.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/RegressionTree.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/RegressionTreeGraph.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/rightEdge.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/select-transparent_42px.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Simon.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/triangle-blue.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/triangle-orange.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/triangle-red.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/Unknown.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/upgreenarrow.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/icons/widgetEdge.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWBaseWidget.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWClustering.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWClusterOptimization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWColorPalette.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWConcurrent.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWContexts.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWDatabasesUpdate.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWDlgs.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWFreeVizOptimization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWGraphics.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWGraphTools.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWGUI.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWGUIEx.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWHist.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWItemModels.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWkNNOptimization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWMosaicOptimization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWQCanvasFuncts.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWReport.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWToolbars.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWTools.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWTreeViewer2D.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWVisWidget.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/OWWidget.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/generator.gs -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/generator.vs -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owaxis.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owconstants.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owcurve.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owlegend.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owopenglrenderer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owpalette.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owplot.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owplot3d.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owplotgui.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owpoint.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owtheme.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/owtools.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/circle.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/circle_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/cone_hq.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/cross.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/cross_2d.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/cross_2d_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/cross_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/cube.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/cube_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/diamond.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/diamond_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/dpyramid.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/dpyramid_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/dtriangle.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/dtriangle_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/lpyramid.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/lpyramid_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/ltriangle.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/ltriangle_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/lwedge.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/lwedge_2d.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/lwedge_2d_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/lwedge_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/octahedron.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/octahedron_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/owprimitives3d.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/pyramid.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/pyramid_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/rect.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/rect_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/sphere.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/sphere_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/sphere_hq.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/triangle.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/triangle_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/wedge.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/wedge_2d.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/wedge_2d_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/wedge_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/xcross.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/xcross_2d.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/xcross_2d_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/primitives/xcross_edges.obj -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot/primitives copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/plot/symbol.vs -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/plot creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/Category-Prototypes.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/Distance.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/InteractionGraph_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/Itemsets.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/ItemsetsExplorer.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/icons/SQLSelect.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWAddRowIds.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWAttributeDistance.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWBR.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWBRkNN.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWCalibratedClassifier.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWCompare.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWCorrelations.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWCSVFileImport.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWDataSort.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWExampleDistance.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWGaussianMixtures.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWGroupBy.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWLogTransform.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWLP.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWMissingValues.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWMLkNN.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWPerformanceCurves.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWPickle.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWPivot.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWRandomForestOld.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWRScript.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWShuffle.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWSpectrum.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWSQL.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWSQLSelect.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWSymMatrixCombine.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWTimeDataVisualizer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWTimeDataVisualizerGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWTimeline.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWTranslateDomain.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWTranspose.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Prototypes/OWUnpickle.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Prototypes creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/Category-Regression.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/EarthMars.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/kNearestNeighbours.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/LinearRegression.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/Mean.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/Pade.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/Pade.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/PLSRegression.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/RandomForestRegression.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/RegressionTree.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/RegressionTree.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/RegressionTreeGraph.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/RegressionTreeGraph.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/icons/SVMRegression.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/OWKNNRegression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/OWLinearRegression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/OWMean.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/OWPade.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/OWPLS.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/OWRandomForestRegression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/OWRegressionTree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/OWRegressionTreeViewer2D.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Regression/OWSVMRegression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Regression creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/report copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/report/index.html -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/report creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/Category-Unsupervised.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/ComputeDistance_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/Distance.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceFile_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceMap_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/DistanceMatrix.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/HierarchicalClustering_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/InteractionGraph_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/KMeans_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/KMeans_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/KMeans_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/KMeans_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/KMeans_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/kMeansClustering.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/LoadDistances.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MatrixTransformation_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MDS.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MDS_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MDS_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MDS_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MDS_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/MDS_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/Network_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/Network_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/Network_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/Network_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/Network_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFile_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/NetworkFromDistances_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/PCA.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SaveDistanceFile_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SaveDistances.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SNAP_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SNAP_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SNAP_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SNAP_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SNAP_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/snap_logo.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOM.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOM_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOM_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOM_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOM_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOM_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/icons/SOMVisualizer_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWDistanceFile.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWDistanceFilter.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWDistanceMap.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWDistances.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWHierarchicalClustering.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWInteractionGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWKMeans.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWMDS.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWPCA.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWSaveDistanceFile.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWSOM.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWSOMVisualizer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Unsupervised/OWSymMatrixTransform.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Unsupervised creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Utilities copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Utilities/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Utilities creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Utilities/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Utilities/icons/DatabasesPkg.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Utilities/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Utilities/OWDatabasesPack.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Utilities creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/AttributeStatistics.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/AttributeStatistics_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Category-Visualize.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/CorrespondenceAnalysis.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Distribution.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Distribution_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Distribution_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Distribution_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Distribution_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Distribution_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/LinearProjection.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/LinearProjection_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/LinearProjection_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/LinearProjection_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/LinearProjection_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/LinearProjection_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/MosaicDisplay.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/MosaicDisplay_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ParallelCoordinates_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Polyviz.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Polyviz_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Polyviz_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Polyviz_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Polyviz_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Polyviz_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Radviz.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Radviz_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Radviz_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Radviz_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Radviz_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/Radviz_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ScatterPlot.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ScatterPlot_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ScatterPlot_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ScatterPlot_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ScatterPlot_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/ScatterPlot_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveDiagram.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveDiagram_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveDiagram_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveDiagram_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveDiagram_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveDiagram_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveMultigram.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveMultigram_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveMultigram_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveMultigram_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveMultigram_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SieveMultigram_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SurveyPlot.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SurveyPlot_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SurveyPlot_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SurveyPlot_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SurveyPlot_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/SurveyPlot_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/TimeData_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/TimeData_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/TimeData_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/TimeData_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/TimeData_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/icons/VennDiagram.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWAttributeStatistics.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWCorrespondenceAnalysis.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWDistributions.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWLinProj.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWLinProjGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWMosaicDisplay.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWMultiCorrespondenceAnalysis.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWParallelCoordinates.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWParallelGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWPolyviz.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWPolyvizGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWRadviz.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWScatterPlot.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWScatterPlotGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWSieveDiagram.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWSieveMultigram.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWSieveMultigramGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWSurveyPlot.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWSurveyPlotGraph.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/Visualize/OWVennDiagram.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/Visualize creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/cone.vs -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/edge.vs -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/grid.vs -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/AttributeStatistics.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Category-Visualize.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/CorrespondenceAnalysis.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Discretize.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Discretize_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Discretize_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Discretize_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Discretize_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Discretize_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Distribution.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Distribution_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Distribution_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Distribution_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Distribution_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Distribution_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/LinearProjection_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/MDS.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/MDS_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/MDS_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/MDS_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/MDS_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/MDS_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/MosaicDisplay.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Network_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Network_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Network_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Network_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Network_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ParallelCoordinates_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Polyviz.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Polyviz_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Radviz.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Radviz_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Radviz_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Radviz_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Radviz_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/Radviz_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_16.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_32.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_40.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_48.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/ScatterPlot_60.png -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/SieveDiagram.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/SieveMultigram.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/icons/SurveyPlot.svg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt/icons copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/node.vs -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWDiscretizeQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWDistributionsQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWLinProj3D.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWLinProj3DPlot.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWLinProjGraphQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWLinProjQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWMDSQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWNxCanvas3D.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWNxExplorer3D.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWParallelCoordinatesQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWParallelGraphQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWPolyvizGraphQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWPolyvizQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWRadvizQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWScatterPlot3D.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWScatterPlotGraphQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWScatterPlotQt.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/OWSphereviz3D.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/sphere.vs -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt copying build/lib.macosx-10.6-intel-2.7/Orange/OrangeWidgets/VisualizeQt/value-lines.vs -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/OrangeWidgets/VisualizeQt creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/addOnPack.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/addOnServer.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/buildC45.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/corn.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/downloadPyd.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/ensemble.c -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/fileutil.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orange.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orange2to25.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orangene.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orangeom.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orangerc.cfg -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orng2Array.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngABCN2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngABML.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngAssoc.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngBayes.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngC45.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngCA.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngCI.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngClustering.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngCN2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngConfiguration.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngContingency.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngCRS.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngDataCaching.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngDebugging.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngDimRed.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngDimReduction.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngDisc.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngEnsemble.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngEnviron.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngEval.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngEvalAttr.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngFSS.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngImpute.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngInteract.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngInteractions.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngIO.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngLinProj.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngLinVis.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngLookup.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngLR.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngLR_Jakulin.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngMCPrediction.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngMDS.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngMisc.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngMosaic.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngMultiClass.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngMultivariatePrediction.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngMySQL.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngOutlier.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngPade.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngPCA.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngProjectionPursuit.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngRegression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngReliability.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngScaleData.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngScaleLinProjData.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngScalePolyvizData.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngScaleScatterPlotData.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngServerFiles.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngSOM.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngSQL.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngStat.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngSVM.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngSVM_Jakulin.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngTest.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngTree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngVisFuncts.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngVizRank.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/orngWrap.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/statc.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/updateOrange.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng copying build/lib.macosx-10.6-intel-2.7/Orange/orng/widgetParser.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/orng creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/projection copying build/lib.macosx-10.6-intel-2.7/Orange/projection/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/projection copying build/lib.macosx-10.6-intel-2.7/Orange/projection/correspondence.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/projection copying build/lib.macosx-10.6-intel-2.7/Orange/projection/linear.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/projection copying build/lib.macosx-10.6-intel-2.7/Orange/projection/mds.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/projection copying build/lib.macosx-10.6-intel-2.7/Orange/projection/som.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/projection creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/regression copying build/lib.macosx-10.6-intel-2.7/Orange/regression/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/regression copying build/lib.macosx-10.6-intel-2.7/Orange/regression/base.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/regression copying build/lib.macosx-10.6-intel-2.7/Orange/regression/lasso.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/regression copying build/lib.macosx-10.6-intel-2.7/Orange/regression/linear.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/regression copying build/lib.macosx-10.6-intel-2.7/Orange/regression/mean.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/regression copying build/lib.macosx-10.6-intel-2.7/Orange/regression/pls.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/regression copying build/lib.macosx-10.6-intel-2.7/Orange/regression/tree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/regression copying build/lib.macosx-10.6-intel-2.7/Orange/statc.so -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/statistics copying build/lib.macosx-10.6-intel-2.7/Orange/statistics/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/statistics copying build/lib.macosx-10.6-intel-2.7/Orange/statistics/basic.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/statistics copying build/lib.macosx-10.6-intel-2.7/Orange/statistics/contingency.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/statistics copying build/lib.macosx-10.6-intel-2.7/Orange/statistics/distribution.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/statistics copying build/lib.macosx-10.6-intel-2.7/Orange/statistics/estimate.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/statistics copying build/lib.macosx-10.6-intel-2.7/Orange/statistics/evd.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/statistics creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing copying build/lib.macosx-10.6-intel-2.7/Orange/testing/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/doctest copying build/lib.macosx-10.6-intel-2.7/Orange/testing/doctest/dtest.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/doctest creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_obi creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_obi/modules copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi/modules/geneMatch1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_obi/modules copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi/modules/obiGO-enrichment.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_obi/modules copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi/modules/obiGO-gene-annotations.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_obi/modules copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_obi/modules/obiGO-slim-mapping.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_obi/modules creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/associate-frequent-itemsets.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/associate-inquisition.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/associate-lenses-classification.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/associate-lenses-itemsets.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/associate-lenses.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/associate-market.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/associate-traceback.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/association-lenses-classification.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/attributes.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/bayes-mestimate.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/bayes-plot-iris.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/bayes-run.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/bayes-thresholdAdjustment.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/classifier-from-var-example.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/correspondence1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/CostMatrix.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/data.io-read.weka.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/data.io-write.weka.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/datatable1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/datatable2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/datatable_merge.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/discretization-entropy.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/discretization-feature.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/discretization-table-method.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/discretization-table.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/discretization.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/distance-simple.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/distances-test.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/distributions-basic-stat.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/ensemble-forest-measure.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/ensemble-forest.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/ensemble-forest2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/ensemble-stacking.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/ensemble.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/filter.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/filterm.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/filters.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/filterv.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/freeviz-classify.py.linux2.2.6.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/freeviz-classify.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/freeviz-pca.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/freeviz-projector.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/generate_multitarget.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/hierarchical-draw.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/hierarchical-example-2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/hierarchical-example-3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/hierarchical-example.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/imputation-complex.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/imputation-data.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/imputation-logreg.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/imputation-minimal-imputer.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/imputation-values.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/instance-construct.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/instance-metavar.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/instance_merge.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/kmeans-cmp-init.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/kmeans-run-callback.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/kmeans-run.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/kmeans-silhouette.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/kmeans-trace.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/knnExample0.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/knnExample1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/knnExample2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/knnInstanceDistance.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/knnlearner.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/lasso-example.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/linear-example.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/logreg-run.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/logreg-singularities.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/logreg-stepwise.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/lookup-lookup.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/lookup-table.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/majority-classification.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/mds-advanced.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/mds-euclid-torgerson-3d.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/mds-scatterplot.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/mean-regression.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/misc-selection-bestonthefly.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/mlc-classify.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/mlc-evaluate.py.linux2.2.6.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/mlc-evaluate.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/optimization-thresholding1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/optimization-thresholding2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/optimization-tuning1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/optimization-tuningm.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/orngTree1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/orngTree2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/outlier1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/outlier2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/pca-run.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/pca-scree.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/pls-example.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/random_classifier.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/randomindices2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/randomindicescv.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/randomindicesn.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/regression-tree-run.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/reliability-basic.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/reliability-long.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/reliability-run.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/reliability_basic.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/rules-cn2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/rules-customized.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/scoring-all.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/scoring-calls.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/scoring-diff-measures.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/scoring-example.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/scoring-info-iris.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/scoring-info-lenses.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/scoring-regression.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/scoring-relief-caching.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/scoring-relief-gainRatio.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/selection-bayes.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/selection-best3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/selection-filtered-learner.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/serverfiles1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/simple_tree_random_forest.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/simple_tree_regression.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/som-classifier.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/som-mapping.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/som-node.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/sql-example.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statExample0.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statExample1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statExamples.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statExamplesGraphRanks.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statExamplesRegression.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statistics-contingency.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statistics-contingency2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statistics-contingency3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statistics-contingency4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statistics-contingency5.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statistics-contingency7.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/statistics-contingency8.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/svm-custom-kernel.py.darwin.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/svm-custom-kernel.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/svm-easy.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/svm-linear-weights.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/svm-recursive-feature-elimination.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/symmatrix.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/testing-example.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/testing-test.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/transformvalue-d2c.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/transformvalue-miv.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/transformvalue-nc.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/transformvalue-o2c.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/tree2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/tree3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/tree_c45.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/tree_c45_printtree.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/treelearner.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/treestructure.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/unusedValues.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_reference/variable-get_value_from.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_reference creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests/associate-sparse-tab.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests/test_auc.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests/test_ca.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_abcn2-rules.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_assoc.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_bayes.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_c45.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_classification-rules2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_classification_rules1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_correspondance.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_discretization.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_ensemble.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_ensemble2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_ensemble3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_ensemble4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_evaluate-attributes.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_feature-construction.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_fss1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_fss2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_fss3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_fss4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_fss5.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_fss6.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_fss7.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_hclust-colored-dendrogram.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_hclust-dendrogram.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_hclust-iris.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_hclust-test1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_hclust-test2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_imputation.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_interactions.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_kmeans-cmp-init.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_kmeans-run-callback.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_kmeans-run.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_kmeans-silhouette.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_kmeans-trace.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_logreg1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_logreg2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_logreg3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_mds1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_misc_bestOnTheFly.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_orngTree1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_orngTree2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_outlier1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_outlier2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_PCA1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_PCA2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_PCA3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_PCA4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_regression.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_server_files1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_server_files2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_server_files_update.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_som1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_statExamples-graph_ranks.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_statExamples-regression.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_statExamples.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_svm-custom-kernel.py.darwin.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_svm-custom-kernel.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_svm-test.py.darwin.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_svm-test.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_test.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_thresholding1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_thresholding2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tree1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tree2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tree3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tree4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tree5.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tree6.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tree7.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tree8.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tree9.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tuning1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/modules_tuningm.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_assoc-agrawal.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_assoc-agrawal2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_assoc-rule.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_assoc-rule2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_assoc.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_attribute_reuse.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_basicattrstat.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_basket.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_c45.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_cb-classifier.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_cb-descender.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_cb-filter.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_cb-learner.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_cb-measureattribute.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_cb-mydomain.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_cb-splitconstructor.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_cb-stopcriteria.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_ClassifierByExampleTable.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_ClassifierByLookupTable.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_classifierFromVar.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_contingency1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_contingency2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_contingency3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_contingency4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_contingency5.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_contingency6.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_contingency7.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_contingency8.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_CostMatrix.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_discretization.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_distributions.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_domain1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_domain2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_domainDepot.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_example.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_example2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_example3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_example_merge.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_examplesdistance-missing.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_examplesdistance.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_exampletable1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_exampletable2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_exampletable3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_exampletable4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_exampletable5.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_exampletable_merge.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_filter.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_filterm.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_filters.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_filterv.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_findnearest.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_graph.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_graph_obj.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_hclust.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_hclust_art.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_imputation.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_knnlearner.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_linear-learner.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_majority.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_matrix.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_MeasureAttribute1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_MeasureAttribute1a.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_MeasureAttribute1b.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_MeasureAttribute2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_MeasureAttribute3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_MeasureAttribute4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_output.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pp-attributes.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pp-censoring.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pp-discretization.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pp-duplicates.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pp-missing.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pp-noise.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pp-select.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pp-weights.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pythonvariable1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pythonvariable2a.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pythonvariable2b.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pythonvariable2c.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_pythonvariable2d.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_random_classifier.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_RandomClassifier.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_randomindices2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_randomindicescv.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_randomindicesn.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_subsetsgenerators.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_symmatrix.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_tab-basket.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_testRulelearner.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_transformvalue-d2c.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_transformvalue-domain.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_transformvalue-miv.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_transformvalue-nc.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_transformvalue-o2c.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_treelearner.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_treestructure.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_undefineds.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_unusedValues.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_values.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_variable.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_variable2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_variableReuse-load.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reference_variableReuse.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reuse-load-1.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tests_20/reuse-load-2.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tests_20 creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/accuracy.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/accuracy2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/accuracy3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/accuracy4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/accuracy5.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/accuracy6.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/accuracy7.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/accuracy8.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/assoc1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/assoc2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/assoc3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/bagging.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/bagging_test.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/bayes.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/bayes_test.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/classifier.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/classifier2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/data_characteristics.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/data_characteristics2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/data_characteristics3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/data_characteristics4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/disc.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/disc1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/disc2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/disc3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/disc4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/disc5.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/disc6.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/disc7.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain10.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain11.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain12.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain13.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain5.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain6.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain7.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain8.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/domain9.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/ensemble2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/ensemble3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/fss6.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/fss7.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/handful.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/lenses.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/nbdisc.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/nbdisc_test.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/regression1.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/regression2.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/regression3.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/regression4.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/report_missing.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/roc.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/sample_adult.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/results_tutorial/tree.py.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/results_tutorial creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests/associate-sparse-tab.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests/exclude-from-regression.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests/test_auc.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests/test_ca.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/combination.net -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/demo.net -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/exclude-from-regression.txt -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/inquisition.basket -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/inquisition2.basket -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/measure-c.csv -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/measure.csv -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/merge1.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/merge2.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_abcn2-rules.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_bayes.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_classification-rules2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_classification_rules1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_correspondance.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_discretization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_ensemble.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_ensemble2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_ensemble3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_ensemble4.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_evaluate-attributes.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_feature-construction.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_fss1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_fss2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_fss3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_fss4.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_fss5.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_fss6.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_fss7.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_hclust-colored-dendrogram.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_hclust-dendrogram.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_hclust-iris.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_hclust-test1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_hclust-test2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_imputation.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_interactions.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_kmeans-cmp-init.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_kmeans-run-callback.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_kmeans-run.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_kmeans-silhouette.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_kmeans-trace.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_logreg1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_logreg2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_logreg3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_mds1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_mds2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_misc_bestOnTheFly.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_orngTree1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_orngTree2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_outlier1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_outlier2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_pade.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_PCA1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_PCA2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_PCA3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_PCA4.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_PCA5.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_regression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_server_files1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_server_files2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_server_files_update.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_som1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_sql-new-embed.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_sql-new1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_sql-new2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_sql-new4.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_sql-new5.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_sql1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_sql2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_sql3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_sql4.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_statExamples-graph_ranks.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_statExamples-regression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_statExamples.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_svm-custom-kernel.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_svm-test.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_test.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_thresholding1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_thresholding2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_tree1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_tree2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_tree3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_tree4.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_tree8.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_tuning1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/modules_tuningm.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/monk1.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/pythonvariable.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_assoc-agrawal.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_assoc-agrawal2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_assoc-rule.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_assoc-rule2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_assoc.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_basicattrstat.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_basket.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_c45.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_cb-classifier.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_cb-descender.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_cb-filter.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_cb-learner.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_cb-measureattribute.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_cb-mydomain.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_cb-splitconstructor.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_cb-stopcriteria.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_ClassifierByExampleTable.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_ClassifierByLookupTable.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_classifierFromVar.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_contingency1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_contingency2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_contingency3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_contingency4.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_contingency5.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_contingency6.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_contingency7.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_contingency8.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_CostMatrix.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_discretization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_distributions.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_domain1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_domain2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_domainDepot.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_example.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_example2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_example3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_example_merge.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_examplesdistance-missing.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_examplesdistance.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_exampletable1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_exampletable2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_exampletable3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_exampletable4.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_exampletable5.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_exampletable_merge.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_filter.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_filterm.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_filters.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_filterv.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_findnearest.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_hclust.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_hclust_art.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_imputation.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_knnlearner.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_linear-learner.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_majority.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_matrix.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_MeasureAttribute1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_MeasureAttribute1a.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_MeasureAttribute1b.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_MeasureAttribute2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_MeasureAttribute3.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_MeasureAttribute4.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_output.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pp-attributes.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pp-censoring.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pp-discretization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pp-duplicates.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pp-missing.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pp-noise.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pp-select.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pp-weights.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pythonvariable1.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pythonvariable2a.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pythonvariable2b.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pythonvariable2c.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_pythonvariable2d.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_random_classifier.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_randomindices2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_randomindicescv.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_randomindicesn.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_subsetsgenerators.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_symmatrix.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_tab-basket.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_transformvalue-d2c.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_transformvalue-domain.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_transformvalue-miv.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_transformvalue-nc.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_transformvalue-o2c.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_treelearner.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_treestructure.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_undefineds.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_unusedValues.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_values.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_variable.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_variable2.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_variableReuse-load.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reference_variableReuse.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reuse-load-1.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/reuse-load-2.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/tab-basket.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/undefineds.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/tests_20/unusedValues.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/tests_20 creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/always_one_missing.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/always_one_missing___always_unknown_class___class_defined.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/always_one_missing_always_unknown_class.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/always_unknown_attribute.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/always_unknown_attribute___continuous.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/always_unknown_attribute___values_defined.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/always_unknown_class.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/constant_attribute.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/constant_attribute___continuous.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/constant_attribute___values_defined.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/constant_class.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/constant_class___continuous.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/constant_class___values_defined.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/cont_attribute___always_unknown_class___continuous.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/cont_attribute___constant_class___continuous.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/lenses.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/lenses_two_class.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/one_unknown_class.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/ugly_datasets/two_valued_attribute___continuous.tab -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression/ugly_datasets copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/updateStart.bat -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/xtest.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression copying build/lib.macosx-10.6-intel-2.7/Orange/testing/regression/xtest_one.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/regression copying build/lib.macosx-10.6-intel-2.7/Orange/testing/testing.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/test-examples.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/test_all.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_association.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_bayes.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_c45.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_data_utils.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_demo.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_discretization.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_display_name_mapping.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_distance.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_ensemble.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_evaluation_scoring.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_evaluation_testing.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_feature_selection.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_hclustering.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_instance.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_io.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_kmeans.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_knn.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_lasso.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_linear.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_linregression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_logreg.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_majority.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_mds.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_measures.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_name.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_neural.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_pick_class.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_pls.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_preprocessors.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_projection_linear.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_random.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_refactoring.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_regression.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_rules.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_selection.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_som.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_stepwise_wrapper.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_svm.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_table.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_tree.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_utils.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_value.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests copying build/lib.macosx-10.6-intel-2.7/Orange/testing/unit/tests/test_variable.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/testing/unit/tests creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/tuning copying build/lib.macosx-10.6-intel-2.7/Orange/tuning/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/tuning creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/addons.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/caching.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/collections.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/counters.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/debugging.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/environ.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/fileutil.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/r.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/render.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/selection.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/serverfiles.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/utils/widgetparser.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/utils copying build/lib.macosx-10.6-intel-2.7/Orange/version.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/wrappers copying build/lib.macosx-10.6-intel-2.7/Orange/wrappers/__init__.py -> /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange/wrappers running install_egg_info Copying Orange.egg-info to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange-2.7.8-py2.7.egg-info running install_scripts Installing orange-canvas script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin creating portal path for orange compatibility. creating /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange-orng-modules.pth Installing add ons ================== Downloading/unpacking hg+https://bitbucket.org/biolab/orange-bioinformatics Cloning hg https://bitbucket.org/biolab/orange-bioinformatics to /tmp/pip-GmlKF0-build warning: bitbucket.org certificate with fingerprint 46:de:34:e7:9b:18:cd:7f:ae:fd:8b:e3:bc:f4:1a:5e:38:d7:ac:24 not verified (check hostfingerprints or web.cacerts config setting) Running setup.py (path:/tmp/pip-GmlKF0-build/setup.py) egg_info for package from hg+https://bitbucket.org/biolab/orange-bioinformatics Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.26.tar.gz Extracting in /tmp/tmpJejQXK Now working in /tmp/tmpJejQXK/distribute-0.6.26 Building a Distribute egg in /private/tmp/pip-GmlKF0-build warning: no files found matching 'Makefile' under directory 'docs' warning: no files found matching 'indexsidebar.html' under directory 'docs' /private/tmp/pip-GmlKF0-build/distribute-0.6.26-py2.7.egg warning: no files found matching '*' under directory 'tests' warning: no files found matching '*.txt' Requirement already satisfied (use --upgrade to upgrade): Orange in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Orange-Bioinformatics==2.5.40) Requirement already satisfied (use --upgrade to upgrade): setuptools in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-3.4.4-py2.7.egg (from Orange-Bioinformatics==2.5.40) Requirement already satisfied (use --upgrade to upgrade): numpy in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Orange-Bioinformatics==2.5.40) Downloading/unpacking GenAPI>=0.0.4 (from Orange-Bioinformatics==2.5.40) Downloading GenAPI-0.0.8.tar.gz Running setup.py (path:/private/tmp/pip_build_ailabc/GenAPI/setup.py) egg_info for package GenAPI package init file 'genapi/tests/__init__.py' not found (or not a regular file) Requirement already satisfied (use --upgrade to upgrade): scipy in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Orange->Orange-Bioinformatics==2.5.40) Downloading/unpacking requests-toolbelt>=0.3.0 (from GenAPI>=0.0.4->Orange-Bioinformatics==2.5.40) Downloading requests_toolbelt-0.4.0-py2.py3-none-any.whl Downloading/unpacking slumber>=0.6.0 (from GenAPI>=0.0.4->Orange-Bioinformatics==2.5.40) Downloading slumber-0.7.1-py2-none-any.whl Downloading/unpacking requests>=2.3.0 (from GenAPI>=0.0.4->Orange-Bioinformatics==2.5.40) Downloading/unpacking six (from GenAPI>=0.0.4->Orange-Bioinformatics==2.5.40) Downloading six-1.9.0-py2.py3-none-any.whl Installing collected packages: GenAPI, Orange-Bioinformatics, requests-toolbelt, slumber, requests, six Running setup.py install for GenAPI package init file 'genapi/tests/__init__.py' not found (or not a regular file) installing library code to build/bdist.macosx-10.6-intel/egg removing 'build/bdist.macosx-10.6-intel/egg' (and everything under it) Processing GenAPI-0.0.8-py2.7.egg Extracting GenAPI-0.0.8-py2.7.egg to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Adding GenAPI 0.0.8 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/GenAPI-0.0.8-py2.7.egg Processing dependencies for GenAPI==0.0.8 Searching for six Reading https://pypi.python.org/simple/six/ Best match: six 1.9.0 Downloading https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz#md5=476881ef4012262dfc8adc645ee786c4 Processing six-1.9.0.tar.gz Writing /tmp/easy_install-wLSpKR/six-1.9.0/setup.cfg Running six-1.9.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-wLSpKR/six-1.9.0/egg-dist-tmp-52rlaW no previously-included directories found matching 'documentation/_build' zip_safe flag not set; analyzing archive contents... six: module references __path__ Adding six 1.9.0 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/six-1.9.0-py2.7.egg Searching for requests>=2.3.0 Reading https://pypi.python.org/simple/requests/ Best match: requests 2.7.0 Downloading https://pypi.python.org/packages/source/r/requests/requests-2.7.0.tar.gz#md5=29b173fd5fa572ec0764d1fd7b527260 Processing requests-2.7.0.tar.gz Writing /tmp/easy_install-B5ivxG/requests-2.7.0/setup.cfg Running requests-2.7.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-B5ivxG/requests-2.7.0/egg-dist-tmp-QXSqNR Adding requests 2.7.0 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg Searching for slumber>=0.6.0 Reading https://pypi.python.org/simple/slumber/ Best match: slumber 0.7.1 Downloading https://pypi.python.org/packages/source/s/slumber/slumber-0.7.1.tar.gz#md5=58fe531e23b7324b9fbd3faa89a115e2 Processing slumber-0.7.1.tar.gz Writing /tmp/easy_install-zn6C7n/slumber-0.7.1/setup.cfg Running slumber-0.7.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-zn6C7n/slumber-0.7.1/egg-dist-tmp-Q6su9S warning: no files found matching 'tests' Adding slumber 0.7.1 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/slumber-0.7.1-py2.7.egg Searching for requests-toolbelt>=0.3.0 Reading https://pypi.python.org/simple/requests-toolbelt/ Best match: requests-toolbelt 0.4.0 Downloading https://pypi.python.org/packages/source/r/requests-toolbelt/requests-toolbelt-0.4.0.tar.gz#md5=2278d650faadf181dd180682591e5926 Processing requests-toolbelt-0.4.0.tar.gz Writing /tmp/easy_install-H5J0Aw/requests-toolbelt-0.4.0/setup.cfg Running requests-toolbelt-0.4.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-H5J0Aw/requests-toolbelt-0.4.0/egg-dist-tmp-HTgmUl no previously-included directories found matching '*.pyc' warning: manifest_maker: MANIFEST.in, line 6: 'recursive-include' expects ... warning: manifest_maker: MANIFEST.in, line 7: 'recursive-include' expects ... no previously-included directories found matching 'docs/_build' zip_safe flag not set; analyzing archive contents... Adding requests-toolbelt 0.4.0 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/requests_toolbelt-0.4.0-py2.7.egg Finished processing dependencies for GenAPI==0.0.8 Running setup.py install for Orange-Bioinformatics warning: no files found matching '*' under directory 'tests' warning: no files found matching '*.txt' installing library code to build/bdist.macosx-10.6-intel/egg removing 'build/bdist.macosx-10.6-intel/egg' (and everything under it) Processing distribute-0.6.26-py2.7.egg Adding distribute 0.6.26 to easy-install.pth file Installing easy_install script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Installing easy_install-2.7 script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.26-py2.7.egg Processing dependencies for distribute==0.6.26 Finished processing dependencies for distribute==0.6.26 Processing Orange_Bioinformatics-2.5.40-py2.7.egg Extracting Orange_Bioinformatics-2.5.40-py2.7.egg to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Adding Orange-Bioinformatics 2.5.40 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange_Bioinformatics-2.5.40-py2.7.egg Processing dependencies for Orange-Bioinformatics==2.5.40 Searching for GenAPI==0.0.8 Best match: GenAPI 0.0.8 Processing GenAPI-0.0.8-py2.7.egg GenAPI 0.0.8 is already the active version in easy-install.pth Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/GenAPI-0.0.8-py2.7.egg Searching for numpy==1.8.1 Best match: numpy 1.8.1 Adding numpy 1.8.1 to easy-install.pth file Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Searching for setuptools==3.4.4 Best match: setuptools 3.4.4 Processing setuptools-3.4.4-py2.7.egg setuptools 3.4.4 is already the active version in easy-install.pth Installing easy_install script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Installing easy_install-2.7 script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-3.4.4-py2.7.egg Searching for Orange==2.7.8 Best match: Orange 2.7.8 Adding Orange 2.7.8 to easy-install.pth file Installing orange-canvas script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Searching for six==1.9.0 Best match: six 1.9.0 Processing six-1.9.0-py2.7.egg six 1.9.0 is already the active version in easy-install.pth Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/six-1.9.0-py2.7.egg Searching for requests==2.7.0 Best match: requests 2.7.0 Processing requests-2.7.0-py2.7.egg requests 2.7.0 is already the active version in easy-install.pth Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg Searching for slumber==0.7.1 Best match: slumber 0.7.1 Processing slumber-0.7.1-py2.7.egg slumber 0.7.1 is already the active version in easy-install.pth Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/slumber-0.7.1-py2.7.egg Searching for requests-toolbelt==0.4.0 Best match: requests-toolbelt 0.4.0 Processing requests_toolbelt-0.4.0-py2.7.egg requests-toolbelt 0.4.0 is already the active version in easy-install.pth Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/requests_toolbelt-0.4.0-py2.7.egg Searching for scipy==0.13.3 Best match: scipy 0.13.3 Adding scipy 0.13.3 to easy-install.pth file Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Finished processing dependencies for Orange-Bioinformatics==2.5.40 Successfully installed GenAPI Orange-Bioinformatics requests-toolbelt slumber requests six Cleaning up... Downloading/unpacking hg+https://bitbucket.org/biolab/orange-text Cloning hg https://bitbucket.org/biolab/orange-text to /tmp/pip-_6OmT5-build warning: bitbucket.org certificate with fingerprint 46:de:34:e7:9b:18:cd:7f:ae:fd:8b:e3:bc:f4:1a:5e:38:d7:ac:24 not verified (check hostfingerprints or web.cacerts config setting) Running setup.py (path:/tmp/pip-_6OmT5-build/setup.py) egg_info for package from hg+https://bitbucket.org/biolab/orange-text Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.26.tar.gz Extracting in /tmp/tmpLGm9uZ Now working in /tmp/tmpLGm9uZ/distribute-0.6.26 Building a Distribute egg in /private/tmp/pip-_6OmT5-build warning: no files found matching 'Makefile' under directory 'docs' warning: no files found matching 'indexsidebar.html' under directory 'docs' /private/tmp/pip-_6OmT5-build/distribute-0.6.26-py2.7.egg warning: no files found matching '*.txt' Requirement already satisfied (use --upgrade to upgrade): Orange in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Orange-Text==1.2a1) Requirement already satisfied (use --upgrade to upgrade): setuptools in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-3.4.4-py2.7.egg (from Orange-Text==1.2a1) Requirement already satisfied (use --upgrade to upgrade): numpy in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Orange->Orange-Text==1.2a1) Requirement already satisfied (use --upgrade to upgrade): scipy in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Orange->Orange-Text==1.2a1) Installing collected packages: Orange-Text Running setup.py install for Orange-Text warning: no files found matching '*.txt' installing library code to build/bdist.macosx-10.6-intel/egg building 'orangecontrib.text._orngTextWrapper' extension gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/orngTextWrapper/Wrapper_wrap.cxx -o build/temp.macosx-10.6-intel-2.7/src/orngTextWrapper/Wrapper_wrap.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/orngTextWrapper/Wrapper_wrap.cxx: In function 'void SWIG_Python_AddErrorMsg(const char*)': src/orngTextWrapper/Wrapper_wrap.cxx:870: warning: format not a string literal and no format arguments cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/orngTextWrapper/Wrapper_wrap.cxx: In function 'void SWIG_Python_AddErrorMsg(const char*)': src/orngTextWrapper/Wrapper_wrap.cxx:870: warning: format not a string literal and no format arguments gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/orngTextWrapper/Wrapper.cpp -o build/temp.macosx-10.6-intel-2.7/src/orngTextWrapper/Wrapper.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ /tmp/pip-_6OmT5-build/src/lemmagen/RdrLemmatizer.h:75: warning: 'iDataLenStatic' defined but not used /tmp/pip-_6OmT5-build/src/lemmagen/RdrLemmatizer.h:76: warning: 'abDataStatic' defined but not used cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ /tmp/pip-_6OmT5-build/src/lemmagen/RdrLemmatizer.h:75: warning: 'iDataLenStatic' defined but not used /tmp/pip-_6OmT5-build/src/lemmagen/RdrLemmatizer.h:76: warning: 'abDataStatic' defined but not used gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/tmt/common/Common.cpp -o build/temp.macosx-10.6-intel-2.7/src/tmt/common/Common.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/tmt/common/Files.cpp -o build/temp.macosx-10.6-intel-2.7/src/tmt/common/Files.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/tmt/lemmatization/FSADictionary.cpp -o build/temp.macosx-10.6-intel-2.7/src/tmt/lemmatization/FSADictionary.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/tmt/lemmatization/FSALemmatization.cpp -o build/temp.macosx-10.6-intel-2.7/src/tmt/lemmatization/FSALemmatization.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/tmt/lemmatization/Lemmatization.cpp -o build/temp.macosx-10.6-intel-2.7/src/tmt/lemmatization/Lemmatization.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/tmt/lemmatization/PorterStemmer.cpp -o build/temp.macosx-10.6-intel-2.7/src/tmt/lemmatization/PorterStemmer.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step1ab(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:218: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:219: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:219: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:222: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:223: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:223: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:225: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:225: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:226: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:226: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:227: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:227: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:234: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step1c(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:242: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step2(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:252: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:252: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:253: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:253: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:255: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:255: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:256: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:256: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:258: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:258: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:260: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:260: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:265: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:265: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:266: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:266: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:267: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:267: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:268: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:268: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:270: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:270: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:271: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:271: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:272: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:272: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:274: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:274: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:275: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:275: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:276: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:276: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:277: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:277: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:279: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:279: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:280: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:280: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:281: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:281: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:283: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:283: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step3(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:293: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:293: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:294: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:294: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:295: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:295: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:297: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:297: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:299: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:299: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:300: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:300: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:302: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:302: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step4(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:310: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:311: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:312: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:313: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:314: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:315: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:316: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:317: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:318: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:319: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:320: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:321: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:322: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:324: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:325: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:326: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:327: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:328: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:329: warning: deprecated conversion from string constant to 'char*' cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step1ab(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:218: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:219: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:219: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:222: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:223: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:223: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:225: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:225: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:226: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:226: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:227: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:227: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:234: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step1c(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:242: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step2(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:252: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:252: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:253: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:253: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:255: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:255: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:256: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:256: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:258: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:258: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:260: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:260: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:265: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:265: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:266: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:266: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:267: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:267: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:268: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:268: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:270: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:270: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:271: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:271: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:272: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:272: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:274: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:274: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:275: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:275: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:276: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:276: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:277: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:277: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:279: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:279: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:280: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:280: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:281: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:281: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:283: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:283: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step3(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:293: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:293: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:294: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:294: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:295: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:295: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:297: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:297: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:299: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:299: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:300: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:300: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:302: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:302: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp: In function 'void step4(stemmer*)': src/tmt/lemmatization/PorterStemmer.cpp:310: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:311: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:312: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:313: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:314: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:315: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:316: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:317: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:318: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:319: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:320: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:321: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:322: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:324: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:325: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:326: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:327: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:328: warning: deprecated conversion from string constant to 'char*' src/tmt/lemmatization/PorterStemmer.cpp:329: warning: deprecated conversion from string constant to 'char*' gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/tmt/strings/StringUtils.cpp -o build/temp.macosx-10.6-intel-2.7/src/tmt/strings/StringUtils.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/tmt/strings/UTF8Tokenizer.cpp -o build/temp.macosx-10.6-intel-2.7/src/tmt/strings/UTF8Tokenizer.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DTMTNOZLIB=1 -DNDEBUG=1 -I/tmp/pip-_6OmT5-build/src -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lemmagen/RdrLemmatizer.cpp -o build/temp.macosx-10.6-intel-2.7/src/lemmagen/RdrLemmatizer.o -fno-strict-aliasing -Wall -Wno-sign-compare -Woverloaded-virtual cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/lemmagen/RdrLemmatizer.cpp: In member function 'char* RdrLemmatizer::Lemmatize(const char*, char*) const': src/lemmagen/RdrLemmatizer.cpp:108: warning: NULL used in arithmetic src/lemmagen/RdrLemmatizer.cpp:108: warning: NULL used in arithmetic cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/lemmagen/RdrLemmatizer.cpp: In member function 'char* RdrLemmatizer::Lemmatize(const char*, char*) const': src/lemmagen/RdrLemmatizer.cpp:108: warning: NULL used in arithmetic src/lemmagen/RdrLemmatizer.cpp:108: warning: NULL used in arithmetic g++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/src/orngTextWrapper/Wrapper_wrap.o build/temp.macosx-10.6-intel-2.7/src/orngTextWrapper/Wrapper.o build/temp.macosx-10.6-intel-2.7/src/tmt/common/Common.o build/temp.macosx-10.6-intel-2.7/src/tmt/common/Files.o build/temp.macosx-10.6-intel-2.7/src/tmt/lemmatization/FSADictionary.o build/temp.macosx-10.6-intel-2.7/src/tmt/lemmatization/FSALemmatization.o build/temp.macosx-10.6-intel-2.7/src/tmt/lemmatization/Lemmatization.o build/temp.macosx-10.6-intel-2.7/src/tmt/lemmatization/PorterStemmer.o build/temp.macosx-10.6-intel-2.7/src/tmt/strings/StringUtils.o build/temp.macosx-10.6-intel-2.7/src/tmt/strings/UTF8Tokenizer.o build/temp.macosx-10.6-intel-2.7/src/lemmagen/RdrLemmatizer.o -o build/lib.macosx-10.6-intel-2.7/orangecontrib/text/_orngTextWrapper.so removing 'build/bdist.macosx-10.6-intel/egg' (and everything under it) Processing distribute-0.6.26-py2.7.egg Removing /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.26-py2.7.egg distribute 0.6.26 is already the active version in easy-install.pth Installing easy_install script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Installing easy_install-2.7 script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.26-py2.7.egg Processing dependencies for distribute==0.6.26 Finished processing dependencies for distribute==0.6.26 Processing Orange_Text-1.2a1-py2.7-macosx-10.6-intel.egg Extracting Orange_Text-1.2a1-py2.7-macosx-10.6-intel.egg to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Adding Orange-Text 1.2a1 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange_Text-1.2a1-py2.7-macosx-10.6-intel.egg Processing dependencies for Orange-Text==1.2a1 Searching for setuptools==3.4.4 Best match: setuptools 3.4.4 Processing setuptools-3.4.4-py2.7.egg setuptools 3.4.4 is already the active version in easy-install.pth Installing easy_install script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Installing easy_install-2.7 script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-3.4.4-py2.7.egg Searching for Orange==2.7.8 Best match: Orange 2.7.8 Adding Orange 2.7.8 to easy-install.pth file Installing orange-canvas script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Searching for scipy==0.13.3 Best match: scipy 0.13.3 Adding scipy 0.13.3 to easy-install.pth file Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Searching for numpy==1.8.1 Best match: numpy 1.8.1 Adding numpy 1.8.1 to easy-install.pth file Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Finished processing dependencies for Orange-Text==1.2a1 Successfully installed Orange-Text Cleaning up... Downloading/unpacking Orange-Network Running setup.py (path:/private/tmp/pip_build_ailabc/Orange-Network/setup.py) egg_info for package Orange-Network Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.26.tar.gz Extracting in /tmp/tmp1P3CM6 Now working in /tmp/tmp1P3CM6/distribute-0.6.26 Building a Distribute egg in /private/tmp/pip_build_ailabc/Orange-Network warning: no files found matching 'Makefile' under directory 'docs' warning: no files found matching 'indexsidebar.html' under directory 'docs' /private/tmp/pip_build_ailabc/Orange-Network/distribute-0.6.26-py2.7.egg Downloading/unpacking networkx (from Orange-Network) Running setup.py (path:/private/tmp/pip_build_ailabc/networkx/setup.py) egg_info for package networkx warning: no files found matching 'scripts/*' warning: no files found matching 'networkx/tests/*.txt' warning: no files found matching 'networkx/*/*/tests/*.txt' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '.svn' found anywhere in distribution no previously-included directories found matching 'doc/build' no previously-included directories found matching 'doc/source/reference/generated' no previously-included directories found matching 'doc/source/examples' no previously-included directories found matching 'doc/source/static/examples' no previously-included directories found matching 'doc/source/templates/gallery.html' Requirement already satisfied (use --upgrade to upgrade): Orange in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Orange-Network) Downloading/unpacking pyparsing>=2.0.1 (from Orange-Network) Downloading pyparsing-2.0.3-py2.py3-none-any.whl Downloading/unpacking decorator>=3.4.0 (from networkx->Orange-Network) Downloading decorator-4.0.2-py2.py3-none-any.whl Requirement already satisfied (use --upgrade to upgrade): setuptools in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-3.4.4-py2.7.egg (from Orange->Orange-Network) Requirement already satisfied (use --upgrade to upgrade): numpy in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Orange->Orange-Network) Requirement already satisfied (use --upgrade to upgrade): scipy in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from Orange->Orange-Network) Installing collected packages: Orange-Network, networkx, pyparsing, decorator Running setup.py install for Orange-Network installing library code to build/bdist.macosx-10.6-intel/egg removing 'build/bdist.macosx-10.6-intel/egg' (and everything under it) Processing distribute-0.6.26-py2.7.egg Removing /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.26-py2.7.egg distribute 0.6.26 is already the active version in easy-install.pth Installing easy_install script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Installing easy_install-2.7 script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.26-py2.7.egg Processing dependencies for distribute==0.6.26 Finished processing dependencies for distribute==0.6.26 Processing Orange_Network-0.3.4-py2.7.egg Extracting Orange_Network-0.3.4-py2.7.egg to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Adding Orange-Network 0.3.4 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Orange_Network-0.3.4-py2.7.egg Processing dependencies for Orange-Network==0.3.4 Searching for pyparsing>=2.0.1 Reading https://pypi.python.org/simple/pyparsing/ Reading http://pyparsing.sourceforge.net/ Reading http://pyparsing.wikispaces.com/ Reading http://sourceforge.net/project/showfiles.php?group_id=97203 Reading http://sourceforge.net/projects/pyparsing Best match: pyparsing 2.0.3 Downloading https://pypi.python.org/packages/source/p/pyparsing/pyparsing-2.0.3.zip#md5=0a5ec41bb650aed802751a311b5d820d Processing pyparsing-2.0.3.zip Writing /tmp/easy_install-UfZyDO/pyparsing-2.0.3/setup.cfg Running pyparsing-2.0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-UfZyDO/pyparsing-2.0.3/egg-dist-tmp-NPgDvY zip_safe flag not set; analyzing archive contents... pyparsing: module MAY be using inspect.stack Adding pyparsing 2.0.3 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyparsing-2.0.3-py2.7.egg Searching for networkx Reading https://pypi.python.org/simple/networkx/ Reading http://networkx.github.io/ Reading http://networkx.lanl.gov Reading http://networkx.lanl.gov/ Reading http://networkx.lanl.gov/download Reading http://networkx.lanl.gov/download/networkx Reading http://sourceforge.net/project/showfiles.php?group_id=122233 Reading https://networkx.lanl.gov Reading https://pypi.python.org/pypi/networkx/ Best match: networkx 1.10 Downloading https://pypi.python.org/packages/2.7/n/networkx/networkx-1.10-py2.7.egg#md5=672af850a71087881d7c9d8e56252f96 Processing networkx-1.10-py2.7.egg Extracting networkx-1.10-py2.7.egg to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Adding networkx 1.10 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/networkx-1.10-py2.7.egg Searching for decorator>=3.4.0 Reading https://pypi.python.org/simple/decorator/ Best match: decorator 4.0.2 Downloading https://pypi.python.org/packages/source/d/decorator/decorator-4.0.2.tar.gz#md5=033c9563af492c4ce2680ee6ca481fa7 Processing decorator-4.0.2.tar.gz Writing /tmp/easy_install-P4ODEQ/decorator-4.0.2/setup.cfg Running decorator-4.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-P4ODEQ/decorator-4.0.2/egg-dist-tmp-jg6LSn Adding decorator 4.0.2 to easy-install.pth file Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/decorator-4.0.2-py2.7.egg Searching for Orange==2.7.8 Best match: Orange 2.7.8 Adding Orange 2.7.8 to easy-install.pth file Installing orange-canvas script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Searching for scipy==0.13.3 Best match: scipy 0.13.3 Adding scipy 0.13.3 to easy-install.pth file Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Searching for numpy==1.8.1 Best match: numpy 1.8.1 Adding numpy 1.8.1 to easy-install.pth file Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Searching for setuptools==3.4.4 Best match: setuptools 3.4.4 Processing setuptools-3.4.4-py2.7.egg setuptools 3.4.4 is already the active version in easy-install.pth Installing easy_install script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Installing easy_install-2.7 script to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-3.4.4-py2.7.egg Finished processing dependencies for Orange-Network==0.3.4 Running setup.py install for networkx warning: no files found matching 'scripts/*' warning: no files found matching 'networkx/tests/*.txt' warning: no files found matching 'networkx/*/*/tests/*.txt' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '.svn' found anywhere in distribution no previously-included directories found matching 'doc/build' no previously-included directories found matching 'doc/source/reference/generated' no previously-included directories found matching 'doc/source/examples' no previously-included directories found matching 'doc/source/static/examples' no previously-included directories found matching 'doc/source/templates/gallery.html' installing library code to build/bdist.macosx-10.6-intel/egg installing package data to build/bdist.macosx-10.6-intel/egg removing 'build/bdist.macosx-10.6-intel/egg' (and everything under it) Processing networkx-1.10-py2.7.egg removing '/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/networkx-1.10-py2.7.egg' (and everything under it) Extracting networkx-1.10-py2.7.egg to /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages networkx 1.10 is already the active version in easy-install.pth Installed /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/networkx-1.10-py2.7.egg Processing dependencies for networkx==1.10 Searching for decorator==4.0.2 Best match: decorator 4.0.2 Processing decorator-4.0.2-py2.7.egg decorator 4.0.2 is already the active version in easy-install.pth Using /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/decorator-4.0.2-py2.7.egg Finished processing dependencies for networkx==1.10 Successfully installed Orange-Network networkx pyparsing decorator Cleaning up... Installing optional dependencies ================================ Requirement already satisfied (use --upgrade to upgrade): slumber in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/slumber-0.7.1-py2.7.egg Requirement already satisfied (use --upgrade to upgrade): requests in /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg (from slumber) Cleaning up... Downloading/unpacking PIL PIL is potentially insecure and unverifiable. Running setup.py (path:/private/tmp/pip_build_ailabc/PIL/setup.py) egg_info for package PIL WARNING: '' not a valid package name; please use only.-separated package names in setup.py WARNING: '' not a valid package name; please use only.-separated package names in setup.py Installing collected packages: PIL Running setup.py install for PIL WARNING: '' not a valid package name; please use only.-separated package names in setup.py WARNING: '' not a valid package name; please use only.-separated package names in setup.py --- using frameworks at /System/Library/Frameworks building '_imaging' extension gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imaging.c -o build/temp.macosx-10.6-intel-2.7/_imaging.o _imaging.c:3017: warning: initialization from incompatible pointer type _imaging.c:3077: warning: initialization from incompatible pointer type _imaging.c:3017: warning: initialization from incompatible pointer type _imaging.c:3077: warning: initialization from incompatible pointer type gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c decode.c -o build/temp.macosx-10.6-intel-2.7/decode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c encode.c -o build/temp.macosx-10.6-intel-2.7/encode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c map.c -o build/temp.macosx-10.6-intel-2.7/map.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c display.c -o build/temp.macosx-10.6-intel-2.7/display.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c outline.c -o build/temp.macosx-10.6-intel-2.7/outline.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c path.c -o build/temp.macosx-10.6-intel-2.7/path.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Access.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Access.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Antialias.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Antialias.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Bands.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Bands.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/BitDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/BitDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Blend.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Blend.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Chops.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Chops.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Convert.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Convert.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ConvertYCbCr.c -o build/temp.macosx-10.6-intel-2.7/libImaging/ConvertYCbCr.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Copy.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Copy.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crc32.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Crc32.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Crop.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Crop.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Dib.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Dib.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Draw.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Draw.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Effects.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Effects.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/EpsEncode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/EpsEncode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/File.c -o build/temp.macosx-10.6-intel-2.7/libImaging/File.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Fill.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Fill.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Filter.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Filter.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/FliDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/FliDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Geometry.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Geometry.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GetBBox.c -o build/temp.macosx-10.6-intel-2.7/libImaging/GetBBox.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/GifDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/GifEncode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/GifEncode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/HexDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/HexDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Histo.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Histo.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/JpegDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/JpegEncode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/JpegEncode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/LzwDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/LzwDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Matrix.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Matrix.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ModeFilter.c -o build/temp.macosx-10.6-intel-2.7/libImaging/ModeFilter.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/MspDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/MspDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Negative.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Negative.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Offset.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Offset.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Pack.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Pack.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PackDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/PackDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Palette.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Palette.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Paste.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Paste.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Quant.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Quant.o libImaging/Quant.c: In function 'rehash_collide': libImaging/Quant.c:154: warning: cast to pointer from integer of different size gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHash.c -o build/temp.macosx-10.6-intel-2.7/libImaging/QuantHash.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/QuantHeap.c -o build/temp.macosx-10.6-intel-2.7/libImaging/QuantHeap.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcdDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/PcdDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/PcxDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/PcxEncode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/PcxEncode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Point.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Point.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RankFilter.c -o build/temp.macosx-10.6-intel-2.7/libImaging/RankFilter.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/RawDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/RawEncode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/RawEncode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Storage.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Storage.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/SunRleDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/SunRleDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/TgaRleDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/TgaRleDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/Unpack.c -o build/temp.macosx-10.6-intel-2.7/libImaging/Unpack.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnpackYCC.c -o build/temp.macosx-10.6-intel-2.7/libImaging/UnpackYCC.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/UnsharpMask.c -o build/temp.macosx-10.6-intel-2.7/libImaging/UnsharpMask.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/XbmDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/XbmEncode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/XbmEncode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipDecode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/ZipDecode.o gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c libImaging/ZipEncode.c -o build/temp.macosx-10.6-intel-2.7/libImaging/ZipEncode.o gcc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/_imaging.o build/temp.macosx-10.6-intel-2.7/decode.o build/temp.macosx-10.6-intel-2.7/encode.o build/temp.macosx-10.6-intel-2.7/map.o build/temp.macosx-10.6-intel-2.7/display.o build/temp.macosx-10.6-intel-2.7/outline.o build/temp.macosx-10.6-intel-2.7/path.o build/temp.macosx-10.6-intel-2.7/libImaging/Access.o build/temp.macosx-10.6-intel-2.7/libImaging/Antialias.o build/temp.macosx-10.6-intel-2.7/libImaging/Bands.o build/temp.macosx-10.6-intel-2.7/libImaging/BitDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/Blend.o build/temp.macosx-10.6-intel-2.7/libImaging/Chops.o build/temp.macosx-10.6-intel-2.7/libImaging/Convert.o build/temp.macosx-10.6-intel-2.7/libImaging/ConvertYCbCr.o build/temp.macosx-10.6-intel-2.7/libImaging/Copy.o build/temp.macosx-10.6-intel-2.7/libImaging/Crc32.o build/temp.macosx-10.6-intel-2.7/libImaging/Crop.o build/temp.macosx-10.6-intel-2.7/libImaging/Dib.o build/temp.macosx-10.6-intel-2.7/libImaging/Draw.o build/temp.macosx-10.6-intel-2.7/libImaging/Effects.o build/temp.macosx-10.6-intel-2.7/libImaging/EpsEncode.o build/temp.macosx-10.6-intel-2.7/libImaging/File.o build/temp.macosx-10.6-intel-2.7/libImaging/Fill.o build/temp.macosx-10.6-intel-2.7/libImaging/Filter.o build/temp.macosx-10.6-intel-2.7/libImaging/FliDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/Geometry.o build/temp.macosx-10.6-intel-2.7/libImaging/GetBBox.o build/temp.macosx-10.6-intel-2.7/libImaging/GifDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/GifEncode.o build/temp.macosx-10.6-intel-2.7/libImaging/HexDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/Histo.o build/temp.macosx-10.6-intel-2.7/libImaging/JpegDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/JpegEncode.o build/temp.macosx-10.6-intel-2.7/libImaging/LzwDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/Matrix.o build/temp.macosx-10.6-intel-2.7/libImaging/ModeFilter.o build/temp.macosx-10.6-intel-2.7/libImaging/MspDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/Negative.o build/temp.macosx-10.6-intel-2.7/libImaging/Offset.o build/temp.macosx-10.6-intel-2.7/libImaging/Pack.o build/temp.macosx-10.6-intel-2.7/libImaging/PackDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/Palette.o build/temp.macosx-10.6-intel-2.7/libImaging/Paste.o build/temp.macosx-10.6-intel-2.7/libImaging/Quant.o build/temp.macosx-10.6-intel-2.7/libImaging/QuantHash.o build/temp.macosx-10.6-intel-2.7/libImaging/QuantHeap.o build/temp.macosx-10.6-intel-2.7/libImaging/PcdDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/PcxDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/PcxEncode.o build/temp.macosx-10.6-intel-2.7/libImaging/Point.o build/temp.macosx-10.6-intel-2.7/libImaging/RankFilter.o build/temp.macosx-10.6-intel-2.7/libImaging/RawDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/RawEncode.o build/temp.macosx-10.6-intel-2.7/libImaging/Storage.o build/temp.macosx-10.6-intel-2.7/libImaging/SunRleDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/TgaRleDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/Unpack.o build/temp.macosx-10.6-intel-2.7/libImaging/UnpackYCC.o build/temp.macosx-10.6-intel-2.7/libImaging/UnsharpMask.o build/temp.macosx-10.6-intel-2.7/libImaging/XbmDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/XbmEncode.o build/temp.macosx-10.6-intel-2.7/libImaging/ZipDecode.o build/temp.macosx-10.6-intel-2.7/libImaging/ZipEncode.o -L/usr/local/lib -L/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib -L/usr/lib -lz -o build/lib.macosx-10.6-intel-2.7/_imaging.so building '_imagingtk' extension gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingtk.c -o build/temp.macosx-10.6-intel-2.7/_imagingtk.o -framework Tcl -framework Tk In file included from /System/Library/Frameworks/Tk.framework/Headers/tk.h:78, from _imagingtk.c:19: /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:131: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:334: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:453: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:471: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:496: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:497: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:509: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:522: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:1056: warning: function declaration isn't a prototype i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because linking not done In file included from /System/Library/Frameworks/Tk.framework/Headers/tk.h:78, from _imagingtk.c:19: /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:131: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:334: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:453: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:471: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:496: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:497: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:509: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:522: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:1056: warning: function declaration isn't a prototype i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because linking not done gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Tk/tkImaging.c -o build/temp.macosx-10.6-intel-2.7/Tk/tkImaging.o -framework Tcl -framework Tk In file included from /System/Library/Frameworks/Tk.framework/Headers/tk.h:78, from Tk/tkImaging.c:51: /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:131: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:334: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:453: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:471: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:496: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:497: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:509: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:522: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:1056: warning: function declaration isn't a prototype i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because linking not done In file included from /System/Library/Frameworks/Tk.framework/Headers/tk.h:78, from Tk/tkImaging.c:51: /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:131: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:334: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:453: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:471: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:496: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:497: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:509: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:522: warning: function declaration isn't a prototype /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:1056: warning: function declaration isn't a prototype i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: Tcl: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused because linking not done i686-apple-darwin10-gcc-4.2.1: Tk: linker input file unused because linking not done gcc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/_imagingtk.o build/temp.macosx-10.6-intel-2.7/Tk/tkImaging.o -L/usr/local/lib -L/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib -L/usr/lib -o build/lib.macosx-10.6-intel-2.7/_imagingtk.so -framework Tcl -framework Tk building '_imagingmath' extension gcc -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imagingmath.c -o build/temp.macosx-10.6-intel-2.7/_imagingmath.o gcc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-intel-2.7/_imagingmath.o -L/usr/local/lib -L/private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/lib -L/usr/lib -o build/lib.macosx-10.6-intel-2.7/_imagingmath.so -------------------------------------------------------------------- PIL 1.1.7 SETUP SUMMARY -------------------------------------------------------------------- version 1.1.7 platform darwin 2.7.6 (default, Apr 29 2014, 13:36:26) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] -------------------------------------------------------------------- --- TKINTER support available *** JPEG support not available --- ZLIB (PNG/ZIP) support available *** FREETYPE2 support not available *** LITTLECMS support not available -------------------------------------------------------------------- To add a missing option, make sure you have the required library, and set the corresponding ROOT variable in the setup.py script. To check the build, run the selftest.py script. changing mode of build/scripts-2.7/pilconvert.py from 644 to 755 changing mode of build/scripts-2.7/pildriver.py from 644 to 755 changing mode of build/scripts-2.7/pilfile.py from 644 to 755 changing mode of build/scripts-2.7/pilfont.py from 644 to 755 changing mode of build/scripts-2.7/pilprint.py from 644 to 755 changing mode of /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin/pilconvert.py to 755 changing mode of /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin/pildriver.py to 755 changing mode of /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin/pilfile.py to 755 changing mode of /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin/pilfont.py to 755 changing mode of /private/tmp/orange-build.XqNVnBxN/Orange.app/Contents/Frameworks/Python.framework/Versions/2.7/bin/pilprint.py to 755 Successfully installed PIL Cleaning up... Moving the application to dist/Orange.app Preparing an image template in /tmp/orange-dmg.aYLEA8Mg/template ============================================= Creating a temporary disk image created: /tmp/orange-dmg.aYLEA8Mg/orange.dmg hdiutil: detach failed - No such file or directory Mounting temporary disk image "disk1" unmounted. "disk1" ejected. Converting temporary image to a compressed image. Preparing imaging engine… Reading Driver Descriptor Map (DDM : 0)… (CRC32 $EDE39265: Driver Descriptor Map (DDM : 0)) Reading Apple (Apple_partition_map : 1)… (CRC32 $5EEE2423: Apple (Apple_partition_map : 1)) Reading disk image (Apple_HFS : 2)… (CRC32 $AB856DD2: disk image (Apple_HFS : 2)) Reading (Apple_Free : 3)… (CRC32 $00000000: (Apple_Free : 3)) Adding resources… Elapsed Time: 15.389s File size: 132487700 bytes, Checksum: CRC32 $BD6FDA7D Sectors processed: 903282, 886881 compressed Speed: 28.1Mbytes/sec Savings: 71.4% created: /private/tmp/orange-daily-build.ob403IIC/orange/dist/Orange-2.7.8-7887ad2.dmg Removing old versions running rotate running egg_info writing requirements to Orange.egg-info/requires.txt writing Orange.egg-info/PKG-INFO writing top-level names to Orange.egg-info/top_level.txt writing dependency_links to Orange.egg-info/dependency_links.txt writing entry points to Orange.egg-info/entry_points.txt reading manifest file 'Orange.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'source/orangeqt/build' no previously-included directories found matching 'source/orange/ppp' no previously-included directories found matching 'source/orangene/ppp' no previously-included directories found matching 'source/orangene/ppp' warning: no previously-included files found matching 'source/orangeom/lib_vectors.cpp' warning: no previously-included files found matching 'source/orangene/lib_vectors.cpp' no previously-included directories found matching 'docs/build' writing manifest file 'Orange.egg-info/SOURCES.txt' 10 file(s) matching Orange*.dmg Moving dist/Orange-2.7.8-7887ad2.dmg into place =============================================== cp: dist/Orange-2.7.8-7887ad2.dmg: could not copy extended attributes to /Users/ailabc/Volumes/download/Orange-2.7.8-7887ad2.dmg.new: Bad address Registering MAC_DAILY=Orange-2.7.8-7887ad2.dmg with MD5=ede3507ebb32616e7f2f187a2bb6a95e ======================================================================================== MAC_DAILY=Orange-2.7.8-7887ad2.dmg Orange-2.7.8-7887ad2.dmg