1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

An unexpected error...

Posted by microbians on May 11, 2007



An unexpected error has ocurred
(AttributeError: 'NoneType' object has no attribute 'endswith')

I try diferent prior versions and the only I got working is the NodeBox_1.0rc7.

I'm on a 2x2.6 GHz PowerPC G5 with 10.4.9 Mac OS X.

Thanks a lot.
Gabriel



Posted by Frederik on May 14, 2007

When does this happen? When you start up NodeBox?
Would you mind starting up the latest version of NodeBox, then go to Console.app (in /Applications/Utilities) and copy everything.

You can mail that to me -- My e-mail address is frederik (at) pandora (dot) be



Posted by Frederik on May 14, 2007

Hi,

Thanks for the Console log. As was evident from your log, the culprit is a InputManager called Plaintext Paste (http://www.pozytron.com/plaintextpaste).

----
> 0 0x000091cc objc_msgSend + 0
> 1 com.pozytron.PlaintextPaste 0x14adaeec +[PTPController load] + 76
-----

The problem is triggered by faulty compiler flags. Here's a forum post about this:

http://nodebox.net/code/index.php/shared_2007-01-17-12-00-23

Uninstalling PlaintextPaste (by removing it from your /Users/yourusername/Library/InputManagers) folder should make NodeBox work (unless you have more faulty inputmanagers). You can fix this by mailing the developer and referring him to the URL in the forum post. It explains which compiler flags to use.



Posted by microbians on May 18, 2007

Thanks a lot, you hit it :)