Replies: 1 comment 5 replies
-
Discussed in #395 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I wrote a gui library and wrote a little program with it. Everything works fine but I created an exe file and ran it. Then it showed this message box.
My library depends upon ctypes. It says it cannot find ctypes.
In my script, this is how I connect my gui library.
So, I just commented out these two lines and copy pasted this script to "PyForms" directory. Then I re compiled my program as an exe and it worked.
So what's the problem with
sys.path.append
Beta Was this translation helpful? Give feedback.
All reactions