← Back to team overview

oship-dev team mailing list archive

New trunk repository created

 

is that correct ? it was a downgrade ?
>

Yes, a downgrade. When I had the error, I installed an up to date version,
but the error persisted, so I concluded that it is not related. But still
could be the setuptools package, like you conjectured...


> 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.
>

Well, it is not really a python error, I had no traceback to show you. It
just hangs there, waiting for something to be configured. In fact, after
some trial and error, I had it working (not the tests, just the oship-ctl
command), but it keeps asking the same questions everytime I run the
command.


> 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.
>

Hmm, I will take a look at this module...

Cheers
Eduardo

References