Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread 'Anthony Flury' via Django users
Serves me right for writing code without testing :-( It of course should be :             import os             top_dir = os.path.join(os.getcwd(), 'python_created_me')             os.makedirs(top_dir) Glad you have it sorted - and glad it turned out not to be Django ... On 03/05/18 17:06,

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
Ha! I will try to see what will happen when I disable Comodo. I hope it will work properly then. Thanks Fidel Leon. On Thu, May 3, 2018 at 6:24 PM, Fidel Leon wrote: > As part of its protection, Comodo Antivirus has something named > “sandboxing”, so when you execute anything,

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Fidel Leon
As part of its protection, Comodo Antivirus has something named “sandboxing”, so when you execute anything, Comodo catches it, runs it inside a protected environment and if it finds it’s not malware, runs the actual command. Seems Comodo is mapping your D: drive to that C:\VTRoot\HarddiskVolume1

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
Yes? :/ On Thu, May 3, 2018 at 6:09 PM, Fidel Leon wrote: > Are you using Comodo Antivirus? > > https://forums.malwarebytes.com/topic/181573-cvtroot/ > > > > El jue., 3 may. 2018 a las 18:06, Duška Miloradović (< > daisyfields...@gmail.com>) escribió: > >> Anthony, I got this: >>

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Fidel Leon
Are you using Comodo Antivirus? https://forums.malwarebytes.com/topic/181573-cvtroot/ El jue., 3 may. 2018 a las 18:06, Duška Miloradović (< daisyfields...@gmail.com>) escribió: > Anthony, I got this: > > D:\projectdir>python create_dir.py > Traceback (most recent call last): > File

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
Anthony, I got this: D:\projectdir>python create_dir.py Traceback (most recent call last): File "create_dir.py", line 2, in top_dir = path.join(os.getcwd(), 'python_created_me') NameError: name 'path' is not defined I searched for it through windows explorer again and I actually *found

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Fidel Leon
Please try to create a different project specifying -v 3: $ django-admin startapp -v 3 mytest The output should tell you where django-admin is creating its files and could be a clue about where is your mysite :) El jue., 3 may. 2018 a las 14:24, Duška Miloradović (< daisyfields...@gmail.com>)

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread 'Anthony Flury' via Django users
On 03/05/18 08:06, Anthony Flury wrote: On Thursday, 03 May, 2018 03:25 PM, Daisy wrote: I tried what you suggested and got this: D:\projectdir>python create_dir.py Traceback (most recent call last):   File "create_dir.py", line 1, in     from os import mkdirs

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
r command line, what is the output? > > *python -V* > *django-admin.py version* > > > On May 3, 2018, at 5:23 AM, Duška Miloradović <daisyfields...@gmail.com> > wrote: > > Ayser, thank you very much but that did not help neither. It is still the > same - command

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread James Farris
If you run these two commands from your command line, what is the output? python -V django-admin.py version > On May 3, 2018, at 5:23 AM, Duška Miloradović <daisyfields...@gmail.com> > wrote: > > Ayser, thank you very much but that did not help neither. It is still the >

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
Ayser, thank you very much but that did not help neither. It is still the same - command ends successfully but still I do not see new folder created. On Thu, May 3, 2018 at 8:13 AM, Ayser shuhaib wrote: > Create your projectdir manually then inside the projectdir

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Umar Kambala
That its not recognized as internal or external command On May 3, 2018 11:21 AM, "Ayser shuhaib" wrote: > Create your projectdir manually then inside the projectdir folder (right > click with your mouse and open command window here) > After that continue with Django

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Ayser shuhaib
Create your projectdir manually then inside the projectdir folder (right click with your mouse and open command window here) After that continue with Django commands django-admin startproject ... On Thu, 03 May 2018 at 07:59, Daisy wrote: > Thank you very much for your

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
It is on C. I tried to create "mysite" also on C path but the result is the same. On Thu, May 3, 2018 at 9:49 AM, Gerald Brown wrote: > Is Django installed on your C: or D: drive? If it is on C: then "mysite" > should also be on C: > > On Thursday, 03 May, 2018 03:25 PM,

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Gerald Brown
Is Django installed on your C: or D: drive?  If it is on C: then "mysite" should also be on C: On Thursday, 03 May, 2018 03:25 PM, Daisy wrote: I tried what you suggested and got this: D:\projectdir>python create_dir.py Traceback (most recent call last):   File "create_dir.py", line 1, in    

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Daisy
I tried what you suggested and got this: D:\projectdir>python create_dir.py Traceback (most recent call last): File "create_dir.py", line 1, in from os import mkdirs ImportError: cannot import name 'mkdirs' среда, 02. мај 2018. 23.13.29 UTC+2, Daisy је написао/ла: > > I installed django

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread 'Anthony Flury' via Django users
On 03/05/18 06:59, Daisy wrote: Thank you very much for your reply, and here I my answers:   * Does the directory show up when you do a *dir* command in projectdir ? It does not show up, although it says that there are 2 directories (see attachment). Those two directories '.' & '..' are

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-02 Thread Daisy
Thank you very much for your reply, and here I my answers: * Does the directory show up when you do a *dir* command in projectdir ? It does not show up, although it says that there are 2 directories (see attachment). * Can you do anything on the *mysite* directory - can you rename it,

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-02 Thread 'Anthony Flury' via Django users
Lets troubleshoot: * Does the directory show up when you do a *dir* command in projectdir ? * Can you do anything on the *mysite* directory - can you rename it, or even delete it ? * Can you see it in File explorer * Can you manually create a directory in your *projectdir* ? * Can you

Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-02 Thread Daisy
I installed django according to provided instructions and I am trying to follow the Django article: Writing your first Django app, part 1 but I am stuck at Creating a project with command: django-admin startproject mysite. The problem is

