Without your setup.py or command line or anything else its hard to
say. :-) It could be any number of things. Note that cx_Freeze (and in
fact all of the other freezing methods) all depend on static analysis
so if mac.py was not imported into your main script (via a standard
import statement) or was not your main script then it would not be
included. Anything else would require a means of replication so that I
can make the same thing happen on my own machine. If you get that,
please let me know. Thanks.

Anthony

On Sat, Apr 18, 2009 at 1:30 AM, Tom Brown <[email protected]> wrote:
> Hi,
>
> I created a setup.py to freeze my project on Windows Vista. I have a
> module called mac.py in my project. I found that mac.pyc was not
> included in the library.zip file. I created a copy of it called
> mac2.py. I ran setup.py again and mac2.pyc got included in the
> library.zip.
>
> Any ideas why this would be?
>
> Thanks,
> Tom
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> cx-freeze-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to