[Tutor] TimeOut in

2009-11-08 Thread somnath chakrabarti
7;Magic Square:' t = threading.Thread(None,ms.getSolution,None,(solver,),{}) t.start() print ms.getSolution(solver) ms.p.join() print 'Time taken: %1.3f' % (ms.end-ms.start) t.cancel() -- Thanks and regards, Somnath Chakrabarti.

[Tutor] TimeOut in between threads

2009-11-08 Thread somnath chakrabarti
ceeded.Hello World Hello World Hello World Hello World Hello World Hello World Time Taken: 0.000 Back from Time Out. -- Thanks and regards, Somnath Chakrabarti. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

[Tutor] pexports python27.dll > python27.def (pygraphviz 1.1 package )

2013-01-09 Thread somnath chakrabarti
n avail another export option with DUMPBIN but since I don't have MSVS installed, I would like to get some alternative to get rid of the problem and need to use the PyGraphViz-1.1 package. Any suggestions will be very helpful Somnath Chakrabarti MS Student CSEE Department University of Mary

Re: [Tutor] pexports python27.dll > python27.def (pygraphviz 1.1 package )

2013-01-09 Thread somnath chakrabarti
to post in text and more python generic questions next time. Thanks for pointing out though! :) -Somnath On Wed, Jan 9, 2013 at 6:58 AM, Oscar Benjamin wrote: > Please post in plain text on this mailing list (not html). > > On 9 January 2013 09:38, somnath chakrabarti > wrote: >

Re: [Tutor] pexports python27.dll > python27.def (pygraphviz 1.1 package )

2013-01-11 Thread somnath chakrabarti
Actually the problem was the access permission for the destination folder. I changed to my account-specific path and it worked. Thanks Somnath On Fri, Jan 11, 2013 at 7:08 PM, Prasad, Ramit wrote: > somnath chakrabarti wrote: > > I have mingw and python 2.7 in a Windows 7 box and