Hello,
Can somebody tell me where to I find module name: "tele"
import tele
Regards,
Vedran
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
Where I can find this files(modules):
fcntl,FCNTL,tty,termios, TERMIOS
THANKS!!!
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
Hello,
Where to I download module: _gtk
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
Hi,
For people who using ftputil:
Have ftputil any protection(SSL..) or any other protection?
THANKS
--
http://mail.python.org/mailman/listinfo/python-list
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
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
14 matches
Mail list logo