View Single Post
Old 03-01-2009, 10:41 PM   #201
CyberBiker
Member
CyberBiker began at the beginning.
 
CyberBiker's Avatar
 
Posts: 21
Karma: 10
Join Date: Feb 2009
Device: Kindle2
here is the "which python"

Aragorn:Tools david$ which python
/usr/bin/python
Aragorn:Tools david$

Here are the first few lines of "kindlepid.py"

#!/usr/bin/python
import sys, binascii

letters = "ABCDEFGHIJKLMNPQRSTUVWXYZ123456789"

def crc32(s):
return (~binascii.crc32(s,-1))&0xFFFFFFFF


Should there be a space between #! & /user/bin/python ?????
CyberBiker is offline   Reply With Quote