gnue-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnue-dev] Bugs, bugs, bugs *g*


From: Derek Neighbors
Subject: Re: [Gnue-dev] Bugs, bugs, bugs *g*
Date: Thu, 28 Mar 2002 09:13:40 -0600 (CST)

You dont want to comment out that line.  Instead you want to download and 
install mxDateTime package from www.egenix.com.

If you get cvs again (update) and simply copy sample.gnue.conf over your 
gnue.conf file your msg_next problem will go away.  That was a typo from 
my commit last night.  I apologize.

-Derek

On Thu, 28 Mar 2002, Christian Selig wrote:

> Hello all,
> 
> Setup from CVS (checkout five minutes ago) works well, except:
> 
> address@hidden:~/bin$ ./gfdes
> Traceback (most recent call last):
>   File "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/designer/Designer.py", 
> line 65, in ?
>     import TemplateParser, TemplateChooser, MRUManager
>   File "/home/lupo/cvs/gnue/designer/src/TemplateParser.py", line 30, in ?
>     from gnue.designer import TemplateBase
>   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/designer/TemplateBase.py", line 
> 50, in ?
>     import Incubator
>   File "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/designer/Incubator.py", 
> line 31, in ?
>     from gnue.forms import GFParser, GFForm
>   File "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/GFForm.py", line 
> 36, in ?
>     from GFObjects import *
>   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/GFObjects/__init__.py", 
> line 19, in ?
>     exec "from gnue.forms.GFObjects.%s import %s" % (module,module)
>   File "<string>", line 1, in ?
>   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/GFObjects/GFEntry.py", 
> line 32, in ?
>     from gnue.forms import GFDisplayHandler
>   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/GFDisplayHandler.py", line 
> 35, in ?
>     from mx.DateTime import DateTime
> ImportError: No module named mx.DateTime
> address@hidden:~/bin$ vi 
> /home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/GFDisplayHandler.py
> 
> I "fixed" the problem by commenting out the import line *g*
> 
> address@hidden:~/bin$ ./gfdes
> 
> Now I designed a very small test form:
> 
> <?xml version="1.0"?>
> 
> <!--  GNUe Designer (0.2.0a)
>       Saved on: 2002-03-28 15:09:12  -->
> 
> <form>
>   <options/>
>   <page name="Page_1">
>     <label width="10" y="1" name="Label_1" text="Label_1" x="2"/>
>   </page>
> </form>
> 
> And tried to run it with Forms:
> 
> address@hidden:~/bin$ ./gfcvs test.gfd &
> [1] 4847
> address@hidden:~/bin$ DB000: Traceback (most recent call last):
> DB000:   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/GFClient.py", line 191, in ?
> DB000:     GFClient().run()
> DB000:   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/GFClient.py", line 118, in run
> DB000:     self.runForm(formfile, self.disableSplash)
> DB000:   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/GFClient.py", line 166, in 
> runForm
> DB000:     instance.activate()
> DB000:   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/GFInstance.py", line 636, 
> in activate
> DB000:     ui = self._uiinstance =  
> self._uimodule.GFUserInterface(self.eventController, self._disableSplash)
> DB000:   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx/UIdriver.py", 
> line 122, in __init__
> DB000:     self.init()
> DB000:   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx/UIdriver.py", 
> line 227, in init
> DB000:     dataMenu.Append( 211, "First Record        
> (Shft+Up)",GConfig.get('msg_first'))
> DB000:   File 
> "/home/lupo/cvs/gnue/.cvsdevelbase/gnue/common/GConfig.py", line 52, in get
> DB000:     return _OPTION[string.lower(varName)]
> DB000: KeyError: msg_first
> 
> [1]+  Exit 1                  ./gfcvs test.gfd
> address@hidden:~/bin$
> 
> 
> 
> Anyway, looks like a very promising piece of software.
> 
> Please keep up that great work,
>   Christian
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]