Scott,
On 19/07/2010 18:23, Scott Benninghoff wrote:
> I'm trying to get this working and I've been hammering at it all weekend.
>
> I have downloaded the example for oneminutepython to build a gui that
> will be deployed on win32.
>
> There is a main.py file that imports another file called mainprocessor.py.
>
> Py2exe makes the initial .exe file properly. The problem is that the
> mainprocessor.py file (all files under a 'src' folder) doesn't get
> pulled into the library.zip file.
>
> I've tried the includes directive at the command line, the includes
> directive under setup.py and nothing seems to get this file pulled in.
If your main.py file just does and "import mainprocessor" I don't see
why a very simply setup.py wouldn't work.
Can't say more as you haven't shown anything, not your setup.py or where
you get this oneminutepython script from.
Did you try to build any of the samples included with py2exe? If yes
are they working for you?
If you provide more information I am sure there will be someone here who
can/will help you.
Werner
|