gnue
[Top][All Lists]
Advanced

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

Re: [GNUe] Re: [gnue-info] Problems running gnue


From: kilo
Subject: Re: [GNUe] Re: [gnue-info] Problems running gnue
Date: Wed, 24 Mar 2004 09:51:29 +0100

Greg

Is there some reason behind installing python 2.2? Latest version is 2.3.3, it 
has been out for 3 months now, while 2.2 is almost one year old.
I don't want to suggest that this would solve the problem...

kilo
Gabor Kmetyko


On Tue, 23 Mar 2004 16:26:55 -0600
James Thompson <address@hidden> wrote:

> 
> I'm forwarding this to the main address@hidden list as I know a few people 
> are 
> running gnue on windows machines without troubles.  Maybe one of them will 
> have a suggestion.
> 
> One thing worth trying. kilo recently added a windows install guide to our 
> wiki.  You can find it at
> 
> http://www.gnuenterprise.org/cgi-bin/twiki/view/Main/WindowsQuickStart
> 
> Take Care,
> james
> 
> On Tuesday 23 March 2004 08:15 am, you wrote:
> > Hi,
> >
> > > It looks like maybe part of the install failed?  Is this from source or a
> > > setup.exe file?
> >
> > I got the common-0.5.3 and forms-0.5.3 for windows 32 bits.  I then
> > followed all the installation steps (mainly executing "python setup.py
> > install").
> >
> > > Does the following exist
> > > C:\PYTHON22\Lib\site-packages\gnue\common\utils\FileUtils.py
> >
> > No.  The contents of directory "c:\python22\Lib\site-packages\gnue\common"
> > is the following:
> > ===========================================================================
> >==== C:\gnue\common\build>
> > C:\gnue\common\build>dir c:\python22\Lib\site-packages\gnue\common
> > .              <DIR>        22/03/04  11:07 .
> > ..             <DIR>        22/03/04  11:07 ..
> > GCCONFIG PY          2.178  26/01/04  21:35 GCConfig.py
> > GMENU    PY          3.743  26/01/04  21:35 GMenu.py
> > __INIT__ PY          2.094  05/03/04  21:06 __init__.py
> > FORMAT~1       <DIR>        22/03/04  11:07 FormatMasks
> > APPS           <DIR>        22/03/04  11:07 apps
> > CURSING        <DIR>        22/03/04  11:07 cursing
> > EVENTS         <DIR>        22/03/04  11:07 events
> > SETUP          <DIR>        22/03/04  11:07 setup
> > GCCONFIG PYC           978  22/03/04  11:07 GCConfig.pyc
> > GMENU    PYC         2.895  22/03/04  11:07 GMenu.pyc
> > __INIT__ PYC         1.024  22/03/04  11:07 __init__.pyc
> >          6 archivos         12.912 bytes
> >          7 directorios   1.566.449.664 bytes libres
> >
> > C:\gnue\common\build>
> > ===========================================================================
> >====
> >
> > > letter case of the files would get messed up.  The file would exist but
> > > be the wrong case.
> >
> > I do not think this is the case. I think in the installation process some
> > directories are not build. In fact, there is not directory "utils" in
> > directory "build". I copied that directory and its files to the python22,
> > but then another file was needed. I think some other directories are
> > lost in the building process (utils, languages, logic, datasources, etc.).
> >
> > Thanks a lot,
> > greg
> >
> > PD: It build be great to have a gnu tool to build master-detail forms and
> > forget about Access and other propietary systems. Thanks a lot for your
> > effort.
> >
> > > I'm forwarding this to the developers list so some of our windows people
> > > can comment.
> > >
> > > Take Care,
> > > James
> > >
> > > On Monday 22 March 2004 04:25 am, Gregorio Quintana Ortí wrote:
> > > > Hi,
> > > >
> > > > I have sent this mail to the following addresses and none exists:
> > > >   address@hidden
> > > >   address@hidden
> > > >   address@hidden
> > > > So I am trying with this one.
> > > >
> > > > I have installed GNUe-Common and GNUe-Forms on a windows 98 box.
> > > >
> > > > When I try to execute gnue-forms, I get the following error:
> > > > =======================================================================
> > > >==== ==== C:\gnue\forms\scripts>
> > > > C:\gnue\forms\scripts>python gnue-forms
> > > > Traceback (most recent call last):
> > > >   File "gnue-forms", line 26, in ?
> > > >     from  gnue.forms import GFClient
> > > >   File "C:\PYTHON22\Lib\site-packages\gnue\forms\GFClient.py", line 35,
> > > > in ? from gnue.common.apps.GClientApp import *
> > > >   File "C:\PYTHON22\Lib\site-packages\gnue\common\apps\GClientApp.py",
> > > > line 33, in ?
> > > >     from gnue.common.apps.GBaseApp import GBaseApp
> > > >   File "C:\PYTHON22\Lib\site-packages\gnue\common\apps\GBaseApp.py",
> > > > line 32, in ?
> > > >     from gnue.common.apps import GConfig
> > > >   File "C:\PYTHON22\Lib\site-packages\gnue\common\apps\GConfig.py",
> > > > line 34, in ?
> > > >     from gnue.common.utils.FileUtils import openResource
> > > > ImportError: No module named utils.FileUtils
> > > >
> > > > C:\gnue\forms\scripts>
> > > > C:\gnue\forms\scripts>
> > > > =======================================================================
> > > >==== ====
> > > >
> > > > Thanks a lot for your help,
> > > > greg
> > > >
> > > > PS: These are the steps I have performed to install gnue-enterprise:
> > > >   1. Installed python22
> > > >   2. Installed wxPythonWIN32-2.4.2.4-Py22.exe
> > > >   3. Installed egenix-mx-base-2.0.5.win32-py2.2.exe
> > > >   4. Installed gnue-common-0.5.3
> > > >       * Executed: "python setup.py install"
> > > >       * Modified gnue.conf
> > > >       * Modified connections.conf
> > > >   5. Installed gnue-forms-0.5.3
> > > >       * Executed: "python setup.py install"
> > > >
> > > >
> > > >
> > > > ----- End forwarded message -----
> > > > _______________________________________________
> > > > gnue-info mailing list
> > > > address@hidden
> > > > http://lists.gnue.org/mailman/listinfo/gnue-info
> > >
> > > --
> > > ->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-
> > >< James Thompson    138 Cardwell Hall  Manhattan, Ks   66506   
> > > 785-532-0561 Kansas State University                          Department
> > > of Mathematics
> > > ->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-
> > ><
> 
> 
> _______________________________________________
> Gnue mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gnue
> 
> 
> 




reply via email to

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