On 11 May 2012 05:22, Pradeep Vinesh Reddy <[email protected]> wrote: > File "/usr/lib64/python2.6/site-packages/cx_Freeze/finder.py", line 332, > in _LoadModule > module.code = compile(codeString, path, "exec")
In the latest released version, that line is #330, so you might be using an older version (e.g. from distribution packages). Please try installing 4.2.3 from the website: http://cx-freeze.sourceforge.net/ If it still fails, then edit finder.py and temporarily put "print path" on the line above it, to see which file it's choking on. Best wishes, Thomas ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
