I am trying to get Replicatorg to use python to gcode but it keeps giving the error "generate Gcode requires that a Python interpreter be installed. Would you like to visit the Python download page now?
I tell it no because I have it installed. I have even gone in and selected the path for the gcode. It still gives me the same error. How can I fix this?
Thanks,
Lisa Colvard, Ed.D. Conway High School Media/Technology Specialist
Hi Lisa,
It's unlikely that anyone on this list can help you with this. It's a question you should ask of the ReplicatorG people, not the Python people...
--Guido
On Mon, May 18, 2015 at 12:02 PM, Lisa Colvard < Lcolvard@horrycountyschools.net> wrote:
I am trying to get Replicatorg to use python to gcode but it keeps giving the error “generate Gcode requires that a Python interpreter be installed. Would you like to visit the Python download page now?
I tell it no because I have it installed. I have even gone in and selected the path for the gcode. It still gives me the same error. How can I fix this?
Thanks,
Lisa Colvard, Ed.D.
Conway High School
Media/Technology Specialist
Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
On 5/18/2015 4:18 PM, Guido van Rossum wrote:
It's unlikely that anyone on this list can help you with this. It's a question you should ask of the ReplicatorG people, not the Python people...
If that does not work, try stackoverflow, or possibly even python-list. This list is focused only on development of future python releases.
Lisa,
As noted, not the right list.
But seeing this kind of stuff done in High Schools is GREAT!
So one suggestion:
If this is Windows, there are two versions of python for Windows: 32bit and 64bit -- if an installer for a third-party package is looking for one of those, and the other is installed, you will get the confusing error something like "python is not installed", when it really means "the correct version of python is not installed".
So make sure you see which version Replicatorg is expecting and make sure that's the one you installed.
Good luck,
-Chris
On Mon, May 18, 2015 at 1:18 PM, Guido van Rossum guido@python.org wrote:
Hi Lisa,
It's unlikely that anyone on this list can help you with this. It's a question you should ask of the ReplicatorG people, not the Python people...
--Guido
On Mon, May 18, 2015 at 12:02 PM, Lisa Colvard < Lcolvard@horrycountyschools.net> wrote:
I am trying to get Replicatorg to use python to gcode but it keeps giving the error “generate Gcode requires that a Python interpreter be installed. Would you like to visit the Python download page now?
I tell it no because I have it installed. I have even gone in and selected the path for the gcode. It still gives me the same error. How can I fix this?
Thanks,
Lisa Colvard, Ed.D.
Conway High School
Media/Technology Specialist
Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido)
Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/chris.barker%40noaa.gov