-
ooh.. that be my bad.. there are quite a lot of those checks.. I'll start modifying them to exclude darwin ASAP.. (catenary, 64-bit is only win32 still on the CPython distribution.. even Stackless Python has that one sorted now..)
2010-01-02 22:14:15 UTC by dx-mon
-
Good point! Will fix it to look for win32 (even 64-bit is still win32, oddly). Thanks for the report (think this is the first time I've gotten a bug report before even making a release ;-)
2009-12-28 17:47:09 UTC by catenary
-
if "win" in sys.platform:
it might match win{32,64}, but it also matches darwin :p
>>> import sys
[14641 refs]
>>> sys.platform
'darwin'.
2009-12-25 10:50:33 UTC by nobody
-
catenary committed patchset 1405 of module gnofract4d to the Gnofract 4D CVS repository, changing 3 files.
2009-12-22 23:15:40 UTC by catenary
-
catenary committed patchset 1404 of module gnofract4d to the Gnofract 4D CVS repository, changing 14 files.
2009-12-22 23:14:01 UTC by catenary
-
catenary committed patchset 1403 of module gnofract4d to the Gnofract 4D CVS repository, changing 15 files.
2009-12-22 20:07:41 UTC by catenary
-
I have now sent you a couple of emails, they contain my latest updates.
The only thing I didn't yet say in them is that the interface now hangs on displaying for some reason or another and I get a load of "Unknown message from fractal thread; []" messages printed to the console I'm running Gnofract4d through. Not sure how to proceed..
2009-12-20 18:39:29 UTC by dx-mon
-
Answers:
- I have Python 2.6 installed under the standard path for it, it's in my %PATH%, it's built against VC++2008/MSVC90.dll. I have Visual Studio 2005 installed with the directory containing vcvarsall.bat on %PATH%, this then sets up my %PATH% to have cl.exe and link.exe too, that makes anything compiled by me or gnofract4d link against MSVC80.dll or the static version of that...
2009-12-20 09:31:06 UTC by dx-mon
-
I've downloaded the changes and started looking through them.
Couple things:
- I'd also like to try compiling on Windows with the changes. Did you just have Python installed and cl.exe on the path & run setup.py, or something else?
- curious about the CRT mismatch. That just because Python was compiled against a different CRT than the one you're building the extension against?...
2009-12-20 07:25:09 UTC by catenary
-
Just uploading my latest modifications to my server.. full implementation of GLib's giowin32.c for fract4dc bundled in win32func.cpp. It seems to crash when a fractal is asked for (I think it's because we're no longer using the GLib implementation of those functions, not sure.. but either way, it crashes.. and I'll debug why in a while.). Proof of concept wise, it works however.
Also included...
2009-12-19 23:27:53 UTC by dx-mon