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 - os.fork() sem_wait: Permission denied -


i trying compile python 2.5 on aix 6.1, , following occurs:

python 2.6.5 (r265:79063, jun  3 2010, 11:43:45) [gcc 4.2.0] on aix6 type "help", "copyright", "credits" or "license" more information. >>> import os >>> os.fork() 0 sem_wait: permission denied 741398 

i have found bug, sounds similar:

http://bugs.python.org/issue1234

which suggests setting have_broken_posix_semaphores

i have tried modifying configure script, , can see being set, not help..

any ideas ??

the answer stupidity....

from above obvious... version compiling later in command search path version on machine....

rearranging path shows have_broken_posix_semaphores flag fixes problem ...

duhhh (time take break)


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 -