Page 1 of 1

problem with accessing boxed files

Posted: Mon Feb 25, 2013 3:20 pm
by rndbit
I have strange issue with my python application that is packed with py2exe.
When i box application it dies with error:

Code: Select all

Traceback (most recent call last):
  File "main.py", line 3, in <module>
    import sys, ui
ImportError: No module named ui
Module ui is present in library.zip archive that is boxed together with application:
Image
Of course if application is not boxed it works just fine.
I tried all possible option combos in options tab to no avail (stupid i know..)

Should you need sample of my application - i can provide it privately upon request.

Re: problem with accessing boxed files

Posted: Mon Feb 25, 2013 3:28 pm
by Enigma
Hi rndbit,

Yes, please send us a sample at vbox@enigmaprotector.com

Can't tell you what could a reason of this problem yet..