Hi there,

I've been trying to build my work-in-progress with cx_Freeze on Windows
7. I'm using Python 3.4.1 with cx_Freeze 4.3.3. I'm running Windows 7 in
VirtualBox, but I don't really see why that should matter. The only
dependencies my application has are Standard Library modules, PyQt5, and
the QScintilla plug-in (PyQt5.Qsci). My application runs alright using
my existing Python installation, but a cx_Freeze built executable fails
to launch properly. I don't want to transcribe the whole traceback right
now, but I've posted a picture on Dropbox:
https://www.dropbox.com/s/kxkbvmrn49b5gm9/cx_fail.png

To summarize, the built executable seems to fail while interpreting a
file in my existing cx_Freeze installation (which it shouldn't even be
running, as far as I know) and ultimately raises this error:

AttributeError: 'module' object has no attribute '_fix_up_module'.

I built the executable using this simple setup script:
http://pastebin.com/XBBWSXd9

I invoked the script with the "build" command. I've uploaded the output
to Pastebin: http://pastebin.com/c8Cw3yMG

Is this a documented bug already? Am I doing something obviously wrong?

Thanks,
Dominic

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to