Roundup Tracker - Issues

Message3938

Author radioking
Recipients radioking, richard, satchit, tobias-herp
Date 2009-12-21.16:43:21
Message-id <1261413802.11.0.0994176240519.issue1829020@psf.upfronthosting.co.za>
In-reply-to
Same Problem here:

I am running roundup 1.3.3 (python 2.5.2) on Linux lamp
2.6.24-26-generic and want to update to the most recent version. SQLite
is used as database here.

I read that I have to perform (all) multiple incremental updates from
1.3.3 up to 1.4.11.


easy_install should work with

##############################################
chris@server:/usr/lib/python2.5/site-packages/roundup# easy_install
"roundup==1.4.0"
Searching for roundup==1.4.0
Reading http://pypi.python.org/simple/roundup/
Reading http://sourceforge.net/projects/roundup/
Reading http://sourceforge.net/project/showfiles.php?group_id=31577
Reading http://roundup.sourceforge.net/
Reading http://www.roundup-tracker.org
Best match: roundup 1.4.0
Downloading
http://pypi.python.org/packages/source/r/roundup/roundup-1.4.0.tar.gz#md5=d0fdfd0a64a0f76d5274ae05b9cedaeb
Processing roundup-1.4.0.tar.gz
Running roundup-1.4.0/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-x745PD/roundup-1.4.0/egg-dist-tmp-_xFZgs
warning: no previously-included files matching '.cvsignore' found anywhere
in distribution
warning: no previously-included files matching '*.pyo' found anywhere in
distribution
warning: no previously-included files matching '.DS_Store' found anywhere
in distribution
warning: no previously-included files found matching 'BUILD.txt'
warning: no previously-included files found matching 'I18N_PROGRESS.txt'
warning: no previously-included files found matching 'TODO.txt'
warning: no previously-included files found matching 'doc/security.txt'
warning: no previously-included files found matching 'doc/templating.txt'
warning: no files found matching 'locale/*.mo'
error: Setup script exited with error: can't copy
'build/share/locale/en/LC_MESSAGES/roundup.mo': doesn't exist or not a
regular file
##############################################


What am I missing?
History
Date User Action Args
2009-12-21 16:43:22radiokingsetmessageid: <1261413802.11.0.0994176240519.issue1829020@psf.upfronthosting.co.za>
2009-12-21 16:43:22radiokingsetrecipients: + radioking, richard, tobias-herp, satchit
2009-12-21 16:43:21radiokinglinkissue1829020 messages
2009-12-21 16:43:21radiokingcreate