I have created a project using Jython (there was no bug in compling it by my IDE)
I also have read the topic named Py2exe help (Ene Uran---Oct 23rd 2006 6:43 pm) and I can tell you that it really helped me so much. But in this project, I cannot create an excutable .exe file using Py2exe.
After running the setup file I also received 2 folders: dist and built. Inside the dist folder I saw 3 files: MainForm.exe file, MSVCR71.dll file and w9xpopen file. So I tried clicking on .exe file to run it ... and what I had to see are: a small window telling me it cannot run and a text file named MainForm.exe.log --- its content is:
Traceback (most recent call last):
File "MainForm.py", line 1, in ?
File "zipextimporter.pyo", line 78, in load_module
File "JyGUI\JyFrame.pyo", line 1, in ?
ImportError: No module named javax.swing
:sad: So what I can see is that it mustn't have imported javax.swing module into the process.
Could someone please tell me how to deal with this problem???
Have a nice day!
Thank you!