oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #00987
Re: New trunk repository created
Em 13 de abril de 2010 21:09, Eduardo César <xcesar@xxxxxxxxx> escreveu:
> Hi all,
>
>
> I installed oship from scratch from the launchpad trunk. ("bzr branch
> lp:oship)
> Had to change setuptools requeriments from 0.6c11 to 0.6c9 to work in
> ubuntu 9.10
>
is that correct ? it was a downgrade ?
> Ran "python bootstrap.py" with no problems
> Ran "bin/buildout" with no problems
> When I tried to run "bin/test", I got this error:
> -----------------------------------------------------------
> Test-module import failures:
>
> Module: bzrlib.plugins.bzrtools.tests.test_cbranch
>
> NameError: global name 'TestBzrTools' is not defined
>
>
> Module: wadllib.tests.test_docs
>
> TypeError: Module wadllib.tests.test_docs does not define any tests
>
> It seems the test loader is searching for tests on all modules.... a weird
behavior .
>
> Running tests at level 1
> Running oship.FunctionalLayer tests:
> Set up oship.FunctionalLayer Speech Dispatcher configuration tool
> Do you want to setup a completely new configuration? [yes] :
>
> --------------------------------------------------------------------
>
> When I tried to run "bin/oship-ctl fg" I got a similar error.
>
> Could you send me a python traceback error ? You can use the pastebin.com,
or similar to paste the traceback. You can send it attached on the e-maill
too if you want.
> Diego, did you stumbled in those issues when you installed? If yes, what
> did you do to install?
>
> I remember something about setuptools that appeared to me. The
z3c.autoinclude module always was searching for a module called
OLD.setuptools that is a OLD version of a setuptools created when you
upgrade it. So, I had to remove(understand it as exclude the directories and
files related) all setuptools from the system and install it again, instead
of upgrade it.
Just more one thing : I don't use setuptools module. I prefer the distribute
module which is a replacement for setuptools. It have the same setuptools
API, but with a few enhancements.
Take a look at http://packages.python.org/distribute/ to help you to clarify
your thoughts, if you want.
Maybe the setuptools module is where is the problem.
> My system is an Ubuntu 9.10 i386.
>
> Well... thinkering in the code here :)
>
> Cheers
> Eduardo
>
>
> 2010/4/13 Diego Manhães Pinheiro <dmpinheiro@xxxxxxxxx>
>
>> Hi again.
>>
>> Think all active developers know now about old main repository
>> disappeared. So I take the initiative to propose a new a new repository with
>> a few enhancements that I have done which includes:
>>
>> 1 ) Now the installation of the OSHIP works with Windows(XP 32bits
>> tested), Ubuntu ( only 9.10 32bits tested) and MacOSX(10.5 tested).
>> 2 ) All the external modules used by the OSHIP are eggified, such as
>> PyCLIPS, egenix-mx-base. This allows a more easier installation.
>> 3 ) The project is up one directory. Now all buildout configuration files
>> are in root directory of the project. This excludes the action "access oship
>> the directory inside of the root of the project."
>> 4 ) The configuration system is fitted to make a continuous integration
>> more easier, because all the system needs is configured with the buildout.
>> 5) The installation process is simple. In the best case two buildout
>> commands set all you need to develop the OSHIP. The virtualenv system now is
>> optional.
>>
>> l sent the old code from the repository with my changes. I'd like all
>> developers try to test it and send feedback.
>> I'll appreciate any feedback, so feel free to make other enhancements, or
>> remove things that you think disguisting.
>>
>> --
>> http://dmpinheiro.blogspot.com
>> -----------------------------------
>> Diego Manhães Pinheiro
>> Linux User #375020
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~oship-dev<https://launchpad.net/%7Eoship-dev>
>> Post to : oship-dev@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~oship-dev<https://launchpad.net/%7Eoship-dev>
>> More help : https://help.launchpad.net/ListHelp
>>
>>
>
--
http://dmpinheiro.blogspot.com
-----------------------------------
Diego Manhães Pinheiro
Linux User #375020
References