- #! /usr/bin/env python
- #Initialise variables and imports
- import os.path
- DataFile='emill.dat'
- fileObject = open("emill.dat",'r') #Opens data file
- fileContents = fileObject.read
- ./emill.py: 8: ./emill.py: Syntax error: "(" unexpected
SHARE
TWEET
Python error
a guest
Aug 4th, 2012
13
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

