orange

Orange Python Script create custom timestamp (Orange Data Mining Windows 10)

Orange Python Script create custom timestamp (Orange Data Mining Windows 10) Question: I am trying to achieve a script, which will create an Orange data table with just a single column containing a custom time stamp. Usecase: I need a complete time stamp so I can merge some other csv files later on. I’m working …

Total answers: 1

how to run easy_install using a particular python version

how to run easy_install using a particular python version Question: I have 3 python versions, I want to easy_install Orange using the second version. How can I do this? Unnecessary info: 2.1 in /usr/bin/python 2.6 in /Library/Frameworks/Python.framework/Versions/2.6/bin/python 3.1 in /Library/Frameworks/Python.framework/Versions/3.1/bin/python Answer: Ok found it here (http://peak.telecommunity.com/DevCenter/EasyInstall#multiple-python-versions), “Also, if you’re working with Python version 2.4 or …

Total answers: 4