Got It? Copied the locale directory from the install folder into the dabo path, and it worked fine. Thanks for your assistance.
In addition I just wanted to take this opportunity to introduce myself to the group. I worked for a number of years in a Windows shop as a .Net programmer and DBA, and for the last few years I have converted to Linux for all of my home personal computing. I am just starting into the open source programming world so things are a bit new to me, and appreciate groups such as yourself who provide the support for folks like myself to transition into the open source community. I will also provide the same support to others as my proficiency rises to that level. Thanks Again Brent Pinkston On Tue, Mar 8, 2011 at 7:48 AM, Ed Leafe <[email protected]> wrote: > On Mar 7, 2011, at 9:40 PM, Brent Pinkston wrote: > > > i do not have a locale director under the main dabo director, but I do > > have an empty "locale" directory under "/usr/lib" > > > The problem seems to be with the setup.py script: it doesn't copy > the contents of the locale directory in some cases. > > Do you still have the original files that were downloaded? If so, > you can manually copy the locale directory contents from that folder to the > main dabo directory. If not, you can (as root): > > cd /usr/local/lib/python2.6/dist-packages/dabo/ > svn export http://svn.dabodev.com/dabo/trunk/dabo/locale > > That will grab the local directory and place it where it needs to be > (assuming you have Subversion installed). > > Sorry for the confusion. I'm not sure why setuptools works on Mac > and Windows, but has this problem under Linux. > > > > -- Ed Leafe > > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > Searchable Archives: http://leafe.com/archives/search/dabo-users > This message: > http://leafe.com/archives/byMID/[email protected] > --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
