Comment 8 for bug 410928

Revision history for this message
su_v (suv-lp) wrote :

> How to you pick which python your using?
I'm on a Mac - don't know about XP. Mainly by setting environment variables (like $PYTHONHOME or $PYTHONPATH). And Python itself has a utility (here: python_select) which allows to switch the currently used version (by changing links to a specific version number). Really don't know much about Python, and even less about Python on WIndows, sorry.

I noticed too that all paths in the re-imported dxf file are split into segments, and not all segments seem to connect precisely (tried to select a small contour line and join the segments with 'Combine' and then the node tool - unsuccessfully). This will make it rather useless for a CNC machine or Desktop Cutter - don't they require continuous paths/plines? Have to re-read <http://tim.cexx.org/?p=590> - maybe there are some comments about this… Or did Alvin fix it in his version?