From: Scott D. D. <Sco...@Ac...> - 2008-12-05 17:30:14
|
k roy wrote: > I have got a small doubt which is definitely stupid, but I need to > know that when we write > "from visual import *" > where is the visual directory present from which the modules are extracted. > Is it /usr/lib/python2.5/site-packages/visual or somewhere else??? Easiest answer to this is: import visual print visual.__file__ --Scott David Daniels Scott David Da...@Ac... |