> Hello, Call me a complete n00b but i dont understand
> how to get Pyexe to work,
That's probably because py2exe isn't really aimed at beginners.
Its moderately complex to use. That's because most programmers
don't need it.
> Iv read the site and kinda just confuses me, as you
> can prolly tel
Hi Ryan,
It took me about a year to cotton onto it as well.
So, I wrote a script for my friend, and wanted to send it as an exe.
The script I wrote was called disco_spider.py.
I assume you've installed py2exe?
What I then had to do was create another Python script called setup.py
in the same d
Hello, Call me a complete n00b but i dont understand
how to get Pyexe to work,
Iv read the site and kinda just confuses me, as you
can prolly tell im still pretty new to programming,
What exactly do i have to do with pyexe to make python
scripts exacutables.