I wonder if you'd tried out exemaker on Python 2.6 at all? I've been using it for ages with Python 2.5 but the same thing doesn't work with 2.6. If I have a Python script containing just "import socket", the executable created by exemaker fails with the stack
Traceback (most recent call last):
File "C:\exemaker\exemaker-1.2-20041012\test.py", line 4, in <module>
import socket
File "C:\Python26\lib\socket.py", line 46, in <module>
import _socket
ImportError: DLL load failed: The specified module could not be found.
Hi, exemaker works =)
but can you someone tell me how things works
i must to have exemaker.exe and exemaker.py in Python25 folder where is python.exe? because in another place it show "Cannot find python.exe"
and second... i thought that when i created for example hello.exe that will work anywhere is it placed... if i executed from (c:\temp) , so hello.exe doesn't work and needs python.exe
thanks for help
I wonder if you'd tried out exemaker on Python 2.6 at all? I've been using it for ages with Python 2.5 but the same thing doesn't work with 2.6. If I have a Python script containing just "import socket", the executable created by exemaker fails with the stack
Traceback (most recent call last):
File "C:\exemaker\exemaker-1.2-20041012\test.py", line 4, in <module>
import socket
File "C:\Python26\lib\socket.py", line 46, in <module>
import _socket
ImportError: DLL load failed: The specified module could not be found.
Fortunately, it seems this was because of a bug in Python 2.6.1. It works fine again with the new Python 2.6.2. Don't know why, but there it is...
Hi, exemaker works =)
but can you someone tell me how things works
i must to have exemaker.exe and exemaker.py in Python25 folder where is python.exe? because in another place it show "Cannot find python.exe"
and second... i thought that when i created for example hello.exe that will work anywhere is it placed... if i executed from (c:\temp) , so hello.exe doesn't work and needs python.exe
thanks for help