GitXplorerGitXplorer
h

robodk-python-config

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ff4b4c43fb29267dac1276309fa1246f313bd40a

Updated README.

hhamzamerzic committed 10 years ago
Unverified
4f92f4cdf477aba87ecffa20a69d839a4df49ee0

Update README.md

hhamzamerzic committed 10 years ago
Unverified
353ad53e943dd4572e0a60763811ab66202f727f

Updated README.

hhamzamerzic committed 10 years ago
Unverified
d59f3b7322310bf7bdc7f27d8def7e806996a5a2

Initial commit.

hhamzamerzic committed 10 years ago
Unverified
8c3e7ab0cb172e9fb2e83a0deac0b3f31afc7a6e

Initial commit

hhamzamerzic committed 10 years ago

README

The README file for this repository.

Enable using Python scripts in RoboDK on Linux

In order to be able to use Python scripts in RoboDK, first make sure that you have installed Python 3.4 and Python IDLE 3.4 or newer. This can be done using:

	sudo apt-get install python3.4 idle-python3.4

After that, download the contents of res folder (robodk.py and robolink.py) and place them into the Python3.4 directory. The default folder for this is "/usr/lib/python3.4". Then open Tools->Options->Python and set:

Python folder path: /usr/bin
Python run path:    /usr/bin/idle-python3.4

This procedure was tested on Ubuntu 14.04 LTS and RoboDK 1.0 downloaded from the official website.

** Do this at your own risk! **

The author reserves the right not to be responsible for the topicality, correctness, completeness or quality of the information provided. Liability claims regarding damage caused by the use of any information provided, including any kind of information which is incomplete or incorrect, will therefore be rejected.

The author of this fix is in no way affiliated with RoboDK.