problem with accessing boxed files

Issues related to Enigma Virtual Box
Post Reply
rndbit
Posts: 3
Joined: Sat Oct 13, 2012 9:18 am

problem with accessing boxed files

Post 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.
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: problem with accessing boxed files

Post 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..
Post Reply