On Sun, Jul 12, 2009 at 5:44 PM, djangonoob<ye.eug...@gmail.com> wrote:
>
> hi, i have treid to run setup.py as root.
>
> But afterwards, i still cannot run photologue.

this is very bad error reporting :-), telling how it fails would be
helpful. if you have successfully done "python setup.py install" it
should solve your installation problems.

>
> May i know how to i point my PYTHONPATH to my the
> photologue application?

for development purposes you do "export PYHONPATH=/some/path", in
/some/path your "photologue" app should be. for example i keep all the
user apps in dev/ directory in my home, and have PYTHONPATH pointed
there.

note, that if you want permanence you should also add the export line
to your .bashrc (assuming you use bash).

>
> Best Regards.
>
> On Jul 13, 7:39 am, Almir Karic <al...@almirkaric.com> wrote:
>> that problem means you don't have permission to write to that dir :-),
>> an easy way out is to run the setup.py script as root (for example via
>> sudo)
>>
>> another way is to point your PYTHONPATH to where the "photologue" app 
>> resides.
>>
>>
>>
>> On Sun, Jul 12, 2009 at 4:03 PM, djangonoob<ye.eug...@gmail.com> wrote:
>>
>> > Hi all,
>>
>> > I'm using django 1.02, python version 2.6.2 with PIL installed.
>> > I'm on a Ubuntu machine, 9.04. I'm attempting to install django-
>> > photologue-2.2
>>
>> > I've followed the instructions as given in the install.txt and
>> > readme.txt but after running the python setup.py install command, i
>> > received the following error:
>>
>> > error: /usr/local/lib/python2.6/dist-packages/
>> > django_photologue-2.2.egg-info: Permission denied
>>
>> > How do i fix that problem?
>>
>> > Best Regards
>>
>> --
>> python/django hacker & sys admin
>> almirkaric.com & twitter.com/redduck666
> >
>



-- 
python/django hacker & sys admin
http://almirkaric.com & http://twitter.com/redduck666

--~--~---------~--~----~------------~-------~--~----~
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