<DIV>i'm having trouble using a distutil setup script with py2exe. using the example given on their site, i created a setup script. however, when i go to run the script from command prompt (python setup-script.py py2exe ----- i think thats the right command), i get the following error:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; File "setup-script.py", line 8<BR>&nbsp;&nbsp;&nbsp; scripts=["thing.py"],</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^</DIV>
<DIV>SyntaxError:&nbsp;invalid syntax</DIV>
<DIV>&nbsp;</DIV>
<DIV>This is my setup script:</DIV>
<DIV>&nbsp;</DIV>
<DIV>#setup-script</DIV>
<DIV>from distutils.core import setup</DIV>
<DIV>import py2exe</DIV>
<DIV>setup(name = "thing"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scripts=["thing.py"],<BR>)</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have no clue what i'm doing wrong(yes, i'm a newbie, could u tell?), i tried messing around with it a bit, but it gives me&nbsp;a syntax error each time. so yes, I need help with that. </DIV>
<DIV>thanx to any and every one that does help me, </DIV>
<DIV>&nbsp;</DIV>
<DIV>Udz</DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/slv/mailtag/*http://companion.yahoo.com/">Free Pop-Up Blocker - Get it now</a>