today i installed python1.9.7.but i have two question. but in command line :import sys,print sys.argv,it raise a expect:AttributeError: 'module' object has no attribute 'argv'.
but on python1.45,no this "AttributeError"....why???
it's a bug?
the second question is about extension module package.i download gdata-2.0.4 in http://code.google.com/p/gdata-python-client/....i copy the module package ATOM and GDATA to C:\\resource\\python25,,then on command:import ATOM ,raise expect:No module name ATOM,but i copy module package to C:\\resource ,and on python1.45 command line:import ATOM,No this expect.
who can tell me why?and how can do??

Reply With Quote




