py2exe setup strange error

2007-01-04 Thread Croteam
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

simple ftputil ssl client

2006-12-31 Thread Croteam
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

M2Crypto running error

2006-12-27 Thread Croteam
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

py2exe install script problem

2006-12-08 Thread Croteam
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

ftputil upload error

2006-12-02 Thread Croteam
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

python voip modules

2006-12-01 Thread Croteam
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

shtoom making PC2Phone calls

2006-11-30 Thread Croteam
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

shtoom or yate client source code

2006-11-29 Thread Croteam
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!!

shtoom complicated install

2006-11-27 Thread Croteam
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

py2exe console removing

2006-11-11 Thread Croteam
Hello, Can somebody tell me how to I remove console at script installing? Thanks. -- http://mail.python.org/mailman/listinfo/python-list