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,
![image](https://user-images.githubusercontent.com/8840907/236353295-347f9d68-763c-44f9-a76b-4a7175ebc9c2.png)
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.
![image](https://user-images.githubusercontent.com/8840907/236353762-189281c9-b60f-4173-a866-92c8edc5d197.png)
So what's the problem with
sys.path.append
Beta Was this translation helpful? Give feedback.
All reactions