BBFoto wrote: > > execfile('c:/program files/pysol/pysol-4.80/data/PySol_22.pyc') > > invalid syntax Why would you pass it the .pyc file when the example showed it being passed the name of the .py file? The two are not the same thing; you can't use execfile() with a .pyc file! -Peter