where to I find:

2006-10-17 Thread vedran_dekovic
Hello, Can somebody tell me where to I find module name: "tele" import tele Regards, Vedran -- http://mail.python.org/mailman/listinfo/python-list

Where I can find

2006-10-15 Thread vedran_dekovic
Hello, Where I can find this files(modules): fcntl,FCNTL,tty,termios, TERMIOS THANKS!!! -- http://mail.python.org/mailman/listinfo/python-list

Where to I find files: gtk.py _gtk.py and GDK.py

2006-10-04 Thread vedran_dekovic
Hello, Can you tell me where to I find exactly this files:gtk.py, _gtk.py and GDK.py I was look everywhere,and download package of gtk but I can't find this files THANKS -- http://mail.python.org/mailman/listinfo/python-list

py_s60 HELP

2006-10-03 Thread vedran_dekovic
Hello, I using py_s60 for calling from my program to phone,but I have one problem. When I want run py_s60 with python 2.4: FIRST ERROR: >>> import telephone Traceback (most recent call last): File "", line 1, in -toplevel- if e32.s60_version_info>=(3,0): AttributeError: 'module' object has

PYTHON PHONE MODULE

2006-10-02 Thread vedran_dekovic
Hello, Can you tell me one simple python phone module and if that module have some moudules which need download from internet,then give me urls of that modules THANKS!! -- http://mail.python.org/mailman/listinfo/python-list

SHTOOM

2006-10-01 Thread vedran_dekovic
Hello, I am a new shtoom user,but I have one problem.I was download last shtoom source and when I write example: >>> from shtoom.app.phone import Phone Traceback (most recent call last): File "", line 1, in -toplevel- from shtoom.app.phone import Phone ImportError: No module named app.phon

_gtk

2006-09-30 Thread vedran_dekovic
Hello, Where to I download module: _gtk -- http://mail.python.org/mailman/listinfo/python-list

Python pyphone module download

2006-09-30 Thread vedran_dekovic
Hello, I was install python pyphone,but I can't run it becose I must download module gtk.Where to I find module gtk (gtk.exe) Thanks -- http://mail.python.org/mailman/listinfo/python-list

Tkinter listbox:get

2006-09-07 Thread vedran_dekovic
Hi, I need help about Tkinter.I want,when somebody click on some item in listbox,then in new entry widget must write that item Regards, Vedran -- http://mail.python.org/mailman/listinfo/python-list

Re: Pmw installation problem

2006-09-03 Thread vedran_dekovic
Fredrik Lundh je napisao/la: > [EMAIL PROTECTED] wrote: > > > When I download Pmw,and .py files copy to lib,then in python shell > > I write: > > where did you copy what files? you're supposed to place the *entire* > Pmw directory somewhere on your path (e.g. under site-packages). see > > h

Pmw installation problem

2006-09-03 Thread vedran_dekovic
Hi, When I download Pmw,and .py files copy to lib,then in python shell I write: >>>import Pmw Traceback (most recent call last): File "", line 1, in -toplevel- import Pmw ImportError: No module named Pmw Regards, Vedran,Croatia -- http://mail.python.org/ma

ftputil protection

2006-09-03 Thread vedran_dekovic
Hi, For people who using ftputil: Have ftputil any protection(SSL..) or any other protection? THANKS -- http://mail.python.org/mailman/listinfo/python-list

Tkinter listbox and ftputil

2006-09-01 Thread vedran_dekovic
Hi, Again I need help about tkinter listbox. example: In listbox must write (imaginary file in server): ['-rw-r--r-- 1 [EMAIL PROTECTED] vedran.byethost12.com 3506 Jun 25 14:40 file.gif'] and then when somebody click on file in listbox,then in new Entry widget must write just filename

Tkinter listbox question

2006-08-31 Thread vedran_dekovic
Hi, I need help about Tkinter listbox widget.I want,when somebody click on any item(file) in Listbox,then in new Label widget text must be selected item from server. my program (wrong example): import ftputil import Tkinter root=Tkinter.Tk() ftp=ftputil.FTPHost('some imaginary server') def Labe