Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

python - Has anybody been able to install PyWeka? -


i need install in python 2.6 or 2.7 windows library pyweka0.3dev, says requires setuptools, installed told me deprecated instalation library , installed distribute, downloaded pyweka compressed package , each time try install neither setup.py nor easy_install (where says no module ez_setup). can give me clue how this?

as mentioned via aardvark (yes, omnipresent), module in question broken. can't easy_install it. it's bug in pyweka.

you can download file pypi, http://pypi.python.org/pypi/pyweka/0.3dev, , unpack it.

in file setup.py, remove following 2 lines:

from ez_setup import use_setuptools use_setuptools() 

and install running

python setup.py install 

you need have installed numpy , namedmatrix (which has same bug pyweka) first.

however, mentioned on windows. doubt pyweka work on windows. there unix specific code in it.

and still want know why authors reading files calling cat subprocess. seems pretty pointless , broken install, enough reason me keep far away module. suspect it's authors have no idea doing.

that, or geniuses.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -