Re: [Boa Constr] Mac OSX 10.4 Startup error
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-06-04 13:06:00
|
Hi Dave, Dave Gindelberger, Ph.D. wrote: > Hi > ... > $ 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? It is reading the first line in the users "prefs.rc.py" file which on my machine (Win) is in "C:\Users\myuserid\.boa-constructor", I don't know were a Mac keeps it user specific stuff. The first line should look like: ## rc-version: 18 ## What does yours show in the first line? The easy fix is probably just to rename the .boa-constructor folder and it will be rebuild. If it happens again then we need to try to determine what is really going wrong, i.e. what configuration settings are you changing ..... See you Werner |