Changeset 3200 for pykota/trunk
- Timestamp:
- 07/09/07 21:11:20 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pksetup
r3196 r3200 386 386 pykotadir = os.path.abspath(os.path.join(pksetupdir, "..")) 387 387 setuppy = os.path.join(pykotadir, "setup.py") 388 self.confirmCommand("to install PyKota files on your system", "python %(setuppy)s install" % locals()) 388 if os.path.exists(setuppy) : 389 self.confirmCommand("to install PyKota files on your system", "python %(setuppy)s install" % locals()) 389 390 390 391 def setup(self) :