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


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 package setup file) and in
that folder put folders: app,audio,multicast,ui ,now I must
"insert" python files from shtoom package into that folders but I don't
know where  I must put
every file?? In what folder.



 I will appreciate any help

 Regards,Vedran

-- 
http://mail.python.org/mailman/listinfo/python-list


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!!


 Regards,Vedran

-- 
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.python.org/mailman/listinfo/python-list


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


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 file C:/Documents and Settings/VEKI/My
Documents/internet/popravak.txt  ##



ftp.upload(file,os.path.basename(file))

THEN I GAIN ERROR:
Traceback (most recent call last):
  File "", line 1, in -toplevel-
ftp.upload(file,os.path.basename(file),'b')
  File "C:\Python24\lib\ftputil.py", line 417, in upload
self.__copy_file(source, target, mode, open, self.file)
  File "C:\Python24\lib\ftputil.py", line 406, in __copy_file
target = target_open(target, target_mode)
  File "C:\Python24\lib\ftputil.py", line 245, in file
host._file._open(effective_file, mode)
  File "C:\Python24\lib\ftp_file.py", line 115, in _open
self._conn = ftp_error._try_with_ioerror(
  File "C:\Python24\lib\ftp_error.py", line 101, in _try_with_ioerror
raise FTPIOError(ftp_error)
FTPIOError: 550 popravak.txt: Access is denied.
Debugging info: ftputil 2.1, Python 2.4.2 (win32)



  Regards,

  Vedran

-- 
http://mail.python.org/mailman/listinfo/python-list


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 got error in
some strange window:

window title: Error occurred
window message:  See the logfile
'c:\Python24\Lib\site-packages\dist\myscript.exe' for details

and tad and in that error "make" in install directory one log file, and
that file I run with notepad and
in that  notepad file
write error:

   Traceback (most recent call last):
  File "myscript.py", line 3, in ?
  File "Tkinter.pyc", line 1448, in wm_iconbitmap
_tkinter.TclError: bitmap "myicon.ico" not defined


   Thanks!

-- 
http://mail.python.org/mailman/listinfo/python-list


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 __m2crypto
ImportError: DLL load failed with error code 182


If anybody know how to solve this problem,please help me!!!

-- 
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,
in -toplevel-
import m2
  File "C:\Python24\Lib\site-packages\M2Crypto\m2.py", line 28, in
-toplevel-
from __m2crypto import *
ImportError: DLL load failed with error code 182

...so now I trying to make it with pyOpenSSL or twistedmatrix ssl,but I
don't know how.If anybody
have any idea or example how to I make it,please help me!!!

-- 
http://mail.python.org/mailman/listinfo/python-list


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