Hi,

> Good spotting. I have deleted the unused migrate directory. I don't
> think this would have been causing any issues though because it did
> not contain an __init__.py file.

Definitely not, I just wondered if some files were missing there.

> Did you install the
> sqlalchemy-migrate dependency? Hopefully this solves the first issue.

Ops! This is embarrasing...

BTW, Fedora has 2 packages:

python-migrate
python-sqlalchemy

I need to have a look to documentation for dummies:
http://packages.python.org/sqlalchemy-migrate/versioning.html

> For the second issue, I have added 'pytrainer.upgrade' to the list of
> packages in setup.py. I am not sure if this is enough to entirely fix
> this problem.

It seems enough at least for installing sources and executing pytrainer ;)

> Can you explain how you setup Pytrainer as a Python Egg
> so I can test this?

Basically it should be an standard way to distribute python based
software regardless target platforms. The idea behind it is widely
explained at http://docs.python.org/library/distutils.html.

To be honest, last time I was paying attention to this topic I tried
to define dependencies and versions to make distribution maintainer's
life easier, but it was a bit of a mess and I gave up :(

Cheers,

David

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Pytrainer-devel mailing list
Pytrainer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytrainer-devel

Reply via email to