Changeset 3196 for pykota/trunk
- Timestamp:
- 06/27/07 23:17:40 (17 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pksetup
r3194 r3196 381 381 self.confirmCommand("to import the %(queuename)s print queue into PyKota's database and reroute it through PyKota" % locals(), command) 382 382 383 def installPyKotaFiles(self) : 384 """Installs PyKota files through Python's Distutils mechanism.""" 385 pksetupdir = os.path.split(os.path.abspath(sys.argv[0]))[0] 386 pykotadir = os.path.abspath(os.path.join(pksetupdir, "..")) 387 setuppy = os.path.join(pykotadir, "setup.py") 388 self.confirmCommand("to install PyKota files on your system", "python %(setuppy)s install" % locals()) 389 383 390 def setup(self) : 384 391 """Installation procedure.""" 392 self.installPyKotaFiles() 385 393 self.waitPrintersOnline() 386 394 adminname = raw_input("What is the name of the print administrator ? ").strip() -
pykota/trunk/docs/installation.sgml
r3116 r3196 82 82 followed with the name of your distribution, like : 83 83 <screen> 84 jerome@nordine:~$ pksetup debian 84 jerome@nordine:~/pykota-1.25_official$ ./bin/pksetup debian 85 85 </screen> 86 86 and then follow the instructions and answer to the several questions you'll