Hello:

I were trying to freeze a python file including scipy package and met with
an error:.

Exception raised when calling format_exception,

Exception: 'str' object has no attribute '_cause_'

Original Exception: cannot import name format

I begin my python file with:

import math

#from scipy import special

import sys

from PyQt4 import QtCore, QtGui

from VLClayout import Ui_Form

I am sure that if I comment the "from scipy import special" sentence the
freezing action would work well but cannot work if this sentence added.

Did someone ever meet with this problem?

Thanks.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to