We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › just downloaded 1.0.1 but libraries missing
Page Index Toggle Pages: 1
just downloaded 1.0.1 but libraries missing (Read 287 times)
just downloaded 1.0.1 but libraries missing
Jan 13th, 2009, 2:03am
 
hi,

I just downloaded processing 1.0.1 (and perhaps stupidly trashed my previous version), and I ran the following code:

CODE:

import processing.Serial.*;
Serial myPort;

void setup() {
Serial.list();
println(Serial.list());
}
___________________________

and got this error:

Starting with release 0149, libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder
___________________________

I can't find the libraries anywhere on my machine. the .dmg that I downloaded had the application only, no other files, and I've been searching online with no joy. can someone please advise (I never had this problem with previous versions. I'm on a Mac running osx 10.5.6)
many thanks,
danielle
Re: just downloaded 1.0.1 but libraries missing
Reply #1 - Jan 13th, 2009, 7:57am
 
hi,

it's a typo, should be:

import processing.serial.*;

//fB
Page Index Toggle Pages: 1