Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r62 - trunk/python/pydok

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r62 - trunk/python/pydok


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r62 - trunk/python/pydok
  • Date: Wed, 9 Apr 2008 08:56:46 +0200
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus
Date: Wed Apr 9 08:56:46 2008
New Revision: 62

Log:
Adapted pydok setup.py for PSI iDok servers

Modified:
trunk/python/pydok/README.html
trunk/python/pydok/setup.py

Modified: trunk/python/pydok/README.html
==============================================================================
--- trunk/python/pydok/README.html (original)
+++ trunk/python/pydok/README.html Wed Apr 9 08:56:46 2008
@@ -4,10 +4,11 @@
<h2>Prerequisites</h2>
pydok needs the following software available
<ul>
- <li>Python 2.5</li>
- <li>omniORB-4.1.0 and omniORBpy-3.0</li>
- <li>m2crypto 0.18</li>
- <li>PyCrypto 2.0.1</li>
+ <li>Python 2.5</li>
+ <li>omniORB-4.1.0 and omniORBpy-3.0</li>
+ <li>m2crypto 0.18</li>
+ <li>PyCrypto 2.0.1</li>
+ <li>pykerberos_fork</li>
</ul>
Older omniORB packages do not work, due to a problem with unmarshalling
CORBA exceptions.

Modified: trunk/python/pydok/setup.py
==============================================================================
--- trunk/python/pydok/setup.py (original)
+++ trunk/python/pydok/setup.py Wed Apr 9 08:56:46 2008
@@ -28,7 +28,7 @@
"Geneate CORBA stubs from IDL files"
os.system("rm -rf src/pydok/corba")
os.system("mkdir -p src/pydok/corba")
- os.system("/opt/omniorb/omniorb-4.1.0/bin/omniidl -bpython
-Wbpackage=pydok.corba -nc -C src %(idldir)s/common.idl
%(idldir)s/clienthandler.idl %(idldir)s/cli.idl %(idldir)s/admin.idl
%(idldir)s/search.idl" %
+ os.system("/opt/omniorb-4.1.0/bin/omniidl -bpython
-Wbpackage=pydok.corba -nc -C src %(idldir)s/common.idl
%(idldir)s/clienthandler.idl %(idldir)s/cli.idl %(idldir)s/admin.idl
%(idldir)s/search.idl" %
{ "idldir": IDL_DIR })

if __name__ == "__main__":



  • [idok-commit] idok commit r62 - trunk/python/pydok, AFS account Roman Geus, 04/09/2008

Archive powered by MHonArc 2.6.19.

Top of Page