Re: [cx-freeze-users] cx_Freeze and Eggs problem (pygments)

2010-04-21 Thread Ghghgh Ghghgh
Hi again, My setup.py file had some spelling mistakes (pigments instead of pygments). Even after correcting my typos and after reinstalling pygments with install_lib options (to get rid of egg stuff) i could not produce a valid executable. Included is my new setup.py. I still get the exact same e

Re: [cx-freeze-users] Hello

2010-04-21 Thread Anthony Tuininga
I have removed you from the list because of these last three e-mails that appear to be spam. Please feel free to resubscribe if this was not done intentionally. Thanks. Anthony On Wed, Apr 21, 2010 at 7:00 AM, Patty Ackermann wrote: > http://applicationdevelopment.ca/Z6ydBQij3R.htm > > -

[cx-freeze-users] Hello

2010-04-21 Thread Patty Ackermann
http://applicationdevelopment.ca/Z6ydBQij3R.htm -- ___ cx-freeze-users mailing list cx-freeze-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cx-freeze-u

[cx-freeze-users] +Hi+

2010-04-21 Thread Patty Ackermann
http://ladtech1.com/Wal3YGv9pK.htm -- ___ cx-freeze-users mailing list cx-freeze-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Re: [cx-freeze-users] cx_Freeze and Eggs problem (pygments)

2010-04-21 Thread Ghghgh Ghghgh
Hi, My attempts with setup.py (see below) did not yield the expected results. I guess I need additional information how to go about this. Thank you May (God || Laws of Physics) be with you --- setup.py from cx_Freeze import setup, Executable import sys version = '1.0' includes=['pygments', 'pygme