[python-win32] Next step trying to include extra/external file in py2exe output
Tim Roberts
timr at probo.com
Tue May 24 22:29:38 CEST 2011
Jacob Kruger wrote:
> Ok, then why is it not picking up that the 2 files are in fact in same
> folder at the time when I'm running the setup.py?
>
> All I have in the main file is the following in case that's an issue?:
>
> from mapDataFn import fnTakeItem
If you have main.py, setup.py, and mapDataFn.py, all in the same
directory, that should work just fine, without any "includes" overrides
at all. What error do you see?
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the python-win32
mailing list