Changes

Jump to navigation Jump to search
128 bytes added ,  01:06, 11 April 2012
Line 93: Line 93:  
There is much more, read the Spanish. [http://www.pilas-engine.com.ar/]
 
There is much more, read the Spanish. [http://www.pilas-engine.com.ar/]
   −
==Running Pilas from Pippy==
+
==Running Pilas from Pippy or Terminal==
 
This is not working, help please!
 
This is not working, help please!
   −
Run the following code in Pippy
+
Pippy:
 
  import sys
 
  import sys
 
  sys.path.append('/home/olpc/Activities/Pilas.activity')
 
  sys.path.append('/home/olpc/Activities/Pilas.activity')
 
  import pilas
 
  import pilas
 
  pilas.iniciar()
 
  pilas.iniciar()
 +
 +
Terminal:
 +
 +
Create a file myprogram.py in ~/Pilas.activity containing
 +
import pilas
 +
pilas.iniciar()
 +
 +
In Terminal type
 +
python myprogram.py
2,486

edits

Navigation menu