Re: Beginner nead help

2010-06-29 Thread Eduan
Okay thanks that you all are so helpful.
I went through the whole tutorial allot of times and can't even
complete part 1.
I thought that it was my setup that i was using.
I am using Windows 7 and Eclipse SDK Version: 3.5.2 for my programming
environment. I am using a MySQL 5.5 database.

It all goes fluently till I get to the part where you add
'mysite.polls' under installed apps.
After adding that in there I can't run any command(like
syncdb,runserver) without getting back an error stating:
Error: No module named mysite.polls.
I tried renaming it and I still get that error.

I have downloaded an full Django app called friends here :
http://github.com/jtauber/django-friends/
If I syncdb or runserver I get the similar error:
Error: No module named friends

Now please any help. This could be a simple beginners mistake that I
am making. Thanks allot
Eduan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Beginner nead help

2010-06-29 Thread Eduan
Hi all. I am a old Delphi programmer and started to use Django. I
believe that it is the future of programming. I started at
Djangoprojects's tutorial and get stuck at places. Is there some
place
that I can download the full finished tutorial? or if anyone of you
have the complete tutorial that you can send me.

Thanks allot
Eduan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Djangoprojects tutorial

2010-06-29 Thread Eduan
Hi all. I am a old Delphi programmer and started to use Django. I
believe that it is the future of programming. I started at
Djangoprojects's tutorial and get stuck at places. Is there some place
that I can download the full finished tutorial? or if anyone of you
have the complete tutorial that you can send me.

Thanks allot
Eduan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Djangoprojects tutorial

2010-06-27 Thread Eduan
Hi I am new at Django and was told to start at
http://docs.djangoproject.com/en/dev/intro/tutorial01/ this website
gives you a easy tutorial for beginners. I was following it exatly as
it says and I got an error. I started over and got the same error
again.
I was running this command:
python manage.py sql polls

and I immediately got this error back:
Error: No module named mysite.polls

Please any help would be appreciated. I am fairly sure that it can't
be something big because I have not done much yet.

Eduan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Re: Django-Mysql

2010-06-23 Thread Eduan
Thanks to everyone that replied. I got an friend that knows more about
these stuff and he fixed it. Not sure how

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Django-Mysql

2010-06-22 Thread Eduan
When installing Django-Mysql i get this error. I thought it was
because I didn't have setuptools. But now I downloaded it and
installed it. I am running windows 7 home basic. Here is all the apps
versions:

Django-1.2.1
MySQL-python-1.2.3
Python 2.6
mysql-5.5.3-m3-win32

This is the error I get:

setup_windows.py", line 7, in get_config
serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE,
options['registry_key'])
WindowsError: [Error 2] The system cannot find the file specified


Any reply would be appreciated.


Regards
Eduan Bekker

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Re: Mysql-Python error

2010-06-21 Thread Eduan
Ok thanks. I've installed the setuptools but now i get another error.

setup_windows.py", line 7, in get_config
serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE,
options['registry_key'])
WindowsError: [Error 2] The system cannot find the file specified

Thanks for all your effort.

Regards
Eduan Bekker

--
On Jun 21, 12:04 pm, Kenneth Gonsalves  wrote:
> On Monday 21 June 2010 13:04:19 Eduan wrote:
>
> > When installing Mysql-Python I get this error.
>
> > Traceback (most recent call last):
> >   File "setup.py", line 5, in 
> >     from setuptools import setup, Extension
> > ImportError: No module named setuptools
>
> install setuptools
> --
> Regards
> Kenneth Gonsalves
> Senior Associate
> NRC-FOSS at AU-KBC

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Mysql-Python error

2010-06-21 Thread Eduan
When installing Mysql-Python I get this error.

Traceback (most recent call last):
  File "setup.py", line 5, in 
from setuptools import setup, Extension
ImportError: No module named setuptools

Can anyone please help me.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.