Hi, What is the syntax for the -l option for py2exe? When I try : python setup.py py2exe -i "foo.lib.x" This works. But when I add another module like so: python setup.py py2exe -i "foo.lib.x, foo.lib.y" It complains that there is no module named foo.... Thanks, John