[Ipython-tickets] [IPython] #205: %run method, problems with writing to file/data corruption

IPython ipython-tickets@scipy....
Thu Dec 20 02:46:59 CST 2007


#205: %run method, problems with writing to file/data corruption
---------------------+------------------------------------------------------
 Reporter:  rjalves  |        Owner:  fperez  
     Type:  defect   |       Status:  assigned
 Priority:  normal   |    Milestone:          
Component:  ipython  |      Version:          
 Severity:  major    |   Resolution:          
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by fperez):

  * status:  new => assigned

Comment:

 I see that your script never closes, nor flushes, the file descriptors you
 opened.  That's likely the problem, not anything in ipython.  Try closing
 your file descriptors at the end of your script and see what happens.

-- 
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/205#comment:2>
IPython <http://ipython.scipy.org>
The IPython interactive Python system


More information about the Ipython-tickets mailing list