Hello,
I was trying to install my script (.py) to (.exe) and when I run setup
script with cmd I get the
error:
python mysetup.py py2exe
error: COREDLL.dll: No such file or directory
Thanks!!!
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
I trying to make ftputil client that uses ssl security.First I was try
to make that with M2Crypto,but
when I use it, I get the error:
Traceback (most recent call last):
File "", line 1, in -toplevel-
import M2Crypto
File "C:\Python24\lib\site-packages\M2Crypto\__init__.py", line 15
Hello,
I was install M2Crypto-0.17beta1.win32-py2.4,and when I run it, I get
the error:
>>> import M2Crypto
Traceback (most recent call last):
File "", line 1, in -toplevel-
import M2Crypto
File "C:\Python24\Lib\site-packages\M2Crypto\__init__.py", line 14,
in -toplevel-
import __m2
Hello,
I using py2exe for my script installing,and I have one problem about
it,actually the real problem is
tkinter window iconbitmap:
import Tkinter
root=Tkinter.Tk()
root.iconbitmap('myicon.ico') # I was try and with myicon.bmp
Then after I install myscript in .exe,and when I run it I
Hello,
I have one problem about ftputil file upload.Here is my short example:
from ftputil import FTPHost
import tkFileDialog
import os
from Tkinter import Tk
ftp=FTPHost('myserver','username','password')
forupload=tkFileDialog.askopenfile(parent=root)
file=forupload.name
## I was choose f
Hello,
If somebody know any python module that uses voip or sip except shtoom
and yate
Please tell me full url of that module or send to
[EMAIL PROTECTED]
Thanks,I will really appreciate that
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
Can somebody give me shtoom examples or source code for making PC2Phone
calls and pc to pc
calls. (if you give me source code,please give me full url to that
source or send me to email:
[EMAIL PROTECTED])
Thanks,I will really appreciate that
--
http://mail.p
Hello,
Can somebody give me (if is that possible) source code of shtoom or
yate client
( e.g. yate.exe or shtoom.exe client source code)
and, Do you know any python voip module except shtoom and yate,if you
know please tell me.
I will appreciate any help!!
Hello,
I have install problem about shtoom.How to I Install shtoom
correct,when I install shtoom
with setup.py (shtoom package setup file), it just make some directory
(shtoom-0.2) and
3 python files with them.But just tell me this,when I was manual make
folder by name "shtoom" (as write in shtoom
Hello,
Can somebody tell me how to I remove console at script installing?
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo