[SOLVED] egg2bam: Running via os.popen in Windows

you can check if egg2bam gives an error by using:

a = os.popen("egg2bam blah").read()
print a