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

-- 
Jeff

Jeff Johnson
[email protected]
Phoenix Python User Group - [email protected]
_______________________________________________
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]

Reply via email to