Problem importing bpy

import bpy
from bpy import *
import Blender.Draw as Draw

Import Error: No module named bpy

I have seen some other scripts that import bpy, and I cant seem to be able to find a place to download it… thanks

I am also using Blender 2.43 and python 2.5

bpy is only in 2.44

Well that would explain it… Thanks again