From: Bruce S. <Bru...@nc...> - 2008-12-05 14:56:33
|
Evidently you're referring to a Linux installation, where it is not possible to give a simple answer to your question. If you build from source, AND you specify that you're building for /usr/bin/python2.5, then visual will be where you say. If you build from source for /usr/local/bin/python2.5, it will be in /usr/local/lib/python2.5/site-packages/visual. If you install from a package manager on your Linux distribution, it ought to be in one of these places, but who knows? In any case, the thing to do is look in the likely places. Bruce Sherwood 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??? |