This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
""" | |
hello-world.py | |
@author: Randall Degges | |
@email: [email protected] | |
@date: 11-20-09 | |
This program tests the pycall library and makes sure that you are able to place |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# pycall-install.sh | |
# | |
# @author: Randall Degges | |
# @email: [email protected] | |
# @date: 11-20-2009 | |
# | |
# This program installs the pycall library on any linux machine which has | |
# python 2.4+. |
NewerOlder