View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000326 | ascend | pygtk gui | public | 2007-03-20 01:00 | 2013-02-26 13:42 |
Reporter | john | ||||
Assigned To | john | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | suspended | ||
Product Version | |||||
Target Version | 0.9.9 | Fixed in Version | |||
Summary | 0000326: FILE* issues with python bindings on Windows | ||||
Description | The code that writes matrices and textfiles to FILE* pointers passed from Python is not correct on Windows, due to different FILE* structures used by MinGW GCC and Python-for-Windows, which is built with MSVC. A solution *may* exist, else filenames should be passed instead. | ||||
Tags | No tags attached. | ||||
|
Much discussion on this on the MinGW list, no really good solutions apparent at this stage. It is a strictly windows-based problem. Ben advises use of a string-based mechanism instead, which is probably sensible. |
|
an error message is thrown on windows so that a crash is avoided. won't fix until new version of MinGW comes out with linkage to correct MSVCRT. |
|
Bringing this error back to life; it's the blocker for bug 0000375. Graphviz functionality could be restored by passing a temporary filename instead of a FILE*, perhaps. We could wrap MSVCR*.dll FILE* functions for use from Python... |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-03-20 01:00 | john | New Issue | |
2007-03-20 01:00 | john | Status | new => assigned |
2007-03-20 01:00 | john | Assigned To | => john |
2007-03-20 01:00 | john | Target release | => 0.9.6 |
2007-03-28 00:56 | john | Note Added: 0000423 | |
2007-06-12 05:14 | john | Status | assigned => resolved |
2007-06-12 05:14 | john | Resolution | open => suspended |
2007-06-12 05:14 | john | Note Added: 0000427 | |
2011-04-04 14:52 | john | Note Added: 0000709 | |
2011-04-04 14:52 | john | Status | resolved => confirmed |
2011-04-04 14:52 | john | Note Edited: 0000709 | View Revisions |
2011-04-04 14:53 | john | Relationship added | parent of 0000375 |
2011-04-04 14:55 | john | Note Edited: 0000709 | View Revisions |
2013-02-26 13:42 | john | Target Version | => 0.9.9 |