Re: [PythonCE] call scrypt with parameters

2006-10-11 Thread Luke Dunstan
essage - From: Fredy Cabre To: pythonce@python.org Sent: Wednesday, October 11, 2006 4:49 AM Subject: [PythonCE] call scrypt with parameters This is the call to the scrypt wich have 3 parameters: Run

[PythonCE] call scrypt with parameters

2006-10-10 Thread Fredy Cabre
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 sy

Re: [PythonCE] call scrypt with parameters

2006-10-09 Thread Luke Dunstan
Title: Mensaje   Please show the exact code where you call this "RunApp".   Luke   - Original Message - From: Fredy Cabre To: pythonce@python.org Sent: Monday, October 09, 2006 6:00 AM Subject: [PythonCE] call scrypt with parameters the prob

[PythonCE] call scrypt with parameters

2006-10-08 Thread Fredy Cabre
Title: Mensaje the problem that I wrote in the previous e-mail is solved with reset of the ppc. :-)   But now I have another problem. I make a little aplication with a program (Sprint DB) that allow to send another program with a method named 'RunApp', well, I call my scrypt with this metod