Py2exe help

This might be slightly off topic, but I am looking for some py2exe help. I have been attempting to convert a program for some time now, but after following the tutorial on the website I can’t get anything to happen. I created a setup script just as in the tutorial (obviously with a different program name), but when I run the script I get nothing to happen (using the Windows IDLE). I think I am failing at this step:



C:\Tutorial>python setup.py py2exe
running py2exe
*** searching for required modules 
****** parsing results ***

I’m not quite sure how they are running this as “C: \Tutorial>python setup.py py2exe”. Is anyone familiar with the py2exe tool?

Thanks.

On Sun, 09 Sep 2012 03:46:01 +0000, gforce6point0 wrote:

> This might be slightly off topic, but I am looking for some py2exe help.

You might have better luck asking about this Windows tool in a Windows
venue - these forums are Linux forums, and most users probably don’t even
have Windows installed anywhere.

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

Sure, I understand. Hence the off topic statement (I myself only have Windows on my netbook, and rarely use it.) I have just found that in general those who use Linux are usually more familiar with programming languages. I will try and make a StackOverflow account or something then. Any other site suggestions?

Thanks.