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:
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
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",
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