Re: Error with django-admin.py

2018-02-17 Thread Tet Yeap
ate a django project using "django-admin.py > startproject mysite". The a message showed up in notepad > > "#!C:\WinPython-64bit-3.6.1.0Qt5\python-3.6.1.amd64\python.exe > from django.core import management > > if __name__ == "__main__": > management

Re: Error with django-admin.py

2018-02-17 Thread Dylan Reinhold
This means your windows system has python files (.py) associated with notepad not python. It's okay, but anything you are going to run a python script like django-admin.py or manage.py you need to run pythin first. > python django-admin.py startproject myapp > python manage.py If y

Re: Error with django-admin.py

2018-02-17 Thread Etienne Robillard
Please send the actual traceback and error message. Etienne Le 2018-02-17 à 11:59, Tet Yeap a écrit : Hi,     I was trying to crate a django project using "django-admin.py startproject mysite". The a message showed up in notepad "#!C:\WinPython-64bit-3.6.1.0Qt5\pyt

Error with django-admin.py

2018-02-17 Thread Tet Yeap
Hi, I was trying to crate a django project using "django-admin.py startproject mysite". The a message showed up in notepad "#!C:\WinPython-64bit-3.6.1.0Qt5\python-3.6.1.amd64\python.exe from django.core import management if __name__ == "__main__": management.

Re: Django Documentation 1.7 shows "django-admin.py" whereas it should be "django-admin"

2017-09-11 Thread Deep Sukhwani
The answer is in the first post in this thread! -- Regards Deep L Sukhwani On 11 September 2017 at 10:51, margana harika wrote: > > hello sir, >even i got the same problem can you just tell me how did > you solve this please!! > > -- > You received

Re: Django Documentation 1.7 shows "django-admin.py" whereas it should be "django-admin"

2017-09-11 Thread margana harika
hello sir, even i got the same problem can you just tell me how did you solve this please!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Django-admin.py Error

2017-04-17 Thread Chris Bartos
This issue is something to do with your Python version. Uninstall Python and install Python 2.7.8 instead of 2.7.7 as it seems there are issues with it. Chris On Tuesday, May 26, 2015 at 1:06:07 AM UTC-5, Shashwat singh wrote: > > Django is properly installed but when i run, django-ad

Re: django-admin.py startproject mysite

2015-11-10 Thread Fred Stluka
Muhammad, Use the command ifconfig (Linux, Mac) or ipconfig (Windows) to see your local IP address. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com --

Re: django-admin.py startproject mysite

2015-11-10 Thread Peter of the Norse
0.0.0.0 is not an actual IP address. You can’t put it in your browser. Instead, you need to find your computer’s IP address and use that. How you find it depends on your OS, but once you do, then you can visit http://192.168.0.5:8000/ (for example). > On Nov 4, 2015, at 5:50 PM, Muhammad

Re: django-admin.py startproject mysite

2015-11-04 Thread Dheerendra Rathor
Start your site with python manage.py runserver 0.0.0.0:8000 On Thu, 5 Nov 2015 at 11:35 Muhammad Asamov wrote: > HI > I was wodering whether someone can hepl me with startproject > > The thing is when I am running startproject from the server ip > 127.0.0.1:8000 > which was

Re: django-admin.py startproject mysite

2015-11-04 Thread Muhammad Asamov
HI I was wodering whether someone can hepl me with startproject The thing is when I am running startproject from the server ip 127.0.0.1:8000 which was created automaticly i can see the result but if i give different address: 0.0.0.0:8000 I can see nothing it is not showing anything

Re: django-admin.py sqldropindexes app_label

2015-07-28 Thread Tim Graham
gresql database. I create my app and my models, and I want to > drop indexes temporarily for inserting data in the database. > > But when I use this command : > django-admin.py sqldropindexes app_label > > The result show me the sql commands to drop indexes but the indexes names

django-admin.py sqldropindexes app_label

2015-07-28 Thread Franck Samson
Hello, I'm a beginner in Django, I use Django 1.8 in a virtualenv with python 3.4 and a postgresql database. I create my app and my models, and I want to drop indexes temporarily for inserting data in the database. But when I use this command : django-admin.py sqldropindexes app_label

Re: Django-admin.py Error

2015-05-26 Thread Adailton (Dhelbegor)
This the error: ImportError: cannot import name _compare_digest if this is one class, verify the import. example: in models.py: class One(...) your code here and admin.py: from .models import One > -- You received this message because you are subscribed to the Google

Django-admin.py Error

2015-05-26 Thread Shashwat singh
Django is properly installed but when i run, django-admin.py it returns the following error. Traceback (most recent call last): File "/usr/local/bin/django-admin.py", line 5, in management.execute_from_command_line() File "/usr/local/lib/python2.7/site-packages/django/

Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread x
/Miniconda-latest-Linux-x86_64.sh -b > conda update conda > conda create --name try_django django > source activate try_django > > This will set you up with an isolated conda environment (similar to a > virtualenv environment) where you can install packages without touching >

Also: installing postgres w/o root Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread Andrew Farrell
t; ./Miniconda-latest-Linux-x86_64.sh -b > conda update conda > conda create --name try_django django > source activate try_django > > This will set you up with an isolated conda environment (similar to a > virtualenv environment) where you can install packages without tou

Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread Andrew Farrell
conda environment (similar to a virtualenv environment) where you can install packages without touching anyone else's packages. From there you can do django-admin.py startproject test_project cd test_project python manage.py migrate python manage.py runserver 0.0.0.0:8000 And to get yourself

Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread monoBOT
2015-05-19 13:32 GMT+01:00 Tom Evans <tevans...@googlemail.com>: > for any suggestions how to domesticate django on this shared server i'd be > very happy. ​try ​python /customers/homepages/45/d5012545412/htdocs/python27/bin/django-admin.py startapp myapp -- *monoBOT* Visite mi

Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread Tom Evans
ain. > i couldn't figure out exactly what django-admin.py wants to do/execute and > why it's > not satisfied with my nice brand new local python 2.7.9 instance.. muhhuuu. > > this is the ssh prompt: > >> (uiserver):u74138225:~/django_build > django-admin.py startproject

django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread x
hello hello, finally i was able to install a python instance on my shared-server. it was also impossible to pip-install django. yeah. but right then - so close already - i got a permission problem again. i couldn't figure out exactly what django-admin.py wants to do/execute and why it's

Re: Django Documentation 1.7 shows "django-admin.py" whereas it should be "django-admin"

2015-03-04 Thread James Schneider
hould I submit this > bug/error in 1st part of Django Tutorial. > > Here's the error: > On page Writing your first Django app, part 1 | Creating a project > <https://docs.djangoproject.com/en/1.7/intro/tutorial01/#creating-a-project> > notice > it says *django-admi

Django Documentation 1.7 shows "django-admin.py" whereas it should be "django-admin"

2015-03-04 Thread Deep Sukhwani
notice it says *django-admin.py startproject mysite* whereas it should actually be *django-admin startproject mysite* Note: I am not sure if the documentation here: Problems running django-admin <https://docs.djangoproject.com/en/dev/faq/troubleshooting/#command-not-found-django-admin&

Re: Newbie help - running django-admin.py produces empty mysite folder

2014-11-30 Thread Collin Anderson
gt; > However when I run... > > django-admin.py startproject mysite > > The mysite folder is created - but it is empty, none of the following is > created... > > mysite/ > manage.py > mysite/ > __init__.py > settings.py > urls.

Newbie help - running django-admin.py produces empty mysite folder

2014-11-27 Thread David Pride
directory. However when I run... django-admin.py startproject mysite The mysite folder is created - but it is empty, none of the following is created... mysite/ manage.py mysite/ __init__.py settings.py urls.py wsgi.py All tips gratefully received

Re: Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
I forgot - One also needs to delete the path in django-admin.py, since you automatically provide that when you cd into your desired startproject directory. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
Thanks for the reply Ilya. The problem was that the old, default Python directory was still the default, so django searched there for django-admin.py. Doing this manually by moving django-admin.py into the desired startproject folder and adding "python" in front of django-admin.py st

RE: Startproject opens django-admin.py

2014-06-03 Thread Ilya Kazakevich
Hello, Shebangs are not supported by windows command processor (cmd). Try: C:\Python27\python.exe django-admin.py Ilya Kazakevich, JetBrains PyCharm (Best Python/Django IDE) http://www.jetbrains.com/pycharm/ "Develop with pleasure!" >-Original Message- >Fr

Re: Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
I should note that Python is not installed as default in C:. It is in the user directory under Anaconda. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
And something's fishy. No project directory is created. The command I use is django-admin.py startproject mysite Instead, it just opens django-admin.py! Which contains the following: #!C:\Python27\python.exe from django.core import management if __name__ == "__m

Re: django-admin.py ne fonctionne pas

2014-03-17 Thread Pierre Capdevila
J'ai trouvé ! La réponse est ici . -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it,

django-admin.py ne fonctionne pas

2014-03-17 Thread Pierre Capdevila
Bonjour à tous Je désire créer un projet Django avec le nom "mon_projet". J'écris donc dans la console DOS : "django-admin.py startproject mon_projet" Mais cela ne fonctionne pas. La console DOS affiche le texte de help de la commande django-admin, comme si j'avais éc

django-admin.py ne fonctionne pas

2014-03-17 Thread Pierre Capdevila
Bonjour Je désiré créer un projet Django. J'écris donc "django-admin.py startproject mon_site" dans la console DOS. Mais cela ne fonctionne pas. La console DOS affiche le texte de help de la commande django-admin.py , comme si j'avais écris simplement "django-admin.

Re: Running into Unicode Decode Error when using django-admin.py startproject.

2014-03-11 Thread Erik Cederstrand
This might be because you have non-ASCII characters somewhere in your file path. Try getting a stacktrace to see where the error comes from: django-admin.py startproject mysite --traceback Erik Den 11/03/2014 kl. 18.13 skrev Billy Garnet <billygar...@gmail.com>: > I am having the s

Re: Running into Unicode Decode Error when using django-admin.py startproject.

2014-03-11 Thread Billy Garnet
I am having the same issue. Did you find a solution? Python is working, Django is reporting a version number. When I run django-admin.py startproject mysite I get the folder create and then the following errors: Traceback (most recent call last): File "/Library/Frameworks/Python.fram

Re: I can run django-admin.py, but not manage.py.

2013-09-21 Thread Oscar Carballal
The manage.py is not executable by default, you should be running it with: $ python manage.py or if you want it to be executable forever and run it with ./manage.py do: $ chmod +x manage.py 2013/9/22 Jimmy Pants > Noob here. I installed Django, and as the title says, I

I can run django-admin.py, but not manage.py.

2013-09-21 Thread Jimmy Pants
Noob here. I installed Django, and as the title says, I can run django-admin without a problem, but manage.py gives: $ manage.py manage.py: command not found $ ./manage.py bash: ./manage.py: Permission denied $ sudo ./manage.py [sudo] password for me: sudo: ./manage.py: command not found

Re: Problème de création de mon projet (django-admin.py startproject mysite)

2013-09-06 Thread cingusoft
oficin@ -Original Message- From: edith <edithmo...@gmail.com> Sender: django-users@googlegroups.com Date: Fri, 6 Sep 2013 06:51:19 To: <django-users@googlegroups.com> Reply-To: django-users@googlegroups.com Subject: Problème de création de mon projet (django-admin.py startpro

Re: django-admin.py startproject mysite error

2013-07-23 Thread Jay Lozier
virtualenv seems to work well and I can get django tamed. On Saturday, July 20, 2013 5:55:21 PM UTC-4, Jay Lozier wrote: > > Using openSUSE 12.3 > python 2.7.3 > django 1.5.1 installed manually and verified > > When I enter "django-admin.py startproject mysite" at

Re: django-admin.py startproject mysite error

2013-07-22 Thread gilberto dos santos alves
this explicity declaring all sys.path that i want. you could solve this using virtualenv. you could find good samples at http://lamsonproject.org/docs/ look at virtualenv. verify what django-admin.py you are using (which django-admin.py) only when i used this in sys.path all things worked. example

Re: django-admin.py startproject mysite error

2013-07-21 Thread Jay Lozier
I get this note: I have completely deleted any django packages on the my system and could get any version but the dev version to even get past the first step. the dev 1.7 version would run django-admin.py startproject myfirstsite but now python manage.py runserver does not work error in line 10

Re: django-admin.py startproject mysite error

2013-07-21 Thread gilberto dos santos alves
en I enter "django-admin.py startproject mysite" at the command prompt I > get the following traceback: > > Traceback (most recent call last): > File "/usr/bin/django-admin.py", line 5, in > management.execute_from_command_line() > File > "/usr/lib/python2.

django-admin.py startproject mysite error

2013-07-20 Thread Jay Lozier
Using openSUSE 12.3 python 2.7.3 django 1.5.1 installed manually and verified When I enter "django-admin.py startproject mysite" at the command prompt I get the following traceback: Traceback (most recent call last): File "/usr/bin/django-ad

Re: Unable to locate django-admin.py

2013-06-08 Thread Branko Majic
On Sat, 8 Jun 2013 05:36:06 -0700 (PDT) Satinderjit Singh <satinderjit2...@gmail.com> wrote: > I am beginner and trying to get start new project according to manual > I had installed the latest version of Django and currently using ubuntu > 13.04 . > When i try to r

Re: django-admin.py

2013-06-08 Thread Александр Соболев
ow manual . But i m getting message > > > > ~$ django-admin.py startproject mysite > django-admin.py: command not found > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from t

RE: Unable to locate django-admin.py

2013-06-08 Thread Anshum Verma
Hi, It seems like a problem with your system PATH variable. Can you try /usr/sbin/django-admin.py. Regards, Anshum Sent from my Windows Phone -- From: Satinderjit Singh <satinderjit2...@gmail.com> Sent: 08-06-2013 20:07 To: django-users@googlegroups.com S

Re: Unable to locate django-admin.py

2013-06-08 Thread Nigel Legg
get start new project according to manual > I had installed the latest version of Django and currently using ubuntu > 13.04 . > When i try to run django-admin.py startproject mysite > > Terminal shows this error: > ~$ django-admin.py startproject mysite > django-admin.py:

Unable to locate django-admin.py

2013-06-08 Thread Satinderjit Singh
I am beginner and trying to get start new project according to manual I had installed the latest version of Django and currently using ubuntu 13.04 . When i try to run django-admin.py startproject mysite Terminal shows this error: ~$ django-admin.py startproject mysite django-admin.py: command

django-admin.py

2013-06-08 Thread Satinderjit Singh
I an a beginner in Django trying to follow manual . But i m getting message ~$ django-admin.py startproject mysite django-admin.py: command not found -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Running into Unicode Decode Error when using django-admin.py startproject.

2013-04-25 Thread Eric Nielsen
I am brand new to Django and I am having a big problem right off the bat. I cannot use startproject to begin my web app. When I use this command: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/bin/django-admin.py startproject cms I get this error

Re: django-admin.py startproject mysite

2013-04-12 Thread Nick D
It looks like the path to django-admin.py is not in your system path. You can try using the absolute path. ie: /usr/lb/python2.7/dist-packages/django/bin/django-admin.py startproject mysite The tutorial also gives the following advice: “command not found: django-admin.py” *django-admin.py

Re: django-admin.py startproject mysite

2013-04-12 Thread James Bennett
The tutorial mentions the most common issues: * django-admin.py not on your path * django-admin.py lacking executable permission * django-admin.py was renamed by your operating system distributor It also explains how to solve each of those issues. Have you tried the suggested solutions

django-admin.py startproject mysite

2013-04-12 Thread Kevin Le Bouthillier
django-admin.py startproject mysite unrecognized command. Why is the python+django setup instructions so unclear? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

Re: I get import errors when I run django-admin.py startproject in Windows

2013-03-31 Thread Brek Cooney
Thanks for your help Karen. I enter python C:\python33\scripts\django-admin.py startproject mysite The response I get is Traceback (most recent call last): File "C:\Python33\lib\site-packages\django\core\management\templates.py", line 12, in from urllib.request import u

Re: I get import errors when I run django-admin.py startproject in Windows

2013-03-31 Thread Karen Tracey
What errors, exactly? Without some specifics of what's going wrong it's hard to offer help. Copy/paste of exactly what you are entering and getting in response would help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

I get import errors when I run django-admin.py startproject in Windows

2013-03-31 Thread Brek Cooney
I get import errors when I run django-admin.py startproject for the first time in Windows 7. I installed Django 1.5.1 and I am trying to use that with Python 3.3. Any ideas about how to get past this hurdle? I am new to Django. -- You received this message because you are subscribed

Re: manage.py and django-admin.py help

2013-03-01 Thread Russell Keith-Magee
On Thu, Feb 28, 2013 at 8:48 AM, Clientkill wrote: > this is the most confusing process I've ever done. I wish the django IRC > channel was open > > Django's IRC channel *is* open. However, you have to use a registered nickname -- you can't just join the channel.

Re: manage.py and django-admin.py help

2013-02-27 Thread Clientkill
this is the most confusing process I've ever done. I wish the django IRC channel was open On Wednesday, 27 February 2013 17:27:01 UTC-5, Clientkill wrote: > > Can someone tell me why, even after trying everything, I can't open either > manage.py or django-admin.py? I have apt-get

Re: manage.py and django-admin.py help

2013-02-27 Thread Mike Dewhirst
day, 27 February 2013 17:27:01 UTC-5, Clientkill wrote: Can someone tell me why, even after trying everything, I can't open either manage.py or django-admin.py? I have apt-get installed django and its registration package, and calling manage.py or django-admin.py returns: manag

Re: manage.py and django-admin.py help

2013-02-27 Thread Clientkill
, even after trying everything, I can't open either > manage.py or django-admin.py? I have apt-get installed django and its > registration package, and calling manage.py or django-admin.py returns: > manage.py: command not found > > -- You received this message because you are sub

Re: manage.py and django-admin.py help

2013-02-27 Thread Clientkill
Thank you so much! On Wednesday, 27 February 2013 17:36:15 UTC-5, Karen Tracey wrote: > > On Wed, Feb 27, 2013 at 5:27 PM, Clientkill <glenno...@gmail.com > > wrote: > >> Can someone tell me why, even after trying everything, I can't open >> either manage.py or d

Re: manage.py and django-admin.py help

2013-02-27 Thread Karen Tracey
On Wed, Feb 27, 2013 at 5:27 PM, Clientkill <glennonse...@gmail.com> wrote: > Can someone tell me why, even after trying everything, I can't open either > manage.py or django-admin.py? I have apt-get installed django and its > registration package, and calling manage.py or django-a

manage.py and django-admin.py help

2013-02-27 Thread Clientkill
Can someone tell me why, even after trying everything, I can't open either manage.py or django-admin.py? I have apt-get installed django and its registration package, and calling manage.py or django-admin.py returns: manage.py: command not found -- You received this message because you

Re: django-admin.py and manage.py both fail in dev

2013-02-10 Thread David
: > > When I run either django-admin.py or manage.py all I get is the help > screen for the command regardless of the parameters I give. > > For example: > *django-admin.py startproject mysite* > returns the help screen. It does not create mysite/. > > I am workin

Re: django-admin.py and manage.py both fail in dev

2013-02-10 Thread Ramiro Morales
On Sun, Feb 10, 2013 at 3:22 AM, David Flory <david.c.fl...@gmail.com> wrote: > When I run either django-admin.py or manage.py all I get is the help screen > for the command regardless of the parameters I give. > > For example: > django-admin.py startproject mysite >

Re: django-admin.py and manage.py both fail in dev

2013-02-10 Thread David
and that the code fragment in my OP works and returns the dev version. On Sunday, February 10, 2013 10:43:14 AM UTC-5, David Flory wrote: > > I should have said that I am running Windows 7 (64 bit) and 64 bit VC10 > versions of my software. -- You received this message because you are

django-admin.py and manage.py both fail in dev

2013-02-10 Thread David Flory
I should have said that I am running Windows 7 (64 bit) and 64 bit VC10 versions of my software. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

django-admin.py and manage.py both fail in dev

2013-02-10 Thread David Flory
When I run either django-admin.py or manage.py all I get is the help screen for the command regardless of the parameters I give. For example: *django-admin.py startproject mysite* returns the help screen. It does not create mysite/. I am working with Python33 and the Dev version of Django

Re: Suddenly "django-admin.py startproject" not working

2013-01-26 Thread Bill Freeman
What OS? Is the file django-admin.py on your path? Is it marked as executable? Try: python django-admin.py startproject mysite Bill On Sat, Jan 26, 2013 at 4:06 AM, Mihkel Lukats <mihkel.luk...@gmail.com>wrote: > Hi, > > suddenly "django-admin.py startproject mysite

Suddenly "django-admin.py startproject" not working

2013-01-26 Thread Mihkel Lukats
Hi, suddenly "django-admin.py startproject mysite" doesn't work. what could cause this? Workd befor. now when i type it in it will open the file django-admin.py... not execute the command.. -- You received this message because you are subscribed to the Google Groups "Djan

Re: Django 1.5 b1 django-admin.py error

2012-12-10 Thread Sultan Imanhodjaev
workspace/virtualenv/myproject-1.5 > > activated it: > > source ~/Documents/workspace/virtualenv/myproject-1.5/bin/activate > > and then tried to run django-admin.py help. This produced ImportError: > Could not import settings blaa blaa blaa. > > However, wh

Re: Django 1.5 b1 django-admin.py error

2012-12-03 Thread Aapo Rista
MacPorts, just downloaded Django-1.5b1.tar.gz, created virtualenv with command virtualenv ~/Documents/workspace/virtualenv/myproject-1.5 activated it: source ~/Documents/workspace/virtualenv/myproject-1.5/bin/activate and then tried to run django-admin.py help. This produced ImportErro

Re: Django 1.5 b1 django-admin.py error

2012-11-28 Thread Sultan Imanhodjaev
te: >> Hello, >> >> I just downloaded and type django-admin.py to start a new project and having >> errors >> >>> (devel)ninja devel: django-admin.py startproject hello >>> Traceback (most recent call last): >>> [..] >> But when I just ty

Re: Django 1.5 b1 django-admin.py error

2012-11-28 Thread Ramiro Morales
On Wed, Nov 28, 2012 at 3:43 AM, Sultan Imanhodjaev <sultan.imanhodj...@gmail.com> wrote: > Hello, > > I just downloaded and type django-admin.py to start a new project and having > errors > >> (devel)ninja devel: django-admin.py startproject hello >>

Django 1.5 b1 django-admin.py error

2012-11-27 Thread Sultan Imanhodjaev
Hello, I just downloaded and type django-admin.py to start a new project and having errors (devel)ninja devel: django-admin.py startproject hello > Traceback (most recent call last): > File "/Users/sultan/.virtualenvs/devel/bin/django-admin.

Re: -bash: django-admin.py: command not found

2012-09-13 Thread Amyth Arora
Seems like your django-admin.py was not added to your system path, Try the following command sudo ln -s /usr/local/lib/python2.6/dist-packages/django/bin/django-admin.py /usr/local/bin/django-admin.py -- Thanks & Regards Amyth [Admin - Techstricks] E

-bash: django-admin.py: command not found

2012-09-13 Thread Jono
I don't understand PATH and symlink and its relationship to trying to run django-admin.py for the first time. As you experienced users will see below I'm trying to create a new project and following the tutorial on djangoproject.com. Here is what my bash shows... Jonos-MacBook-Pro:djcode Jono

Re: django-admin.py not working on OS X 10.5

2012-08-04 Thread James Walton
Brandon, I had the same issue and this is how I resolved it. 1. Delete the reference django-admin.py in /usr/local/bin that was generated by the installer. 2. Then, manually recreate the symlink by doing: 3. ln -s YOUR_ABSOLUTE_PATH/build/scripts-2.7/django-admin.py /usr/local/bin 4. Close

Re: django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread Ramiro Morales
On Mon, Jul 23, 2012 at 4:58 PM, boxxtcy <wjh...@gmail.com> wrote: > I tried without the .py, still doesn't do anything. django-admin.py lives > in my C:\Python27\Scripts just as it is supposed to. I don't really see > what the issue is :/ Don't rely on the associati

Re: django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread boxxtcy
I tried without the .py, still doesn't do anything. django-admin.py lives in my C:\Python27\Scripts just as it is supposed to. I don't really see what the issue is :/ On Monday, July 23, 2012 2:59:18 PM UTC-4, Joel Goldstick wrote: > > On Mon, Jul 23, 2012 at 12:38 PM, boxxtc

  1   2   3   4   5   >