Yes.  I used the apt-get install command to install dajaxice, but it
installs an older version, and the installer for the newer version
isn't done.
The installer for the older version does not put anything in the dist-
packages directory.  I'm trying to figure out how to manually install
it, but I'm not making any progress.

On Feb 18, 8:07 pm, lduros <loic.du...@gmail.com> wrote:
> Did you install dajaxice through apt-get? From the command line: sudo
> apt-get install python-django-dajaxice
> If not, you might want to try it it might do the trick of installing
> it in a much easier way than from the sources.
>
> On Feb 18, 5:04 pm, LJ <ljayad...@gmail.com> wrote:
>
> > Just adding a note for anyone else struggling with a similar
> > 'unresolved import' problem...
> > This article explains in details how to modify the PYTHONPATH if you
> > decide to go that route.
> >  http://www.stereoplex.com/blog/understanding-imports-and-pythonpath
> > I don't prefer to use this method, but I now understand how django is
> > able to find imported libraries.
>
> > I am still looking for a good article on how to install/configure a
> > 3rd party app in site packages--or dist-packages on Ubuntu (Python
> > 2.6).
>
> > On Feb 18, 12:39 pm, LJ <ljayad...@gmail.com> wrote:
>
> > > I am on Ubuntu 10, using Python 2.6 and Django 1.2.3.
> > > Mike Ramirez suggested that I look at the site packages (in my case
> > > dist-packages) in my python lib dir.
> > > I did not see anything in there that references dajaxice.  I may need
> > > to manually edit the PYTHONPATH once I figure out how and where.
>
> > > My errors are:
> > > Unresolved import: dajaxice_autodiscover
> > > Unresolved import: dajaxice_functions
>
> > > On Feb 18, 7:17 am, CrabbyPete <pete.do...@gmail.com> wrote:
>
> > > > I wouldn't reinstall python because of an unresolved import error.
> > > > What's unresolved and what type of system are you on PC/Linux?
>
> > > > On Feb 17, 7:48 pm, LJ <ljayad...@gmail.com> wrote:
>
> > > > > I installed the latest version of dajaxice, but I am still getting
> > > > > Unresolved import errors.
> > > > > My guess is that I need to remove and reinstall the Python
> > > > > Interpreters.
> > > > > Is there a some documentation somewhere that explains how to reinstall
> > > > > the Python Interpreters, so I can resolve all of my Unresolved Import
> > > > > errors?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to