google-code-export / pysal

Automatically exported from code.google.com/p/pysal
Other
1 stars 1 forks source link

pysal-1.30dev.zip tar ball missing module #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/Users/serge/tmp/pysal-1.3.0dev/pysal/__init__.py in <module>()
     59 from weights.user import queen_from_shapefile, rook_from_shapefile, knnW_from_array,knnW_from_shapefile, threshold_binaryW_from_array, threshold_binaryW_from_shapefile, threshold_continuousW_from_array, threshold_continuousW_from_shapefile, kernelW, kernelW_from_shapefile, adaptive_kernelW, adaptive_kernelW_from_shapefile, min_threshold_dist_from_shapefile,build_lattice_shapefile
     60 import spreg
---> 61 import examples
     62 
     63 # Load the IOHandlers

Original issue reported on code.google.com by sjsrey on 26 Jan 2012 at 7:06

GoogleCodeExporter commented 9 years ago
---> 61 import examples
     62 
     63 # Load the IOHandlers

ImportError: No module named examples

Original comment by sjsrey on 26 Jan 2012 at 7:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Added examples dir to setup.py packages.

Original comment by phil.stp...@gmail.com on 27 Jan 2012 at 12:52