On 1/28/10 12:39 PM, Carl Karsten wrote: > On Thu, Jan 28, 2010 at 10:03 AM, Jeff Johnson<[email protected]> wrote: >> Carl Karsten wrote: >>> This worked on my laptop, then I moved it to another box and it >>> didn't. I am not sure where to start. I am hoping something isn't >>> defaulting like it should be. >>> >>> The lines with blanks before/after are what was executing. >>> >>> 16. from django.core import serializers >>> 17. >>> 18. from datetime import datetime >>> 19. from datetime import timedelta >>> 20. import os >>> 21. import csv >>> 22. from cStringIO import StringIO >>> >>> 23. from dabo.dReportWriter import dReportWriter ... >>> >>> 24. >>> 25. from main.models import Client,Show,Location,Episode,Cut_List >>> 26. from main.forms import Episode_Form_small, Episode_Form, clrfForm >>> 27. >>> 28. from accounts.forms import LoginForm >>> 29. >>> >>> >> >> Carl: I had this problem the other day and traced it to a pathing >> problem. The file was not found in the path even though I could import >> everything. >> >> HTH > > What file?
Look in the directory where the dabo lib is installed. Could be site-packages. Could be an egg or could be a 'dabo' folder. Inside that folder, alongside folders for 'db', 'ui', and 'biz', there should be 'locale'. Inside that directory there should be a file 'dabo.pot' and a bunch of subfolders for different locales. Paul _______________________________________________ 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]
