Index: /issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh
===================================================================
--- /issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh	(revision 27822)
+++ /issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh	(revision 27823)
@@ -173,7 +173,7 @@
 cp -rf bin examples lib scripts share test ${PKG}
 mkdir ${PKG}/execution
-${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files
+# ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files
 echo "Cleaning up unneeded/unwanted files"
-rm -f ${PKG}/bin/*.py # Remove all Python scripts
+# rm -f ${PKG}/bin/*.py # Remove all Python scripts
 rm -f ${PKG}/bin/generic_static.* # Remove static versions of generic cluster classes
 rm -f ${PKG}/lib/*.a # Remove static libraries from package
Index: /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh
===================================================================
--- /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh	(revision 27822)
+++ /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh	(revision 27823)
@@ -180,7 +180,7 @@
 mkdir ${PKG}/execution
 cp packagers/mac/issm-executable_entitlements.plist ${PKG}/bin/entitlements.plist
-${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files
+# ${ISSM_DIR}/scripts/py_to_pyc.sh ${PKG}/bin # Compile Python source files
 echo "Cleaning up unneeded/unwanted files"
-rm -f ${PKG}/bin/*.py # Remove all Python scripts
+# rm -f ${PKG}/bin/*.py # Remove all Python scripts
 rm -f ${PKG}/bin/generic_static.* # Remove static versions of generic cluster classes
 rm -f ${PKG}/lib/*.a # Remove static libraries from package
