Hi,
I am a brand newbie learning how to use django with python (using
progresql). I am also not very experienced with packages. However, I have
been trying to follow the tutorial on djangoproject.com and I have been
having a problem with psycopg2
I had been having problems installing in general, so a mentor of mine
suggested I use pip instead. I have pip installed right now, and I am
seemingly able to install:
pip install psycopg2
successfully. However, if I then try to run
python manage.py syncdb
It instantly fails saying it cannot find psycopg2.
(BTW, whenever I type that module name, I have the oddest desire to type
"psychodb2" instead, wonder why...)
See attached output from the two commands. Any help would be most
appreciated! I only have a few hours a day to work on this, and it has
sucked up about 3 days so far...
Cyndi
www.mysticbostons.com
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
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.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\pqpath.c /Fobuild\temp.win32-2.6\Release\psycopg\pqp
ath.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
pqpath.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\typecast.c /Fobuild\temp.win32-2.6\Release\psycopg\t
ypecast.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
typecast.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\microprotocols.c /Fobuild\temp.win32-2.6\Release\psy
copg\microprotocols.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
microprotocols.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\microprotocols_proto.c /Fobuild\temp.win32-2.6\Relea
se\psycopg\microprotocols_proto.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
microprotocols_proto.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\connection_type.c /Fobuild\temp.win32-2.6\Release\ps
ycopg\connection_type.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
connection_type.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\connection_int.c /Fobuild\temp.win32-2.6\Release\psy
copg\connection_int.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
connection_int.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\cursor_type.c /Fobuild\temp.win32-2.6\Release\psycop
g\cursor_type.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
cursor_type.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\cursor_int.c /Fobuild\temp.win32-2.6\Release\psycopg
\cursor_int.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
cursor_int.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\lobject_type.c /Fobuild\temp.win32-2.6\Release\psyco
pg\lobject_type.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
lobject_type.c
psycopg\lobject_type.c(89) : warning C4244: '=' : conversion from 'Py_ssize_
t' to 'int', possible loss of data
psycopg\lobject_type.c(123) : warning C4244: '=' : conversion from 'Py_ssize
_t' to 'int', possible loss of data
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\lobject_int.c /Fobuild\temp.win32-2.6\Release\psycop
g\lobject_int.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
lobject_int.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\adapter_qstring.c /Fobuild\temp.win32-2.6\Release\ps
ycopg\adapter_qstring.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
adapter_qstring.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\adapter_pboolean.c /Fobuild\temp.win32-2.6\Release\p
sycopg\adapter_pboolean.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
adapter_pboolean.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\adapter_binary.c /Fobuild\temp.win32-2.6\Release\psy
copg\adapter_binary.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
adapter_binary.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\adapter_asis.c /Fobuild\temp.win32-2.6\Release\psyco
pg\adapter_asis.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
adapter_asis.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\adapter_list.c /Fobuild\temp.win32-2.6\Release\psyco
pg\adapter_list.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
adapter_list.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\adapter_datetime.c /Fobuild\temp.win32-2.6\Release\p
sycopg\adapter_datetime.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
adapter_datetime.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\adapter_pfloat.c /Fobuild\temp.win32-2.6\Release\psy
copg\adapter_pfloat.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
adapter_pfloat.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\adapter_pdecimal.c /Fobuild\temp.win32-2.6\Release\p
sycopg\adapter_pdecimal.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
adapter_pdecimal.c
psycopg\adapter_pdecimal.c(67) : warning C4102: 'end' : unreferenced label
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\green.c /Fobuild\temp.win32-2.6\Release\psycopg\gree
n.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
green.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VERSION=\"2.
2.1 (dt dec ext pq3)\"" -DPG_VERSION_HEX=0x08030B -DPSYCOPG_EXTENSIONS=1 -DPSYCO
PG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -Ic:\python26\include -
Ic:\python26\PC -I. -IC:/PROGRA~2/POSTGR~1/8.3/include -IC:/PROGRA~2/POSTGR~1/8.
3/include/server /Tcpsycopg\utils.c /Fobuild\temp.win32-2.6\Release\psycopg\util
s.obj /Wp64
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will
be removed in a future release
utils.c
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.exe /DLL /nol
ogo /INCREMENTAL:NO /LIBPATH:c:\python26\libs /LIBPATH:c:\python26\PCbuild /LIBP
ATH:C:/PROGRA~2/POSTGR~1/8.3/lib ws2_32.lib advapi32.lib secur32.lib libpq.lib s
hfolder.lib /EXPORT:init_psycopg build\temp.win32-2.6\Release\psycopg\psycopgmod
ule.obj build\temp.win32-2.6\Release\psycopg\pqpath.obj build\temp.win32-2.6\Rel
ease\psycopg\typecast.obj build\temp.win32-2.6\Release\psycopg\microprotocols.ob
j build\temp.win32-2.6\Release\psycopg\microprotocols_proto.obj build\temp.win32
-2.6\Release\psycopg\connection_type.obj build\temp.win32-2.6\Release\psycopg\co
nnection_int.obj build\temp.win32-2.6\Release\psycopg\cursor_type.obj build\temp
.win32-2.6\Release\psycopg\cursor_int.obj build\temp.win32-2.6\Release\psycopg\l
object_type.obj build\temp.win32-2.6\Release\psycopg\lobject_int.obj build\temp.
win32-2.6\Release\psycopg\adapter_qstring.obj build\temp.win32-2.6\Release\psyco
pg\adapter_pboolean.obj build\temp.win32-2.6\Release\psycopg\adapter_binary.obj
build\temp.win32-2.6\Release\psycopg\adapter_asis.obj build\temp.win32-2.6\Relea
se\psycopg\adapter_list.obj build\temp.win32-2.6\Release\psycopg\adapter_datetim
e.obj build\temp.win32-2.6\Release\psycopg\adapter_pfloat.obj build\temp.win32-2
.6\Release\psycopg\adapter_pdecimal.obj build\temp.win32-2.6\Release\psycopg\gre
en.obj build\temp.win32-2.6\Release\psycopg\utils.obj /OUT:build\lib.win32-2.6\p
sycopg2\_psycopg.pyd /IMPLIB:build\temp.win32-2.6\Release\psycopg\_psycopg.lib /
MANIFESTFILE:build\temp.win32-2.6\Release\psycopg\_psycopg.pyd.manifest
Creating library build\temp.win32-2.6\Release\psycopg\_psycopg.lib and ob
ject build\temp.win32-2.6\Release\psycopg\_psycopg.exp
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\mt.exe -nologo -manifest b
uild\temp.win32-2.6\Release\psycopg\_psycopg.pyd.manifest -outputresource:build\
lib.win32-2.6\psycopg2\_psycopg.pyd;2
warning: no files found matching 'somehackers.jpg' under directory 'examples
'
warning: no files found matching 'whereareyou.jpg' under directory 'examples
'
warning: no files found matching 'README' under directory 'doc'
warning: no files found matching 'TODO' under directory 'doc'
warning: no files found matching 'HACKING' under directory 'doc'
warning: no files found matching 'SUCCESS' under directory 'doc'
warning: no files found matching 'COPYING*' under directory 'doc'
warning: no files found matching 'ChangeLog-1.x' under directory 'doc'
warning: no files found matching 'pep-0249.txt' under directory 'doc'
warning: no files found matching 'Makefile' under directory 'doc'
warning: no files found matching 'Makefile' under directory 'doc\src'
no previously-included directories found matching 'doc\src\_build'
Successfully installed psycopg2
Cleaning up...
c:\Python26\mysite>dir
Volume in drive C is Acer
Volume Serial Number is 98A4-B55D
Directory of c:\Python26\mysite
05/27/2010 06:00 PM <DIR> .
05/27/2010 06:00 PM <DIR> ..
05/22/2010 10:38 PM 557 manage.py
05/24/2010 08:55 PM 2,914 settings.py
05/24/2010 08:58 PM 1,741 settings.pyc
05/22/2010 10:38 PM 559 urls.py
05/22/2010 10:38 PM 0 __init__.py
05/23/2010 10:38 PM 135 __init__.pyc
6 File(s) 5,906 bytes
2 Dir(s) 187,616,800,768 bytes free
c:\Python26\mysite>python manage.py syncdb
Traceback (most recent call last):
File "manage.py", line 11, in <module>
execute_manager(settings)
File "C:\Python26\lib\site-packages\django\core\management\__init__.py", line
362, in execute_manager
utility.execute()
File "C:\Python26\lib\site-packages\django\core\management\__init__.py", line
303, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "C:\Python26\lib\site-packages\django\core\management\base.py", line 195,
in run_from_argv
self.execute(*args, **options.__dict__)
File "C:\Python26\lib\site-packages\django\core\management\base.py", line 221,
in execute
self.validate()
File "C:\Python26\lib\site-packages\django\core\management\base.py", line 249,
in validate
num_errors = get_validation_errors(s, app)
File "C:\Python26\lib\site-packages\django\core\management\validation.py", lin
e 22, in get_validation_errors
from django.db import models, connection
File "C:\Python26\lib\site-packages\django\db\__init__.py", line 41, in <modul
e>
backend = load_backend(settings.DATABASE_ENGINE)
File "C:\Python26\lib\site-packages\django\db\__init__.py", line 22, in load_b
ackend
return import_module('.base', backend_name)
File "C:\Python26\lib\site-packages\django\utils\importlib.py", line 35, in im
port_module
__import__(name)
File "C:\Python26\lib\site-packages\django\db\backends\postgresql_psycopg2\bas
e.py", line 22, in <module>
raise ImproperlyConfigured("Error loading psycopg2 module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 module: DLL
load failed: The specified module could not be found.
c:\Python26\mysite>