Re: [qooxdoo-devel] Unable to generate source in 1.1

2010-06-04 Thread Per-Ola Stenborg
Hi T You were right! I ran Python 2.4. After upgrading to 2.5 it worked like a charm. Thanks so much and have a nice weekend! Best regards, Per-Ola At 12:07 2010-06-03, you wrote: >Hi Per-Ola, > >it looks like you are running an old Python version. You can check by >running this command at th

Re: [qooxdoo-devel] Unable to generate source in 1.1

2010-06-03 Thread thron7
Hi Per-Ola, it looks like you are running an old Python version. You can check by running this command at the shell prompt: python -V It should say at least 2.5.x (but not 3.x). Could it be yours is 2.4.x? We dropped Python 2.4 support officially with qooxdoo 1.0, and later introduced actual incom

[qooxdoo-devel] Unable to generate source in 1.1

2010-06-03 Thread Per-Ola Stenborg
Hi all, I hope some one can help out here. I'm having problem to run the 1.1 release. I started developing on 1.0.1 which worked fine. Upgrade to 1.0.2 worked fine but with a fresh install of 1.1 I can't even generate the "Hello World" example source. This is what I get(running linux if that ma