Title: Mensaje
This is the call to the scrypt wich have 3 parameters:
 
    RunApp('\mover_fotos.py','\ - -')
---------------------------------------------------------------
 
This is the beginning of the scrypt:
     
    # -*- coding: cp1252 -*-

    import glob, shutil
    import os
    import sys

    i=0
    ruta_Origen=sys.argv[1]
    ruta_Desti=sys.argv[2]
    nom_Fich=sys.argv[3]
-----------------------------------------------------------------
 
the error that give me:
 
    ruta_origen=sys.argv[1]
    exceptions.Indexerror: list index out of range.
_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to