Re: [Boa Constr] cannot start Boa on linux
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2000-11-05 17:54:37
|
Hi Joachim, Joachim Schmitz wrote: > > I checked out the cvs and got the following: > > $ python Boa.py > importing wxPython... > imported Prefs > Traceback (innermost last): > File "Boa.py", line 22, in ? > import Palette > File "Palette.py", line 14, in ? > import PaletteMapping > File "PaletteMapping.py", line 33, in ? > from Companions.ZopeCompanions import * > File "Companions/ZopeCompanions.py", line 2, in ? > from ZopeLib import Client, ExtMethDlg > File "ZopeLib/Client.py", line 112, in ? > from random import random > File "/usr/local/lib/python1.5/random.py", line 84, in ? > verify('NV_MAGICCONST', 1.71552776992141) > File "/usr/local/lib/python1.5/random.py", line 77, in verify ^^^^^^^^^ I doubt whether this error has anything to do with Boa. This is a standard python module. What you could try is to change Client.py line 112 from: from random import random to: from whrandom import random Maybe this will work for you, but there seems to be something wrong with your Python. > raise ValueError, \ > ValueError: computed value for NV_MAGICCONST deviates too much (computed 2,82843, expected 1) > -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |