Re: Django installation issue on Win 7 Pro 64 Bits

2014-09-26 Thread Ivo Roupa
Ezequiel, I followed your sugestion and run cmd as administrator (which I didn't know it was possible) and everything went fine. I have already Django installed and working. I'm already using PyCharm Community 3.4. Thank you a lot. Ivo On Friday, 26 September 2014 04:29:15 UTC+1, Ezequiel Ber

Re: Django installation issue on Win 7 Pro 64 Bits

2014-09-25 Thread Ezequiel Bertti
Try to run your CMD on administration rights, is like *sudo *on unix system... http://technet.microsoft.com/pt-br/library/cc947813(v=ws.10).aspx I think is better install the setup_tools, (easy_install and pip) to install django and another projects in your python. Try to use jetbrains IDE for p

Re: Django installation issue on Win 7 Pro 64 Bits

2014-09-25 Thread Mike Dewhirst
On 26/09/2014 10:17 AM, Ivo Roupa wrote: Hello, My OS is Win 7 Pro 64 Bits, I have Python 2.7 correctly installed and I'm trying to install Django 1.7 but I'm getting the following error: "c:\Program Files (x86)\Python27\lib\site_packages\win32com\gwn_py\__init__.py: Permission denie

RE: Django installation issue on Win 7 Pro 64 Bits

2014-09-25 Thread peterqi
django-users+unsubscr...@googlegroups.com Date: Thu, 25 Sep 2014 17:17:08 -0700 From: iro...@gmail.com To: django-users@googlegroups.com Subject: Django installation issue on Win 7 Pro 64 Bits Hello, My OS is Win 7 Pro 64 Bits, I have Python 2.7 correctly installed and I'm trying to in

Django installation issue on Win 7 Pro 64 Bits

2014-09-25 Thread Ivo Roupa
Hello, My OS is Win 7 Pro 64 Bits, I have Python 2.7 correctly installed and I'm trying to install Django 1.7 but I'm getting the following error: "c:\Program Files (x86)\Python27\lib\site_packages\win32com\gwn_py\__init__.py: Permission denied." I forgot to mention that I have Admi

Re: Django installation issue

2008-07-17 Thread James Matthews
I don't see much but it seems your aren't mapping you urls properly. Please post your urls.py on http://dpaste.com/ then email the link. On Thu, Jul 17, 2008 at 4:48 AM, zbiju <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I'm noobie with python and django but I would like to try it. > I have instal

Django installation issue

2008-07-17 Thread zbiju
Hi guys, I'm noobie with python and django but I would like to try it. I have installed it as docs say but I have problem running it. I'm getting error: "Error while importing URLconf 'pyta.urls': No module named core.handlers.wsgi" which is a bit weird because in bootstrap file it seems to load

Re: Django Installation Issue on Shared Hositng

2008-05-28 Thread A
Thanks for the assistance. A On May 28, 3:46 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi > > On May 28, 3:08 am, A <[EMAIL PROTECTED]> wrote: > > > I am have some issues setting up Django on shared web hosting. I have > > searched around and tried a few fixes as posted to no avail.

Re: Django Installation Issue on Shared Hositng

2008-05-28 Thread [EMAIL PROTECTED]
Hi On May 28, 3:08 am, A <[EMAIL PROTECTED]> wrote: > I am have some issues setting up Django on shared web hosting. I have > searched around and tried a few fixes as posted to no avail. Linux > hosting environment. I get the following error message: > > Traceback (most recent call last): >

Django Installation Issue on Shared Hositng

2008-05-27 Thread A
I am have some issues setting up Django on shared web hosting. I have searched around and tried a few fixes as posted to no avail. Linux hosting environment. I get the following error message: Traceback (most recent call last): File "", line 1, in ? ImportError: No module named django I fol