Python – To get the list of paths that are searched by python interpreter
import sys
print sys.path
Ran the chilkat web crawler by adding the following files to search directory
chilkat( Compiled python file)
_chilkat (PYD file)
April 14, 2009
Python – To get the list of paths that are searched by python interpreter
import sys
print sys.path
Ran the chilkat web crawler by adding the following files to search directory
chilkat( Compiled python file)
_chilkat (PYD file)
Leave a comment