On Wednesday, June 6, 2007, at 01:58 PM, [EMAIL PROTECTED] wrote:

>
> I'm trying to push a beta build of an App I wrote to my Apache server
> but, I'm running into some problems (I'm pretty sure it's permission
> related)

> [code]
> [EMAIL PROTECTED] alpha1]# ls -al
> total 24
> drwxr-xr-x 3 thebest bestx 4096 Jun  6 15:31 .
> drwxr-xr-x 3 thebest bestx 4096 Jun  6 15:31 ..
> drwxr-xr-x 9 thebest bestx 4096 Jun  6 15:35 TheBest
> [/code]

If this really were a permissions problem, you would get an error 
stating such. This error was that the module was not found.  Your top 
level folder "TheBest" contains no __init__.py file, so Python doesn't 
know it's a module.

Don


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to