Shansal 0 Newbie Poster

Hi All,

I created succesfully an executable version (Py2exe, Pyinstaller) of my application. When I try to run the app from .exe, I get an error as follows in the log file:


Traceback (most recent call last): File "CreateAS.pyw", line 8, in <module> 
ImportError: cannot import name Publisher

I am really stuck in this part. Could you help me out?

Thanks.