CGRU / cgru

CGRU - AFANASY
http://cgru.info/
GNU Lesser General Public License v3.0
278 stars 111 forks source link

Afanasy-CGRU 3dsmax error #125

Closed Juang3d closed 9 years ago

Juang3d commented 9 years ago

I'm getting this error when I try to send a job:

-- python "C:\cgru\afanasy\python\afjob.py" "X:\TEst_Cgru\test_vgru.max" 0 75 -by 1 -fpt 1 -seq 1 -name "test_vgru.max" -pause -tempscene -deletescene -node "Camara_Pepe" -image "W:\testcgru.jpg" -- Error: -- "python" no se reconoce como un comando interno o externo, -- programa o archivo por lotes ejecutable.

I'll translate it:

Some ideas?

Cheers!

Juang3d commented 9 years ago

Ok, solved this setting up manually the paths in windows but now I get this:

-- python "C:\cgru\afanasy\python\afjob.py" "X:\TEst_Cgru\test_vgru.max" 0 75 -by 1 -fpt 1 -seq 1 -name "test_vgru.max" -pause -tempscene -deletescene -node "Camara_Pepe" -image "W:\testcgru.jpg" -- Error: -- Traceback (most recent call last): -- File "C:\cgru\afanasy\python\afjob.py", line 9, in -- import af -- File "C:\cgru\afanasy\python\af.py", line 10, in -- import cgruconfig -- ImportError: No module named 'cgruconfig'

Any ideas?

predat commented 9 years ago

Do you launch 3ds max from keeper ? It look like environnment variables are not set ! Look at PYTHONPATH !

Envoyé de mon iPhone

Le 15 mars 2015 à 13:00, Juang3d notifications@github.com a écrit :

Ok, solved this setting up manually the paths in windows but now I get this:

-- python "C:\cgru\afanasy\python\afjob.py" "X:\TEst_Cgru\test_vgru.max" 0 75 -by 1 -fpt 1 -seq 1 -name "test_vgru.max" -pause -tempscene -deletescene -node "Camara_Pepe" -image "W:\testcgru.jpg" -- Error: -- Traceback (most recent call last): -- File "C:\cgru\afanasy\python\afjob.py", line 9, in -- import af -- File "C:\cgru\afanasy\python\af.py", line 10, in -- import cgruconfig -- ImportError: No module named 'cgruconfig'

Any ideas?

— Reply to this email directly or view it on GitHub.

timurhai commented 9 years ago

Hi. Look at http://cgru.info/installation#config_environment

Juang3d commented 9 years ago

Thanks, all solved reviewing the environment config :)