[Boa Constr] Mac OSX 10.4 Startup error
Status: Beta
Brought to you by:
riaan
From: Dave G. Ph.D. <da...@oh...> - 2007-06-01 20:02:58
|
Hi I'm a relatively new python user (neat stuff) and want to try out boa constructor. I'm running on an Intel MacBook Pro and installed a new version of python: $ python Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> and have wxPython (2.8.4.0) installed. I downloaded boa from the CVS repository last night, and fired it up. It worked OK the first time and I walked thru some of the tutorial. This morning I tried to start it again and received the following error: $ python boa.py Starting Boa Constructor v0.5.2 importing wxPython reading user preferences Traceback (most recent call last): File "boa.py", line 271, in <module> import Preferences, Utils File "/Applications/boa/Preferences.py", line 120, in <module> rcver = int(verline[14:-2]) ValueError: invalid literal for int() with base 10: '18 ##\r# RCS- ID: $Id: prefs.rc.py,v 1.8 2006/10/10 10:47:22 riaan Exp $\r\r# The main preference file.\r\rimport wx\rimport wx.stc\r\r#- Miscellaneous------------------------------------------------------' Seems its not catching the first '\r' Any hints? |