On my 12" PowerBook G4 all examples work on 10.5.
I'll test some more.
Thanks!
On my Intel MacBook all works fine as well.
Got the following message running a sqlite demo;
/Users/me.../Library/Application Support/NodeBox/database/pysqlite2/dbapi2.py:27: RuntimeWarning: Python C API version mismatch for module pysqlite2._sqlite: This Python has API version 1013, module pysqlite2._sqlite has version 1012.
I guess that means just that the libraries need an update as well.
The demo worked fine.
Thanks!
Thanks for testing Edwin. We'll post the release on the site.
Kind regards,
Frederik
I'm having a bit of a horror run with 1.9.2 under Mac OS X 10.4.10 (PPC). Previous versions have all worked beautifully, but this one locks up hard (spinning disk, and 80-90% CPU usage) as soon as I try to do anything: typing the word "size" in the script portion of the window is enough to cause the colour wheel, and then it's all over.
Anything I can do to help track down the problem? Logs seemed to be untouched during this process, unfortunately. (Oh yeah, I did try reinstalling it a few times without any change in behaviour.)
Thanks,
Paul
Weird, I have tried running NodeBox 1.9.2 under the same configuration myself, without problems. I'll try again. I tested against a PowerBook G4, what's your machine?
Kind regards,
Frederik
I got the same error as Edwin running MySQLdb and the newest release: /Users/shatton/Library/Application Support/NodeBox/pyimaging/PIL/Image.py:52: RuntimeWarning: Python C API version mismatch for module _imaging: This Python has API version 1013, module _imaging has version 1012. So that would be the imaging library that is out of date? I really want to use the latest release, so what should I do?
I'm running 10.4.10 on a G4 Powerbook and I'm getting bad joojoo when I use core image filters and/or exporting large images (1200x1200). The whole machine locks up and I have to hard reset. Could just be that my machine is underpowered.
You need not worry about the runtime warnings. The libraries will continue to run but they just need to be updated to the latest NodeBox version.
Anon, could you mail me the script that locks up your computer so I can test it? Could be a number of reasons from memory to graphics card.
NodeBox 1.9.2 release
Posted by fdb on Nov 06, 2007Hi everyone,
We have a release of NodeBox 1.9.2 ready for testing. Since this is a big change, we wanted to give our loyal forum crowd a first stab at it.
So what's new?
Python 2.5.1: This release includes a full distribution of Python 2.5.1, to make it compatible with both Leopard and Tiger. This version should also include libraries from your PYTHONPATH, so if you have anything there, give it a whirl.
New export dialog: The export dialog was causing problems with Python 2.5, so we replaced it with a custom one.
And here's the link:
http://nodebox.net/download/NodeBox-1.9.2.dmg
Kind regards,
Frederik