how do i execute a pyc file from the interpreter? or maybe from a py file?
execfile(filename)
it doesnt work for pyc files
Forum Rules