FTPUTIL WITH TKFILEDIALOG

2006-06-24 Thread veki
HI,ALL I am new ftputil user and I need help about something: my prog: >>> import tkFileDialog >>> import ftputil >>> name=tkFileDialog.askopenfile() >>>ftp=ftputil.FTPHost() #Please when you want try this prog use your ftp server >>> nesto1=name.name >>> ftp.upload(nesto1,nesto1,'b') ERROR IS:

directpython question

2007-09-23 Thread veki
Hello, I've got IBM Thinkpad 30 laptop with configuration: IBM Thinkpad R30 P3 Mobile Celeron 900mhz 128mb sdram pc133 15gb hdd cd-rom Teac cd-224e 56K V.90/92 10/100 Ethernet lpt port ps2 port 2 x usb port vga-out pcmcia ,then I have been install directx 9.0c,Python 2.5 and directpython for pyth

Python script setup

2006-08-11 Thread 2Good4You-Veki(Cro)
Hi all, When I want setup my script: I write: from distutils.core import setup setup(name="myscript", version='1.0', scripts=["myscripts.py"]) or some else example,error is Traceback (most recent call last): File "", line 1, in -toplevel- setup(name="myscript",

NNTPLIB STRANGE ERROR

2006-08-13 Thread 2Good4You-Veki(Cro)
HI, when I want use python nntplib: >>> import nntplib >>> s=nntplib.NNTP('news.t-com.hr') >>> s.group('hr.mag.bug') THEN ERROR IS: Traceback (most recent call last): File "", line 1, in -toplevel- s.group('hr.mag.bug') File "C:\Python24\lib\nntplib.py", line 346, in group resp = sel